Releases: astronomer/astro-provider-databricks
Releases · astronomer/astro-provider-databricks
0.3.2
03 Sep 17:24
Compare
Sorry, something went wrong.
No results found
0.3.1
03 Sep 11:12
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug fixes
Prevent creation of duplicate jobs in Databricks (PR #76 by @Hang1225 )
0.2.1
03 Apr 09:20
Compare
Sorry, something went wrong.
No results found
Bug fixes
Support existing_cluster_id for DatabricksNotebookOperator when used from within DatabricksWorkflowTaskGroup (PR #73 by @Hang1225 )
0.2.0
20 Mar 14:55
Compare
Sorry, something went wrong.
No results found
Feature
Allow users to specify Databricks API version via an environment variable (PR #66 by @pankajkoti )
0.1.6
23 Feb 16:34
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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