You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dagster._core.errors.DagsterInvalidConfigError: Error in config when building job 'my_job'
Error 1: Missing required config entry "resources" at the root. Sample config for missing entry: {'resources': {'db_conn': {'config': {'table': '...'}}}}
What did you expect to happen?
I expect it not to ask for the default config, because the resource is defined to be configured at launch
Dagster version
1.3.10
What's the issue?
I am trying to use the
.configure_at_launch()
feature. The example code at https://docs.dagster.io/concepts/resources#configuring-resources-at-launch-time works, however ifconfig
is added at the job level, then the code location fails to build with an error:What did you expect to happen?
I expect it not to ask for the default config, because the resource is defined to be configured at launch
How to reproduce?
The code which I used to reproduce the error
Deployment type
Local
Deployment details
No response
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered: