Releases: getsynq/synq-dbt
Releases · getsynq/synq-dbt
v1.7.0
What's Changed
- Add
synq-dbt synq_upload_artifacts
mode and new v2 upload method by @lustefaniak in #9
Full Changelog: v1.6.0...v1.7.0
v1.7.0rc0
What's Changed
- Add
synq-dbt synq_upload_artifacts
mode and new v2 upload method by @lustefaniak in #9
Full Changelog: v1.6.0rc1...v1.7.0rc0
v1.6.0
What's Changed
- [SYN-4053] Handle OS signals and cleanup launched subprocess by @lustefaniak in #8
Full Changelog: v1.5.0...v1.6.0
v1.6.0rc1
What's Changed
- [SYN-4053] Handle OS signals and cleanup launched subprocess by @lustefaniak in #8
Full Changelog: v1.5.0...v1.6.0rc1
1.6.0rc0
What's Changed
- [SYN-4053] Handle OS signals and cleanup launched subprocess by @lustefaniak in #8
Full Changelog: v1.5.0...v1.6.0rc0
v1.5.0
What's Changed
- Improve logging by @petrjanda in #7
- ✨ support ARM64 on linux by @alexbescond in #6
New Contributors
- @alexbescond made their first contribution in #6
Full Changelog: v1.4.0...v1.5.0
v1.4.0
- Use
dbtapi.synq.io
domain for uploads
v1.4.0RC1
Use dbtapi.synq.io domain
v1.3.1
- Collect used dbt arguments
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.