✨ D3B-2194 guide on adding models to an airflow dag#12
✨ D3B-2194 guide on adding models to an airflow dag#12chris-s-friedman merged 36 commits intomainfrom
Conversation
move this to a seperate PR
awarkow
left a comment
There was a problem hiding this comment.
Everything looks good to me! Just added a few suggestions to clarify language, but was generally easy to follow.
dbt_project/models/kids_first/example_study/_kf_example_study__models.yml
Outdated
Show resolved
Hide resolved
Co-authored-by: Amanda Warkow <warkowa@chop.edu>
Co-authored-by: Amanda Warkow <warkowa@chop.edu>
Co-authored-by: Amanda Warkow <warkowa@chop.edu>
Co-authored-by: Amanda Warkow <warkowa@chop.edu>
Co-authored-by: Amanda Warkow <warkowa@chop.edu>
Co-authored-by: Amanda Warkow <warkowa@chop.edu>
Co-authored-by: Amanda Warkow <warkowa@chop.edu>
…lude-dcc/include-dbt-sandbox into feature/cf/d3b-2194-example-workflow
|
Would this process handle running models with vars, like this one? |
Christina-J-Diaz
left a comment
There was a problem hiding this comment.
looks good to me - good catches by amanda and thanks for putting this together :)
yes! documentation on that is here but the tldr: within the
Using |
brendagutman
left a comment
There was a problem hiding this comment.
Looks good to me! Thanks for the documentation.
Guide and Example on adding dbt Models to Airflow in a DAG
Provides an example set of dbt models, and a corresponding Airflow DAG as well as a guide on how to write a DAG for dbt models
Closes D3B-2152 and D3B-2194
Type of change
Please delete options that are not relevant.
to not work as expected)
How Has This Been Tested?
By running the dbt models within airflow
Checklist
Please check all of the items below before merging this pull request. If an
item in the list below does not need to be completed, please indicate the
reason why.
the start of each script
works
sqlfluff fixon tables that are created or modified in this PR.