FuETL
03/30/2022, 5:01 PMAnna Geller
03/30/2022, 5:11 PMrun_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
03/30/2022, 6:13 PMFuETL
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
03/30/2022, 6:36 PM