Skip to content

Commit

Permalink
Adding vars as a template_field to DbtBaseOperator
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusintrohive authored and tomasfarias committed Feb 9, 2022
1 parent fc0a12f commit 9cc65d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow_dbt_python/operators/dbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class DbtBaseOperator(BaseOperator):
"profile",
"target",
"state",
"vars",
]

@apply_defaults
Expand Down

0 comments on commit 9cc65d5

Please sign in to comment.