Hello,
Could you explain the mechanism to set and retrieve globally defined variables so that they are available to all workflows and tasks in Flyte?
Ideally, they can be changed dynamically through Flyte Admin, not baked into the docker image as env vars.
E.g. an S3 bucket name for all the flyte projects, etc.
Hi @average-finland-92144,
No.
I need global constants that will be available to all tasks to retrieve in code by constant name in development, beta and prod.