Hello, Just to let you know that since `prefect 0....
# ask-community
p
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