Query
Execute ad-hoc SQL queries against the lake:Save results
Use--save to persist query results as a table in your lake:
Catalogs
List catalogs
List all available catalogs in your organization:Register an S3 Tables catalog
Register a catalog backed by S3 Tables:--type is optional and defaults to s3tables.
List tables
List tables in a catalog namespace:--catalog or --namespace, the CLI prompts you interactively.
Describe a table
View the schema of a table:--catalog, --namespace, or --table, the CLI prompts you interactively.
DuckDB terminal
Launch a DuckDB terminal pre-configured with your registered catalogs:lakekeeper and s3tables catalogs into DuckDB before opening the interactive shell.
The
duckdb command requires DuckDB to be installed on your machine.