Configuration
Run configuration
Dagster Job run configuration allows providing parameters to jobs at the time they're executed.
Advanced config types
Dagster's config system supports a variety of more advanced config types.
Using environment variables and secrets in Dagster code
Dagster environment variables allow you to define various configuration options for your Dagster application and securely set up secrets.