issues
search
dlt-hub
/
dlt
data load tool (dlt) is an open source Python library that makes data loading easy 🛠️
https://dlthub.com/docs
Apache License 2.0
2.65k
stars
176
forks
source link
Fix merge write disposition for pyarrow and ClickHouse
#2042
Closed
burnash
closed
2 days ago
burnash
commented
1 week ago
Attempt to fix #1972.
Extends SqlMergeFollowupJob._get_row_key_col() to fallback to a single primary key if no
row_key
or
unique
columns are found.
Adds tests for pyarrow load with merge to ClickHouse
netlify[bot]
commented
1 week ago
✅
Deploy Preview for
dlt-hub-docs
canceled.
Name
Link
🔨
Latest commit
1e947a6e94ec2960b99d00aa69629be3f5033aad
🔍
Latest deploy log
https://app.netlify.com/sites/dlt-hub-docs/deploys/6734cdc38cc35700089d764b
Attempt to fix #1972.
row_key
orunique
columns are found.