LakeQL
Overview
  • Installation
Commands
  • init
  • pull
  • create-registry
  • list-schemas
  • list-tables
  • list-views
  • list-columns
  • create-endpoint
  • generate-import-config
Configuration
  • Environment Variables
  • Config File
GitHub
LakeQL
  1. CLI
  2. Commands
  3. list-schemas

On this page

  1. Syntax
  2. Usage
  3. Options

list-schemas

Lists available schemas for the configured catalog.

Queries Trino and prints all schemas available in the specified catalog.

Syntax #

1
2
lakeql-cli list-schemas [options]

Usage #

1
2
lakeql-cli list-schemas --catalog hive
1
2
3
4
5
6
7
8
9
┌─────────────┐
│ Schema Name │
├─────────────┤
│ default     │
│ analytics   │
│ staging     │
│ raw         │
└─────────────┘

Options #

--catalog <catalog>

catalog to use

PropertyValue
Typestring
RequiredNo
Env varHIVE_CATALOG

Previous page

create-registry

Next page

list-tables