Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Append 'env' to the template_fields list
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSiwek committed Apr 19, 2022
1 parent 65e6146 commit 6be0e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow_dbt/operators/dbt_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class DbtBaseOperator(BaseOperator):

ui_color = '#d6522a'

template_fields = ['vars']
template_fields = ['env', 'vars']

@apply_defaults
def __init__(self,
Expand Down

0 comments on commit 6be0e27

Please sign in to comment.