We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JsonTransferAction
1 parent 337dde1 commit 3282e2fCopy full SHA for 3282e2f
pulsar/client/action_mapper.py
@@ -519,7 +519,7 @@ class JsonTransferAction(BaseAction):
519
external system that can stage files in and out of the compute environment.
520
"""
521
inject_url = True
522
- whole_directory_transfer_supported = True
+ whole_directory_transfer_supported = False
523
action_type = "json_transfer"
524
staging = STAGING_ACTION_REMOTE
525
0 commit comments