How can I get the resolved run_config (including defaults) for a run in Dagster 1.12? #33316
Unanswered
mathisloevenich
asked this question in
Q&A
Replies: 1 comment
-
|
Would be nice to get an answer |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm running into a subtle behaviour in Dagster 1.12 and I’m not sure what the recommended approach is.
Problem summary
context.dagster_run.run_configcontains exactly the dict I passed — great.run_configis{}. However the job executes with defaults defined by my config schema (I use DagsterConfig/ConfigurableResourcesubclasses and default values). I would like to obtain the resolved run config (the user-provided values plus defaults that Dagster applied at runtime) in the same dict format, for storage/logging/analytics.What I’ve tried
Beta Was this translation helpful? Give feedback.
All reactions