Naila Chennit
09/05/2022, 6:27 PM2.1.1
vesrion and when deploying my flows using kubernestes-job as infrastructure, im having this error below with manifest_path
argument
manifest_path
none is not an allowed value (type=type_error.none.not_allowed)
is it mendatory to set the manisfest_path
?
Here is my deployment def
deployment = Deployment.build_from_flow(
flow=my_flow,
name="tes-deployment",
version="1",
work_queue_name="kubernetes",
tags=["dev"],
ignorefile='.prefectignore',
storage=storage,
infrastructure=infra
)
Anna Geller
09/05/2022, 8:51 PMNaila Chennit
09/06/2022, 7:11 AM2.3.1
, but still have the same error with manifest_path
arg : /Anna Geller
09/06/2022, 8:29 AM