Is run_config, part of the metadata (that get sent...
# ask-community
t
Is run_config, part of the metadata (that get sent when registered to prefect cloud) or is it something that the agent pulls from storage or is it something that must be defined in the executor's environment ?
k
Executor is pulled from storage. RunConfig is part of the serialized flow and registered with us along with the Storage
upvote 2