Skip to main content

Tables

Tables are created implicitly when a flow writes to them. The SDK currently exposes only a listing helper.

Methods

MethodDescription
show_tablesList all tables in a database

show_tables

show_tables(
*,
lake: str,
database: str,
unsafe_raw: bool = False,
timeout: float | None = None,
poll_interval: float | None = None,
)

Example

result = client.show_tables(lake="analytics", database="events")