Skip to content

[Data] Add named remote parameters to write APIs #65896

Description

@yuhuan130

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions