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

Releases: astronomer/astro-provider-databricks

0.3.2

03 Sep 17:24

Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

03 Sep 11:12
1ca6431

Choose a tag to compare

What's Changed

Maintenance

  • Mark project as inactive across README and docs; Update project classifier to Development Status :: 7 - Inactive (PR #87 by @pankajkoti)

Full Changelog: 0.3.0...0.3.1

0.3.0

08 Aug 09:36

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

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

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

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

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

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

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

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