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

Releases: PrefectHQ/prefect-databricks

v0.2.3

29 Nov 19:53
c3222e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

13 Nov 22:49
cc2dfe2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

27 Oct 21:22
bcb92f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

05 Oct 18:09
25a01cd
Compare
Choose a tag to compare

What's Changed

  • Update CODEOWNERS to Open Source GH team by @desertaxle in #79
  • Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.3 by @dependabot in #81
  • Conditional imports to support operating with pydantic>2 installed by @chrisguidry in #87

New Contributors

Full Changelog: v0.1.6...v0.2.0

v0.1.6

16 Jun 20:00
998a7b6
Compare
Choose a tag to compare

0.1.6

Released on June 16th, 2023.

Fixed

  • Fixes errors when running multi-task jobs by retrieving output from each task individually - #75

v0.1.5

30 May 17:48
0ea09dd
Compare
Choose a tag to compare

0.1.5

Released on May 30th, 2023.

Added

  • jobs_runs_submit_by_id_and_wait_for_completion flow - #65
  • runtime_engine attribute to NewCluster model - #70

v0.1.4

04 Jan 17:07
97720e1
Compare
Choose a tag to compare

0.1.4

Released on January 4th, 2023.

Fixed

  • Type annotations in jobs_runs_submit_and_wait_for_completion and allowing run_name=None in jobs_runs_wait_for_completion flows - #32.
  • Serialization of ACL permission objects and AccessControlRequest - #51.

v0.1.3

23 Sep 16:11
19fd194
Compare
Choose a tag to compare

0.1.3

Released on September 23rd, 2022.

Fixed

  • All models from the schema are now regenerated - #29.

v0.1.2

21 Sep 18:24
2650603
Compare
Choose a tag to compare

0.1.2

Released on September 21st, 2022.

Added

  • Logging of job runs tasks status within jobs_runs_submit_and_wait_for_completion - #16.
  • jobs_runs_wait_for_completion flow - #22.

Changed

  • Migrate lines from jobs_runs_submit_and_wait_for_completion into jobs_runs_wait_for_completion flow - #22.

Fixed

  • Executing Python scripts through jobs_runs_submit_and_wait_for_completion - #16.

v0.1.1

19 Aug 22:00
bfe7fab
Compare
Choose a tag to compare

0.1.1

Released on August 19th, 2022.

Added

  • jobs_runs_submit_and_wait_for_completion flow - #14