Skip to content

Latest commit

 

History

History
126 lines (68 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

126 lines (68 loc) · 2.22 KB

Changelog

v0.11.0

Features:

  • add field to the main config to specify custom dbt executable path in the main config for all dbt tasks (#46)

Fixes:

  • make less strict dependencies constrains (#45)
  • allow threads field to be string in dbt profiles parsing (#44)

v0.10.0

Features:

  • add env field to dbt model's config to specify additional environment variables

v0.9.3

Fixes:

  • change dbt_run_model DAG name for multi-project usage (#39)

v0.9.2

Fixes:

  • all dbt target types are now supported

v0.9.1

Fixes:

  • fixed bug with schedule overlap

v0.9.0

Features:

  • add new scheduling tag @every15minutes
  • new docs page with code references

v0.8.1

Fixes:

  • upgrade airflow-mcd to 0.3.3 version to fix bug with DAG callbacks
  • fix correct usage of the default retry policy if none has been passed.

v0.8.0

Features:

  • remove airflow.Dataset from backfill DAGs
  • add retry policies for all DAG components

Fixes:

  • skip tableau refresh tasks if error 409093 occurs (refresh operation is already queued)
  • use a correct path to read profiles.yml file (from issue #19)

v0.7.3

  • use default connection for mcd export

v0.7.2

  • add skipped_states to DbtExternalSensor

v0.7.1

  • mcd: use gateway connection ID for dbt artifact upload

v0.7.0

  • update airflow-mcd version

v0.6.0

  • add custom callbacks for tasks and DAGs

v0.5.3

  • fix functional tests: correctly recreate dbt test operator's task_id

v0.5.2

  • fix tableau operator rendering

v0.5.1

  • downgrade tableauserverclient to ^0.25 version

v0.5.0

  • update issue templates in GitHub
  • add integration with tableau to refresh tasks

v0.4.3

  • add CONTRIBUTING.md
  • remove maximum dependency constraint for apache-airflow package

v0.4.2

  • upgrade pydantic version to v2+ (with fallback to old api)

v0.4.1

  • fix: use target environment for dbt source freshness command

v0.4.0

  • Update requirements

v0.1.1

  • add AUTHORS file

v0.1.0

  • Initial release
  • add docs and examples