When dagster runs on ECS, does it get the container definitions from
dagsterdaemon
or from
workflows_user_code
?
I see that there is a variable that is being inherited from dagsterdaemon 🤔 (or at least it looks like it)
j
jordan
06/29/2022, 6:13 PM
It infers some of its container definitions from wherever the run is being launched - typically that’s dagster daemon (like if it’s a schedule or sensor) or sometimes dagit (like if you’re launching from the UI).
❤️ 1
b
Bianca Rosa
06/29/2022, 6:14 PM
Is there an easy way to configure environment variables? 🤔
I mean - for the new ecs task that spins up, not for the dagsterdaemon task itself. I would love to override a variable that is sent to datadog to be able to distinguish logs from the dagsterdaemon task from the one that is, in fact, running the code.