Skip to content

Commit

Permalink
Release 1.3.0a2 (#711)
Browse files Browse the repository at this point in the history
Features

* Add ProfileMapping for Vertica by @perttus in #540 and #688
* Add ProfileMapping for Snowflake encrypted private key path by
@ivanstillfront in #608
* Add support for Snowflake encrypted private key environment variable
by @DanMawdsleyBA in #649
* Add DbtDocsGCSOperator for uploading dbt docs to GCS by @jbandoro in
#616

Others

Rebased on changes released on 1.2.5 (1.3.0a1 was based on 1.2.4)
  • Loading branch information
tatiana authored Nov 24, 2023
1 parent ac795af commit 1aace94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Changelog
=========

1.3.0a1 (2023-10-26)
1.3.0a2 (2023-11-23)
--------------------

Features

* Add ``ProfileMapping`` for Vertica by @perttus in #540
* Add ``ProfileMapping`` for Vertica by @perttus in #540 and #688
* Add ``ProfileMapping`` for Snowflake encrypted private key path by @ivanstillfront in #608
* Add support for Snowflake encrypted private key environment variable by @DanMawdsleyBA in #649
* Add ``DbtDocsGCSOperator`` for uploading dbt docs to GCS by @jbandoro in #616


Expand Down
3 changes: 2 additions & 1 deletion cosmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
Contains dags, task groups, and operators.
"""
__version__ = "1.2.5"
__version__ = "1.3.0a2"


from cosmos.airflow.dag import DbtDag
from cosmos.airflow.task_group import DbtTaskGroup
Expand Down

0 comments on commit 1aace94

Please sign in to comment.