Skip to content

v1.3.0

Compare
Choose a tag to compare
@lustefaniak lustefaniak released this 28 Feb 13:04
· 20 commits to main since this release
c38f3fc
  • Collect output of launched dbt command
  • Collect Airflow context env variables if they are available

When running synq-dbt inside Airflow task, it will try to collect AIRFLOW_CTX_DAG_OWNER, AIRFLOW_CTX_DAG_ID, AIRFLOW_CTX_TASK_ID, AIRFLOW_CTX_EXECUTION_DATE, AIRFLOW_CTX_TRY_NUMBER, AIRFLOW_CTX_DAG_RUN_ID if they are available. Those variables will help us to link dbt executed models to their Airflow DAGs and Tasks.