Run SQL queries, browse your catalogs and tables, register S3 Tables catalogs, and open a DuckDB terminal connected to your lake from the command line. For a full overview of the lake, see the Lake documentation.Documentation Index
Fetch the complete documentation index at: https://docs.oleander.dev/llms.txt
Use this file to discover all available pages before exploring further.
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.