Simon Späti
01/12/2021, 2:41 PMalex
01/12/2021, 4:34 PMSomehow it doesn’t pick up my envs properlyWhat exactly are you observing? One guess would be the env vars are not available where ever the final step execution process is occurring, which can be a different machine than where the dagit server and the run coordinating processes are happening
sandy
01/12/2021, 4:46 PMStringSource
type on each of the fields that may be parameterized with envs.
I believe that the fields you're pointing to are defined "permissively", i.e. we don't define the individual config fields, we just allow users to define their own.
Because of that, we don't have the opportunity to make these fields `StringSource`s.
Unless I'm missing something, unfortunately I don't see an easy way to get around this without making some changes to the config system.alex
01/12/2021, 4:50 PMPermissive
Simon Späti
01/12/2021, 8:24 PMextraJavaOptions
that would work because it’s a String? Meaning I would add these parameters here for my deployment (although this is autogenerated, but I guess I could hard code these?). Or otherwise would you want to add them here?sandy
01/12/2021, 9:32 PMSimon Späti
01/13/2021, 8:16 AMsandy
01/13/2021, 5:28 PM