Method for Ingesting Arrays of Timestamps for Array(Datetime64(3)) Clickhouse columns #249
Replies: 2 comments 1 reply
-
Hi! Could you run "SHOW CREATE TABLE" on that and share here? Also, do you happen to have any sample data as an example? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Update: (cc @Paultagoras ) after looking further into the code I think I found the bug causing this behavior, so I opened an issue here instead & I'll close out this discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm trying to use the clickhouse connector on data that includes an array of timestamps that should be stored in a column of type Array(Datetime64(3)), but I'm getting an error from the connector with the following stack trace:
Can anyone help me figure out why I'm getting this error? The reason I think it has to do with the array of timestamps is that I've gotten a connector using the same config to successfully ingest data without an array of timestamps. This line of the connector source code implies the issue is coming from Clickhouse—the rest of the stack trace is swallowed, so I can't provide it—but I suspect the issue still has to do with how I'm setting up the connector for the data, since we've also been able to use other connectors for arrays of timestamps successfully in the past.
Update: I found the Clickhouse stack trace for the same error below:
Beta Was this translation helpful? Give feedback.
All reactions