-
Notifications
You must be signed in to change notification settings - Fork 4
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
Initialize data catalog overview docs with data flow diagram #102
Initialize data catalog overview docs with data flow diagram #102
Conversation
45f09df
to
5c8c22b
Compare
5c8c22b
to
8a86b51
Compare
1f11baf
to
f770f49
Compare
This reverts commit 8a86b51.
- name: Prepare Mermaid assets for docs | ||
run: | | ||
for file in assets/*.mmd; do | ||
mmdc -i "$file" -o "${file/.mmd/.png}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick (blocking): Can we swap the output file to SVG for better dark mode compatibility?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call, done in 9caa3ea! The SVG is live on the production site if you want to spot check it.
Co-authored-by: Dan Snow <31494343+dfsnow@users.noreply.github.com>
…ges"" This reverts commit 0a22eaf.
ec41767
to
46c91f7
Compare
…ent changes""" This reverts commit 46c91f7.
Should be ready for one more look @dfsnow! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @jeancochrane! Nice addition to the docs.
This PR initializes the overview section of our dbt docs with a new data flow diagram for our department's data.
You can check out the diagram on the live docs site:
Closes ccao-data/wiki#2. Connects #67.