Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Release 0.2.1 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti authored Apr 3, 2024
1 parent d72aeb3 commit 2a9b53e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

0.2.1 (03-04-24)
----------------

Bug fixes

* Support ``existing_cluster_id`` for ``DatabricksNotebookOperator`` when used from within ``DatabricksWorkflowTaskGroup`` (PR `#73 <https://github.com/astronomer/astro-provider-databricks/pull/73>`_ by @Hang1225)


0.2.0 (20-03-24)
----------------

Expand Down
2 changes: 1 addition & 1 deletion src/astro_databricks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from astro_databricks.operators.notebook import DatabricksNotebookOperator
from astro_databricks.operators.workflow import DatabricksWorkflowTaskGroup

__version__ = "0.2.0"
__version__ = "0.2.1"
__all__ = [
"DatabricksNotebookOperator",
"DatabricksWorkflowTaskGroup",
Expand Down

0 comments on commit 2a9b53e

Please sign in to comment.