-
Notifications
You must be signed in to change notification settings - Fork 16
Deploy dbt-docs with Metabase references (exposures) #3803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
erikamov
wants to merge
3
commits into
main
Choose a base branch
from
mov/metabase-exposures
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8da8493
to
71b1f07
Compare
Can we update the pyproject.toml to use dbt-metabase=1.5.0. My install was using 0.10.3 and throwing errors. Also, how do we authenticate?
|
@vevetron You need a metabase API key. Evan has access to it. |
71b1f07
to
9a70fc2
Compare
65c8abb
to
7a4d99d
Compare
1032154
to
7924797
Compare
9b1e847
to
3469430
Compare
db29d75
to
142a58d
Compare
2e00a5b
to
db07ce0
Compare
e994296
to
eba4cfd
Compare
0e0b692
to
f9b0531
Compare
…etabase exposures and update dbt docs
f9b0531
to
0c64589
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
There is always a question about where dbt models have been used in Metabase. When working on synchronizing Metabase, @ohrite and I learned about "exposures" in dbt-metabase.
This PR creates a workflow that extracts exposures from Metabase and generate dbt-docs to be visualized in Cal-ITP dbt docs.
The workflow runs every Monday at 8am UTC (1am PST) or when there is any changes on model merged to the main branch.
Type of change
How has this been tested?
It was tested running locally and then through the workflow.
Post-merge follow-ups