Believe this finishes the chain and makes it possible to load an ExecutionStep without loading any user code, just snapshots.
Details
Details
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Branch
- rmpipelinedef10
- Lint
Lint OK - Unit
No Unit Test Coverage
Event Timeline
python_modules/dagster/dagster/core/events/__init__.py | ||
---|---|---|
492–503 | should only happen in user code - context should have real defs | |
python_modules/dagster/dagster/core/execution/plan/execute_step.py | ||
75–82 | should be able to load the output_def like below - this code is user land only | |
python_modules/dagster/dagster/core/snap/solid.py | ||
76 | output_def has is_dynamic also | |
327–331 | I think you will need to know is_dynamic in the host process at some point but not the other two |