Tables
Tables are created implicitly when a flow writes to them. The SDK currently exposes only a listing helper.
Methods
| Method | Description |
|---|---|
show_tables | List 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")