amoeba commented on issue #2366:
URL: https://github.com/apache/arrow-adbc/issues/2366#issuecomment-4501682610

   I tried to reproduce this today to see if it's still an issue and I can't. I 
ran basically this,
   
   ```r
   execute_adbc(con, 'create or replace schema reprex')
   execute_adbc(con, 'use schema reprex')
   tbl |> write_adbc(con, "penguins")
   ```
   
   And it runs just fine. Looking at my query history in Snowflake, I see all 
the queries have the same session ID which is different than what @liamnz found 
and it explains why it works for me.
   
   Development of the Go Snowflake driver has moved to 
https://github.com/adbc-drivers/snowflake so if someone can reproduce the 
error, maybe we can just file a new issue 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]

Reply via email to