Housekeeping
Details
Details
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Branch
- dagstermill-file-handling
- Lint
Lint OK - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
I love it.
python_modules/dagster/dagster/core/execution/context/compute.py | ||
---|---|---|
44 | This will be a ScopedResources object. ScopedResources is a type that's generated inside a function, so doesn't make sense to include annotate here, but something we could do is:
|
python_modules/dagster/dagster/core/execution/context/compute.py | ||
---|---|---|
44 | yeah that'd be helpful at some point -- i'll open an issue -- i think to do it right might involve a fair amount of typing magic |