--

You can install Hudi as a python package.

pip install hudi

from hudi import HudiTable

hudi_table = HudiTable("/path/to/local/hudi/data")

records = hudi_table.read_snapshot()

--

--

Amit Singh Rathore
Amit Singh Rathore

Written by Amit Singh Rathore

Staff Data Engineer @ Visa — Writes about Cloud | Big Data | ML

Responses (1)