local
Details
Details
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Branch
- rl/toys-conversion (branched from master)
- Lint
Lint Passed - Unit
No Test Coverage
Event Timeline
python_modules/dagster-test/dagster_test/toys/branches.py | ||
---|---|---|
6–13 | nit: | |
python_modules/dagster-test/dagster_test/toys/error_monster.py | ||
122–123 | nit: mypy ignore instead? since this is meant to trigger an error | |
135–136 | ^ | |
python_modules/dagster-test/dagster_test/toys/repo.py | ||
28–42 | request: comments on the ones you couldn't convert with why |
Comment Actions
Thanks for putting this together Rex. This looks great. We should hold off on merging it until we've unexperimentalized the CRAG APIs, because we don't want users looking for example pipelines to deal with thrash.
python_modules/dagster-test/dagster_test/toys/composition.py | ||
---|---|---|
26 | Any particular reason to keep around the input/output definitions here, but not on the graph definition above? |