Ray Data write APIs currently use ray_remote_args for Ray task options.
Add these options as top-level parameters to Dataset.write_datasink and all write APIs that accept ray_remote_args:
label_selector
fallback_strategy
max_calls
resources
accelerator_type
runtime_env
Keep ray_remote_args working for now, but show this warning:
ray_remote_args is deprecated and will be removed in Ray 2.64. Use the named remote parameters instead.
Follow-up to #65501.
Ray Data write APIs currently use
ray_remote_argsfor Ray task options.Add these options as top-level parameters to
Dataset.write_datasinkand all write APIs that acceptray_remote_args:label_selectorfallback_strategymax_callsresourcesaccelerator_typeruntime_envKeep
ray_remote_argsworking for now, but show this warning:Follow-up to #65501.