Sam Garvis
09/02/2022, 2:48 PMprefect deployment build flowname.flowname -n flowname_dev --work-queue=dev-wq-1 -ib kubernetes-job/dev-k8s-job -sb gcs/dev --override image_pull_policy=Always
When I run this, the yaml created has this. Why does it still included the manifest.json? I thought that was deprecated
### DO NOT EDIT BELOW THIS LINE
###
flow_name: Colorado Watcher
manifest_path: colorado_watcher-manifest.json
Khuyen Tran
09/02/2022, 2:50 PMmanifest_path
is still included in the yaml file to make sure the previous deployments do not break.
I’m surprised that you see a name for your manifest.json though. You should see something like this:
manifest_path: null
Sam Garvis
09/02/2022, 3:03 PMKhuyen Tran
09/02/2022, 3:07 PMSam Garvis
09/02/2022, 3:18 PMAnna Geller
09/03/2022, 12:52 PMSam Garvis
09/06/2022, 4:33 PMAnna Geller
09/06/2022, 5:58 PM