TableChainFollowupJobCreationFailedException
when loading Arrow table to ClickHouse
#2248
Labels
question
Further information is requested
dlt version
1.5.0
Describe the problem
When trying to load data from an
arrow
source toclickhouse
destination using "merge" strategy, dlt raisesdlt.load.exceptions.TableChainFollowupJobCreationFailedException
exception.This only occurs in arrow/pandas and clickhouse (source to dest) configuration. Other combinations work without issue.
Here's the full stack trace
Expected behavior
I expected to be able to produce data from
arrow
toclickhouse
Steps to reproduce
Here's a self contained script that can reproduce this issue:
Here's another example that works fine, using
duckdb
dest:Operating system
Linux
Runtime environment
Local
Python version
3.11
dlt data source
arrow
https://dlthub.com/docs/dlt-ecosystem/verified-sources/arrow-pandas
dlt destination
Clickhouse
Additional information
clickhouse version: 24.12
The text was updated successfully, but these errors were encountered: