Hi guys, is there anyway I can prevent the flow to...
# ask-community
k
Hi guys, is there anyway I can prevent the flow to register with host name as a label?
g
You can change
flows.defaults.storage.add_default_labels
to False, or set the value on your flow's storage directly:
flow.storage.add_default_labels=False
: https://docs.prefect.io/api/latest/storage.html