Housekeeping
Details
Details
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I love it.
python_modules/dagster/dagster/core/execution/context/compute.py | ||
---|---|---|
43 | 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 | ||
---|---|---|
43 | 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 |