Add models to template fields
jsabbagh-tc opened this issue · 0 comments
jsabbagh-tc commented
This will allow us to create an ad-hoc dbt pipeline that accepts models
as a parameter
load_data = DbtRunOperator( task_id="load_data", models="{{ dag_run.conf['models'] }}" )
Happy to create the PR but for some reason I am being denied access when attempting to push a branch.