Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=1.10,<1.24→>=1.10,<1.25Release Notes
dlt-hub/dlt (dlt)
v1.24.0Compare Source
dlt 1.24.0 Release Notes
Breaking Changes
Highlights
insert-onlymerge strategy that performs idempotent, key-based appending: inserts records whose primary key doesn't exist in the destination while silently skipping duplicates. No updates or deletes. Supported across all SQL destinations, Delta Lake, and Iceberg.parallelandparallel-isolateddecompose modes, all source components now fan out concurrently from a shared start node. Previously the first source had to complete before others could begin, adding unnecessary wall-clock time. This release also adds basic Airflow 3 support with smoke tests.replacing_merge_treetable engine type for ClickHouse that enables native deduplication and soft deletes viadedup_sortandhard_deletecolumn hints.Core Library
arrow_concat_promote_optionscan now be set to"default"or"permissive"instead of the hardcoded"none", enabling automatic type promotion when yielding multiple Arrow tables with slightly different inferred types.dlt pipeline info/showno longer crashes withUnknownDestinationModuleon pipelines using@dlt.destination.primary_key=()toIncrementalto disable deduplication is no longer silently overwritten by the resource's own primary key.md:) now raise a clear configuration error instead of a confusing connection failure.Docs
mask_columns()function supporting allsql_databasebackends.Chores
New Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.