We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097798c commit 8494ef3Copy full SHA for 8494ef3
1 file changed
pipelines/resources.py
@@ -54,7 +54,7 @@ def handle_output(self, context: OutputContext, obj):
54
super().handle_output(context, obj)
55
56
57
-class PickleFilesystemIOManager(UPathIOManager):
+class PickleFilesystemIOManager(DownloadAssetMixin, UPathIOManager):
58
"""
59
Dagster I/O Manager that serializes Python objects to files using Pickle.
60
0 commit comments