File tree 4 files changed +11
-6
lines changed 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.18.1] - 2022-01-18
6
+
5
7
### Fixed
6
- - Jinja's ` FileSystemLoader ` gets ` str ` instead of ` pathlib.Path ` to fix types incompatibility for ` Jinja < 2.11.0 ` .
7
- - Use ` get_start_task() ` and ` get_end_task() ` in ` AirflowDagFactory.create_tasks(config) ` to prevent ephemeral ending tasks from throwing.
8
+
9
+ - Jinja's ` FileSystemLoader ` gets ` str ` instead of ` pathlib.Path ` to fix types incompatibility for ` Jinja < 2.11.0 ` .
10
+ - Use ` get_start_task() ` and ` get_end_task() ` in ` AirflowDagFactory.create_tasks(config) ` to prevent ephemeral ending tasks from throwing.
8
11
9
12
## [ 0.18.0] - 2022-01-14
10
13
81
84
82
85
- Initial implementation of ` dbt_airflow_manifest_parser ` library.
83
86
84
- [ Unreleased ] : https://github.com/getindata/dbt-airflow-factory/compare/0.18.0...HEAD
87
+ [ Unreleased ] : https://github.com/getindata/dbt-airflow-factory/compare/0.18.1...HEAD
88
+
89
+ [ 0.18.1 ] : https://github.com/getindata/dbt-airflow-factory/compare/0.18.0...0.18.1
85
90
86
91
[ 0.18.0 ] : https://github.com/getindata/dbt-airflow-factory/compare/0.17.0...0.18.0
87
92
Original file line number Diff line number Diff line change 1
- version = "0.18.0 "
1
+ version = "0.18.1 "
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.18.0
2
+ current_version = 0.18.1
3
3
4
4
[bumpversion:file:setup.py]
5
5
Original file line number Diff line number Diff line change 29
29
30
30
setup (
31
31
name = "dbt-airflow-factory" ,
32
- version = "0.18.0 " ,
32
+ version = "0.18.1 " ,
33
33
description = "Library to convert DBT manifest metadata to Airflow tasks" ,
34
34
long_description = README ,
35
35
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments