v1.3.0
- 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.