get_dagster_config¶
kedro_dagster.config.models.get_dagster_config(context)
¶
Get the Dagster configuration from the dagster.yml file.
Parameters¶
| Name | Type | Description | Default |
|---|---|---|---|
context
|
KedroContext
|
|
required |
Returns¶
| Type | Description |
|---|---|
KedroDagsterConfig
|
Dagster configuration. |
See Also¶
kedro_dagster.config.models.KedroDagsterConfig :
The configuration model returned.