Skip to content

Releases: getindata/dbt-airflow-factory

Release 0.26.0

13 May 15:21
c7a72f7
Compare
Choose a tag to compare

[0.26.0] - 2022-05-13

Release 0.25.0

27 Apr 11:49
f410e29
Compare
Choose a tag to compare

[0.25.0] - 2022-04-27

Release 0.24.0

25 Apr 10:40
acd99b4
Compare
Choose a tag to compare

[0.24.0] - 2022-04-22

  • Dependencies between project in Airflow

Release 0.23.0

22 Mar 07:00
d01423b
Compare
Choose a tag to compare

[0.23.0] - 2022-03-22

Release 0.22.0

21 Mar 16:09
09176d8
Compare
Choose a tag to compare

[0.22.0] - 2022-03-21

  • Failure notifications via slack

Added

  • Ephemeral nodes can be hidden from DAG by setting show_ephemeral_models: False in project's airflow.yml.

Release 0.21.0

11 Feb 19:34
77880e2
Compare
Choose a tag to compare

[0.21.0] - 2022-02-11

This version brings compatibility with dbt 1.0.

Release 0.20.1

08 Feb 12:30
0d4fdb4
Compare
Choose a tag to compare

[0.20.1] - 2022-02-08

Release 0.20.0

08 Feb 10:00
2a4efa6
Compare
Choose a tag to compare

[0.20.0] - 2022-02-08

Added

  • Run tests with more than one dependency in a different node.

Release 0.19.0

02 Feb 12:33
60022b0
Compare
Choose a tag to compare

[0.19.0] - 2022-02-02

Release 0.18.1

18 Jan 10:03
a506a3c
Compare
Choose a tag to compare

[0.18.1] - 2022-01-18

Fixed

  • Jinja's FileSystemLoader gets str instead of pathlib.Path to fix types incompatibility for Jinja < 2.11.0.
  • Use get_start_task() and get_end_task() in AirflowDagFactory.create_tasks(config) to prevent ephemeral ending tasks from throwing.