CA Lee
09/11/2022, 8:27 AMis_schedule_active
property in deployment.yaml?
Error:
'deployments/func-deployment.yaml' did not conform to deployment spec: ValidationError(model='Deployment', errors=[{'loc': ('is_schedule_active',), 'msg': 'extra fields not permitted', 'type': 'value_error.extra'}])
This is using S3 block storage. If using LocalFileStorage, I believe this error does not occur.
Prefect version: 2.3.2
Removing the field: is_schedule_active: false
, the deployment can be applied successfully, but the user would need to login to the UI to manually disable the schedule. This is especially painful if triggered on each CI/CD run.Anna Geller
09/11/2022, 11:35 AMCA Lee
09/11/2022, 1:18 PMTimo
09/27/2022, 11:12 AMDeployment.build_from_flow()
?Anna Geller
09/27/2022, 1:01 PMprefect deployment pause-schedule flow/deploy
Timo
09/27/2022, 5:18 PMAnna Geller
09/27/2022, 6:36 PMTimo
09/28/2022, 6:20 AMAnna Geller
09/28/2022, 12:52 PM--override image=your_image_tag_from_CI