lidavidm commented on issue #1143:
URL: https://github.com/apache/arrow-adbc/issues/1143#issuecomment-1743569202

   You will have to do that for now. 
   
   [gosnowflake does support 
this](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#hdr-Last_query_ID) 
so if someone wants to contribute support for exposing this, that would be 
welcome. I think it would be:
   
   - Add a statement option that when read, gives the last query ID
   - In the Python bindings for the Snowflake driver, subclass the `Cursor` 
class and add a utility method to fetch that option explicitly (just as a 
convenience)


-- 
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