From 6be0e27b076c16ca61f9a9e644d355b5c38621e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Siwek?= Date: Tue, 19 Apr 2022 12:00:46 +0200 Subject: [PATCH] Append 'env' to the template_fields list --- airflow_dbt/operators/dbt_operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow_dbt/operators/dbt_operator.py b/airflow_dbt/operators/dbt_operator.py index ab5cbc7..5f8d632 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 = ['vars'] + template_fields = ['env', 'vars'] @apply_defaults def __init__(self,