Skip to main content

Session.read_parquet(path, /, *, client_side_encryption=None, columns=frozendict({}), data_types=frozendict({}), default_values=frozendict({}), keys=frozenset({}), partitioning=None, table_name=None, **kwargs)

Read a Parquet file into a table.
This method is deprecated since 0.9.12.
The alternative is:
This alternative can be refactored to move the load() call inside a data_transaction().