By adding a configurable RunCoordinator to the helm chart, users will able to accomplish run attribution or specify custom hooks when a run is submitted.
Details
Details
Added tests to ensure that new schema elements (i.e. RunCoordinator module/class etc.) render correctly.
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
nit, should change the config name in values.yaml and the schema
helm/dagster/values.yaml | ||
---|---|---|
778 |
Comment Actions
An alternative approach would be to to remove the 'enabled' field and switch to the pattern we're using for the run launcher- the DefaultRunCoordinator is equivalent to current enabled:false. I'm ok with this setup though.
Comment Actions
Sid correctly pointed out that both of the above suggestions are breaking changes. He'll file an issue so that we can address in 0.12. lgtm