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

Releases: astronomer/astro-provider-databricks

0.3.0

08 Aug 09:36
Compare
Choose a tag to compare

What's Changed

Deprecations

  • Deprecate the provider and proxy instantiations to upstream official Apache Airflow Databricks provider (PR #84 by @pankajkoti)

Full Changelog: 0.2.2...0.3.0

0.3.0rc1

06 Aug 10:05
Compare
Choose a tag to compare
0.3.0rc1 Pre-release
Pre-release

What's Changed

Deprecations

  • Deprecate the provider and proxy instantiations to upstream official Apache Airflow Databricks provider (PR #84 by @pankajkoti)

Full Changelog: 0.2.2...0.3.0rc1

0.2.2

16 Apr 11:10
3e1ca03
Compare
Choose a tag to compare

Bug fixes

  • Prevent creation of duplicate jobs in Databricks (PR #76 by @Hang1225)

0.2.1

03 Apr 09:20
2a9b53e
Compare
Choose a tag to compare

Bug fixes

  • Support existing_cluster_id for DatabricksNotebookOperator when used from within DatabricksWorkflowTaskGroup (PR #73 by @Hang1225)

0.2.0

20 Mar 14:55
f7d4e6a
Compare
Choose a tag to compare

Feature

  • Allow users to specify Databricks API version via an environment variable (PR #66 by @pankajkoti)

0.1.6

23 Feb 16:34
c83e03c
Compare
Choose a tag to compare

Bug fixes

  • Bump pydantic to >=1.10.0 to be compatible with Airflow 2.7.0+ (PR #61 by @w0ut0)

Enhancements

0.1.5

31 Jul 19:53
a84fe0a
Compare
Choose a tag to compare

What's Changed

  • Limit Pydantic < 2.0.0 until Airflow resolves incompatibilities by @tatiana in #52
  • Add operator that supports all task types by @crong-k in #55
  • update query ID to hello world query by @jlaneve in #56

New Contributors

Full Changelog: 0.1.4...0.1.5

0.1.4

16 Jun 17:49
02be345
Compare
Choose a tag to compare

Bug fixes

  • Fix repairing tasks declared in inner task groups (#49 by @tatiana)
  • Fix copying dependencies from task groups to tasks inside intermediate task groups (#47 by @tatiana)

Enhancements

0.1.3a2

11 May 11:35
Compare
Choose a tag to compare
0.1.3a2 Pre-release
Pre-release
  • Fix CI release to PyPI

0.1.3a1

09 May 12:58
Compare
Choose a tag to compare
0.1.3a1 Pre-release
Pre-release
  • Fix the CI release to PyPI