Queries Trino and prints all tables in the specified catalog and schema. If --schema is not provided, the CLI prompts you to select one interactively.
Syntax #
1
2
lakeql-cli list-tables [options]
Usage #
1
2
lakeql-cli list-tables --catalog hive --schema analytics
1
2
3
4
5
6
7
8
9
┌────────────────┐
│ Table Name │
├────────────────┤
│ users │
│ events │
│ sessions │
│ page_views │
└────────────────┘
Options #
--catalog <catalog>
catalog to use
| Property | Value |
|---|---|
| Type | string |
| Required | No |
| Env var | HIVE_CATALOG |