Hello. I have a newbie question about config after looking
at this page:
https://docs.dagster.io/concepts/configuration/config-schema
It looks like there are several options to provide config:
with the --config option for dagster and dagit
entered into the dagit console
with run_config (various ways to declare and pass)
Is there a way to supply a config.yaml for a repository via the workspace.yaml
like this?:
load_from:
- python_file:
relative_path: sample2/dagstersample2.py
working_directory: sample2
config: config.yaml