diff --git a/airflow_dbt/operators/dbt_operator.py b/airflow_dbt/operators/dbt_operator.py index 5f8d632..774761e 100644 --- a/airflow_dbt/operators/dbt_operator.py +++ b/airflow_dbt/operators/dbt_operator.py @@ -38,7 +38,7 @@ class DbtBaseOperator(BaseOperator): ui_color = '#d6522a' - template_fields = ['env', 'vars'] + template_fields = ['env', 'vars', 'dir', 'select', 'exclude', 'target'] @apply_defaults def __init__(self,