Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Nov 10:41
· 4 commits to main since this release

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

  • Remove new line (8b2a148)

  • Wrap sql script path in double quotes (0894362)

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