Skip to content

Commit

Permalink
Release 1.4.3 (#1035)
Browse files Browse the repository at this point in the history
Bug fixes

* Bring back ``dataset`` as a required field for BigQuery profile by
@pankajkoti in #1033

Enhancements

* Only run ``dbt deps`` when there are dependencies by @tatiana in #1030

Docs

* Fix docs so it does not reference non-existing ``get_dbt_dataset`` by
@tatiana in #1034

---------

Co-authored-by: Tatiana Al-Chueyr <tatiana.alchueyr@gmail.com>
  • Loading branch information
pankajkoti and tatiana committed Jun 7, 2024
1 parent c47e104 commit c0c033d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
=========

1.4.3 (2024-06-07)
-----------------

Bug fixes

* Bring back ``dataset`` as a required field for BigQuery profile by @pankajkoti in #1033

Enhancements

* Only run ``dbt deps`` when there are dependencies by @tatiana in #1030

Docs

* Fix docs so it does not reference non-existing ``get_dbt_dataset`` by @tatiana in #1034


1.4.2 (2024-06-06)
------------------

Expand Down
2 changes: 1 addition & 1 deletion cosmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Contains dags, task groups, and operators.
"""
__version__ = "1.4.2"
__version__ = "1.4.3"


from cosmos.airflow.dag import DbtDag
Expand Down

0 comments on commit c0c033d

Please sign in to comment.