Thanks to Dylan Bienstock for pointing this out - the string returned from get_run_status needs to be manually coerced into a PipelineRunStatus object!
Details
Details
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
python_modules/dagster-graphql/dagster_graphql/client/client.py | ||
---|---|---|
247 | Dict[str, Any] flexible typing got us 😩 wonder if it might be nice to have a tool that will autogen the python types for these queries (if such a thing even exists?) |
Comment Actions
flexible typing got us
Also we dont run mypy in dagster-graphql https://dagster.phacility.com/source/dagster/browse/master/.buildkite/dagster-buildkite/dagster_buildkite/module_build_spec.py$9, we have to go back for that blacklist