File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 1.8.1a1 (2024-12-23 )
4
+ 1.8.1 (2024-12-30 )
5
5
--------------------
6
6
7
7
Bug Fixes
8
8
9
+ * Fix rendering dbt tests with multiple parents by @tatiana in #1433
9
10
* Add ``kwargs `` param in DocsOperator method ``upload_to_cloud_storage `` by @pankajastro in #1422
10
11
12
+ Docs
13
+
14
+ * Improve OpenLineage documentation by @tatiana in #1431
15
+
16
+ Others
17
+
18
+ * Enable Docs DAG in CI leveraging existing CI connections by @pankajkoti in 1428
19
+ * Install providers with airflow by @pankajkoti in #1432
20
+ * Remove unused docs dependency by @pankajastro in #1414
21
+ * Pre-commit hook updates in #1424
22
+
23
+
11
24
1.8.0 (2024-12-20)
12
25
--------------------
13
26
Original file line number Diff line number Diff line change 6
6
Contains dags, task groups, and operators.
7
7
"""
8
8
9
- __version__ = "1.8.1a1 "
9
+ __version__ = "1.8.1 "
10
10
11
11
12
12
from cosmos .airflow .dag import DbtDag
You can’t perform that action at this time.
0 commit comments