https://prefect.io logo
p

Pierre CORBEL

05/15/2020, 3:54 PM
Hello, Just to let you know that since
prefect 0.11.0
, you can't use the enviuronment variable
PREFECT__CLOUD__AGENT__LABELS=["hello"]
anymore but you have to wrap the values in single quote like
PREFECT__CLOUD__AGENT__LABELS='["hello"]'
I know it is documented with the right format in the doc but it was working with a "bad" format before and so it can broke your flow after upgrading to v0.11.0 👍
upvote 4