dbt-duckdb
dbt-duckdb copied to clipboard
Bug:Running Incremental Model For nearly above half a millions of data
My pipeline was working fine for a month until the data volume reaches to like 50 million of rows. It then throws an error lilke this:
what(): {"exception_type":"INTERNAL","exception_message":"Attempted to access index 9223372036854775807 within vector of size 3"}
I first of all thought this error could be beacuse of the duckdb side but no.
There is no error when I am running the model with a full-refresh mode. But as soon as I run an incremental model I am encountered with such kind of error.