polars.Catalog.get_table_info#

Catalog.get_table_info(
catalog_name: str,
namespace: str,
table_name: str,
) TableInfo[source]#

Retrieve the metadata of the specified table.

Warning

This functionality is considered unstable. It may be changed at any point without it being considered a breaking change.

Parameters:
catalog_name

Name of the catalog.

namespace

Name of the namespace (unity schema).

table_name

Name of the table.