Releases: saturncloud/prefect-saturn
Releases · saturncloud/prefect-saturn
v0.1.1
v0.1.0
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 withWebhook
storage (#14) -
Bumped
prefect
version floor to 0.13.0 (the first release that hadWebhook
) (#14)
Features
None
Bug Fixes
None
Docs
- Added a minimal working example in README (#14)
v0.0.2
v0.0.1
Initial release of prefect-saturn
, a Python client for integrating Prefect Cloud and Saturn Cloud.