Hi there!
We are experiencing a Databricks error we donโt recognise when we are running one of our event-based dbt models in dbt core (version 1.6.18). The dbt model uses the โinsert_by_periodโ materialisation that is still experimental for version 1.6.18.
The error message states:
Error during request to server: (conn=4757514) Data too long for column 'session_data' at row 1
We could narrow down the timeframe of the events in which this error occurs but not the error itself, since there is no column called โsession_dataโ . Has anyone encountered the same error before and knows what the issue might be?
We hope that we wonโt get the same error message again once we have upgraded to dbt version 1.9.1, since the โinsert_by_periodโ period wonโt be experimental anymore but it would be good to get to the bottom of this until then.
Thanks!