Skip to content

Releases: saturncloud/prefect-saturn

v0.1.1

31 Aug 20:05
8f84607
Compare
Choose a tag to compare

Breaking

None

Features

  • Added slightly better error handling for missing environment variables (#15)

Bug Fixes

None

Docs

None

v0.1.0

13 Aug 14:24
ab04d98
Compare
Choose a tag to compare

Breaking

  • Moved .add_storage() and .add_environment() internal, and made .register_flow_with_saturn() do more. (#14) Now the interface is just like this:

    integration = PrefectCloudIntegration("some-project")
    flow.register_flow_with_saturn()
    flow.register(project_name="some-project", labels=["saturn-cloud"])
  • Replaced Docker storage with Webhook storage (#14)

  • Bumped prefect version floor to 0.13.0 (the first release that had Webhook) (#14)

Features

None

Bug Fixes

None

Docs

  • Added a minimal working example in README (#14)

v0.0.2

23 Jul 23:10
4008118
Compare
Choose a tag to compare
  • moved some details of building KubernetesJobEnvironment into Saturn's back-end and out of this library
  • removed unnecessary elements in saturn_details
  • renamed saturn_details to storage_details since it now only contains things needed for building storage

v0.0.1

21 Jul 21:00
Compare
Choose a tag to compare

Initial release of prefect-saturn, a Python client for integrating Prefect Cloud and Saturn Cloud.