Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

[Data] Add environment variable support for Ray Data execution callbacks.#51449

Open
JDarDagran wants to merge1 commit intoray-project:master
base:master
Choose a base branch
Loading
fromJDarDagran:data/add-execution-callback-from-env-var

Conversation

JDarDagran
Copy link
Contributor

Why are these changes needed?

This change adds support for loading Ray Data execution callbacks from an environment variable (RAY_DATA_EXECUTION_CALLBACKS). Users can now specify a comma-separated list of callback class paths, which will be dynamically imported and added to the DataContext.
This allows for easy instrumentation and monitoring of Ray Data executions without modifying application code, which is useful for deb ugging and observability in production environments.

Checks

  • I've signed off every commit(by using the -s flag, i.e.,git commit -s) in this PR.
  • I've runscripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed forhttps://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it indoc/source/tune/api/ under the
      corresponding.rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures athttps://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

@JDarDagranJDarDagran requested a review froma team as acode ownerMarch 18, 2025 14:18
@JDarDagranJDarDagranforce-pushed thedata/add-execution-callback-from-env-var branch 2 times, most recently fromf67abdf toeded6ddCompareMarch 18, 2025 14:36
@jcotant1jcotant1 added the dataRay Data-related issues labelMar 19, 2025
@hainesmichaelchainesmichaelc added the community-contributionContributed by the community labelApr 4, 2025
This change adds support for loading Ray Data execution callbacks from anenvironment variable (`RAY_DATA_EXECUTION_CALLBACKS`). Users can now specifya comma-separated list of callback class paths, which will be dynamicallyimported and added to the DataContext.This allows for easy instrumentation and monitoring of Ray Data executionswithout modifying application code, which is useful for debugging andobservability in production environments.Signed-off-by: Jakub Dardzinski <kuba0221@gmail.com>
@JDarDagranJDarDagranforce-pushed thedata/add-execution-callback-from-env-var branch fromeded6dd to6eb612cCompareApril 9, 2025 20:01
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
community-contributionContributed by the communitydataRay Data-related issues
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@JDarDagran@hainesmichaelc@jcotant1

[8]ページ先頭

©2009-2025 Movatter.jp