Skip to content

Releases: getsynq/synq-dbt-airflow

v1.3.1

01 Mar 09:54
Compare
Choose a tag to compare
  • Use synq-dbt v1.3.1

v1.3.0

28 Feb 14:07
727085f
Compare
Choose a tag to compare
  • Version will now match synq-dbt version
  • 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.

v1.0.0

13 Dec 14:49
Compare
Choose a tag to compare
More debuging