zeroshade commented on issue #2366: URL: https://github.com/apache/arrow-adbc/issues/2366#issuecomment-2546578763
it doesn't have to, the ADBC docs say the default ingestion mode is `Create` which is what the snowflake driver does. So given that the `select * from x` is working afterwards, it looks like the create query is running, but something is giving an issue with the actual insertions. @liamnz Could you look at the monitoring on your snowflake dashboard and look at the actual COPY INTO queries being run and see if anything stands out as problematic there? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
