Page MenuHomeElementl

Remove reference to output_manager decorator
ClosedPublic

Authored by jordansanders on Jun 22 2021, 6:02 PM.
Tags
None
Referenced Files
F2882606: D8490.diff
Tue, Mar 21, 5:42 PM
F2882505: D8490.diff
Tue, Mar 21, 3:37 PM
Unknown Object (File)
Fri, Mar 10, 11:05 PM
Unknown Object (File)
Sun, Feb 26, 4:14 PM
Unknown Object (File)
Sun, Feb 26, 8:14 AM
Unknown Object (File)
Thu, Feb 23, 11:23 AM
Unknown Object (File)
Feb 13 2023, 10:35 PM
Unknown Object (File)
Feb 10 2023, 7:25 PM
Subscribers
None

Details

Summary

This decorator was removed with the 0.10.0 release when we transitioned
from using OutputManagers directly to using IOManagers:

https://github.com/dagster-io/dagster/commit/3397d9c1eda139c81501d1157a3f72f9e9a334dc

But the remaining docstring caused some confusion in Slack:

https://dagster.slack.com/archives/C01U954MEER/p1624380774044300

Test Plan

unit

Diff Detail

Repository
R1 dagster
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

python_modules/dagster/dagster/core/storage/output_manager.py
58

I wonder a) how much any of these docstrings remain useful and b) how much the OutputManager/InputManagers remain useful or if they should be folded into the IOManager base class.

given the inline comment ill let @sandyryza accept with any other insight on what should change around this

Did a user come across this? I didn't think we exposed OutputManager in our docs at all. I don't think we need it around anymore.

This revision is now accepted and ready to land.Jun 24 2021, 3:30 PM

Did a user come across this? I didn't think we exposed OutputManager in our docs at all. I don't think we need it around anymore.

Yeah, a user asked about it https://dagster.slack.com/archives/C01U954MEER/p1624380774044300