MCPcopy Create free account
hub / github.com/feast-dev/feast / read_parquet

Method read_parquet

sdk/python/feast/infra/ray_initializer.py:214–216  ·  view source on GitHub ↗

Read parquet files using standard Ray.

(self, path: Union[str, List[str]], **kwargs)

Source from the content-addressed store, hash-verified

212 """Wrapper for Ray Native operations."""
213
214 def read_parquet(self, path: Union[str, List[str]], **kwargs) -> Any:
215 """Read parquet files using standard Ray."""
216 return ray.data.read_parquet(path, **kwargs)
217
218 def read_csv(self, path: Union[str, List[str]], **kwargs) -> Any:
219 """Read CSV files using standard Ray."""

Callers 15

_remoteMethod · 0.45
_read_data_sourceFunction · 0.45
_write_data_sourceFunction · 0.45
_read_datasourceFunction · 0.45
offline_write_batchMethod · 0.45
write_logged_featuresMethod · 0.45
bootstrapFunction · 0.45
_try_artifactMethod · 0.45

Calls

no outgoing calls

Tested by 6

run_demoFunction · 0.36