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

Commands

Reference for all available CLI commands with syntax, options, and usage examples.

init

Initialize a lakeql.config.json configuration file in your project.

pull

Interactive query endpoint generation based on a remote table.

create-registry

Generates the config registry for type-safe permissions.

list-schemas

Lists available schemas for the configured catalog.

list-tables

Lists available tables for the configured catalog and schema.

list-views

Lists available views for the configured catalog and schema.

list-columns

Lists columns for the specified table including types and descriptions.

create-endpoint

Generate a custom endpoint from a JSON definition file.

generate-import-config

Generate an import.config.mjs from already-pulled schemas.

Previous page

Installation

Next page

init