datafusion-ducklake-cli
datafusion-ducklake-cli installs ducklake-cli, an interactive and
scriptable SQL shell for datafusion-ducklake-provider.
Use DuckLake SQL to attach catalogs:
);
;
For S3-compatible object stores, install with the feature and register the store
before attaching a catalog whose DATA_PATH points at s3://...:
DUCKLAKE_S3_ENDPOINT=http://localhost:9000 \
DUCKLAKE_S3_ACCESS_KEY_ID=minioadmin \
DUCKLAKE_S3_SECRET_ACCESS_KEY=minioadmin \
See the repository docs/cli.md and docs/sql-reference.md files for the full
command reference and supported DuckLake SQL surface.