Tom Manterfield
04/22/2022, 8:36 PMprefect deployment create my_deployment_spec.py
I get prefect.exceptions.ObjectAlreadyExists
3. If I try to configure the deployment spec in yaml, on create I get AttributeError: 'set' object has no attribute 'items'
4. There doesn’t seem to be any way to delete deployments to try again and updating is erroring as above… so I’m just sort of stuck with them.Zanie
DeploymentSpec
itself rather than configuring a default storage type
3. This is a known issue and will be resolved in the next release.
4. The deployment should be deletable via API call but is not expose on the Python client yet https://orion-docs.prefect.io/api-ref/rest-api/#/Deployments/delete_deployment_deployments__id__deleteTom Manterfield
04/22/2022, 8:45 PMZanie
Tom Manterfield
04/22/2022, 8:50 PMZanie
Tom Manterfield
04/22/2022, 8:53 PMblock_spec
Zanie
Tom Manterfield
04/22/2022, 9:12 PMZanie
Tom Manterfield
04/22/2022, 9:13 PMZanie
Tom Manterfield
04/22/2022, 9:14 PM