FuETL
03/30/2022, 5:01 PMAnna Geller
run_config
. Why do you have Secrets there? Do you know you can use local secrets with Prefect Server?FuETL
03/30/2022, 5:46 PMflow.run_config = ECSRun(env=env, image=env.get("DOCKER_IMAGE"))
But with LocalRun i can pass the image as well?flow.run_config = LocalRun(env=env)
Let's see.Anna Geller
FuETL
03/30/2022, 6:29 PMhas a `run_config` of type `LocalRun`, only `ECSRun` is supported
Basically i want to pass the environments variables but i don't want them to show up in "RUN CONFIG" tab.Anna Geller