v1.1.0 (2025-11-25)
Bug Fixes
- Missing S3_EXPORTS_PREFIX and S3_BACKUPS_PREFIX (
93b8bb5)
Chores
-
Implement just command for migrating from a sqlite to a postgres catalog on ducklake (
81e082f) -
Normalize etl related commands, create tl only commands, and global etl, ingest, and tl commands (
c7dca94) -
deps: Bump up duckdb and switch dbt-duckdb to stable non-git version (
2c6bb02)
Code Style
Documentation
- Update file structure and dlctl commands to match new postgres catalog backups (
0febe4a)
Features
-
Add env vars required to get lakehouse connectivity (
9cf6bf5) -
Migrate ducklake catalog from sqlite to postgres (
c077595) -
Migrate the dlctl backup from sqlite to postgres support (
0fe2c6d)
Refactoring
-
Change engine_db variable scope (not used anywhere else) (
2fad9de) -
Extract sql script to a separate file (
66e282c) -
Reformat inline sql into fewer columns (
5a81765) -
Remove unused imports (
acaccd0) -
Rename env var for postgres root password (
17b82a0)
Detailed Changes: v1.0.1...v1.1.0