You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: