The only remaining callsites of this were executing a plan in-process and didn't need to be using dagster-graphql in the first place. Switch those callsites over to call execute_plan directly and then remove executePlan altogether from dagster-graphql.
Details
Details
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Branch
- killtheoperator2
- Lint
Lint OK - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
python_modules/dagster-graphql/dagster_graphql/client/mutations.py | ||
---|---|---|
4–6 | can this not get dropped too? |