Skip to content

Commit 8494ef3

Browse files
committed
Add download options to the the PickleFilesystemIOManager see HEA-764
1 parent 097798c commit 8494ef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipelines/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def handle_output(self, context: OutputContext, obj):
5454
super().handle_output(context, obj)
5555

5656

57-
class PickleFilesystemIOManager(UPathIOManager):
57+
class PickleFilesystemIOManager(DownloadAssetMixin, UPathIOManager):
5858
"""
5959
Dagster I/O Manager that serializes Python objects to files using Pickle.
6060

0 commit comments

Comments
 (0)