Skip to content

Commit

Permalink
export env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Sep 24, 2024
1 parent 1c5fe64 commit a6d7cf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dags/stellar_etl_airflow/build_dbt_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def dbt_task(
"EXECUTION_DATE": "{{ ts }}",
"AIRFLOW_START_TIMESTAMP": "{{ ti.start_date.strftime('%Y-%m-%dT%H:%M:%SZ') }}",
"IS_SINGULAR_AIRFLOW_TASK": run_singular_test,
"IS_RECENCY_AIRFLOW_TASK": run_recency_test,
},
image=dbt_image,
arguments=args,
Expand Down

0 comments on commit a6d7cf7

Please sign in to comment.