Skip to content

Commit

Permalink
[Data] Record more telemetry for newly added datasources (#45647)
Browse files Browse the repository at this point in the history
This PR is to add the telemetry recording for newly added datasources.

Signed-off-by: Cheng Su <[email protected]>
  • Loading branch information
c21 authored May 31, 2024
1 parent a30630a commit 3c9edf1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion python/ray/data/_internal/logical/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@
"ReadNumpy",
"ReadTFRecord",
"ReadBinary",
"ReadCustom",
"ReadTorch",
"ReadAvro",
"ReadWebDataset",
"ReadSQL",
"ReadDatabricksUC",
"ReadLance",
"ReadHuggingFace",
"ReadCustom",
# From
"FromArrow",
"FromItems",
Expand All @@ -43,6 +49,8 @@
"WriteTFRecord",
"WriteNumpy",
"WriteMongo",
"WriteWebDataset",
"WriteSQL",
"WriteCustom",
# Map
"Map",
Expand Down

0 comments on commit 3c9edf1

Please sign in to comment.