Add Scheduler to the DagsterGraphQLContext and the option to specify the storage directory for schedules in the dagit cli. By default, the storage directory is $DAGSTER_HOME/schedules
Details
Details
- Reviewers
alangenfeld - Group Reviewers
Restricted Project - Commits
- R1:a8adcc7d7e40: Add Scheduler to dagit and DagsterGraphQLContext
run dagit with SCHEDULER feature enabled, unit
dagster.cgf:
[FEATURES] scheduler=
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
python_modules/dagster/dagster/utils/__init__.py | ||
---|---|---|
272–310 | lets set up something a little better here - we should at bare minimum use an enum. Could be nice to set up something cute |
Comment Actions
Update to use new Scheduler
Create Features class:
- Check if feature is enabled using Features.FEATURENAME.is_enabled