Skip to content

Releases: getsynq/synq-dbt

v1.7.0

18 Dec 13:50
Compare
Choose a tag to compare

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

11 Oct 08:00
Compare
Choose a tag to compare
v1.7.0rc0 Pre-release
Pre-release

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

18 Dec 13:49
Compare
Choose a tag to compare

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

09 Oct 10:31
Compare
Choose a tag to compare
v1.6.0rc1 Pre-release
Pre-release

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

24 Sep 11:34
01b34a7
Compare
Choose a tag to compare
1.6.0rc0 Pre-release
Pre-release

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

09 Feb 15:45
491188f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

15 Mar 10:37
Compare
Choose a tag to compare
  • Use dbtapi.synq.io domain for uploads

v1.4.0RC1

15 Mar 09:54
Compare
Choose a tag to compare
v1.4.0RC1 Pre-release
Pre-release
Use dbtapi.synq.io domain

v1.3.1

28 Feb 15:53
Compare
Choose a tag to compare
  • Collect used dbt arguments

v1.3.0

28 Feb 13:04
c38f3fc
Compare
Choose a tag to compare
  • 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.