Queries Trino and prints all views 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-views [options]
Usage #
1
2
lakeql-cli list-views --catalog hive --schema analytics
1
2
3
4
5
6
7
8
┌──────────────────────┐
│ View Name │
├──────────────────────┤
│ active_users │
│ daily_revenue │
│ session_aggregates │
└──────────────────────┘
Options #
--catalog <catalog>
catalog to use
| Property | Value |
|---|---|
| Type | string |
| Required | No |
| Env var | HIVE_CATALOG |
--schema <schema>
schema to use
| Property | Value |
|---|---|
| Type | string |
| Required | No |