lidavidm commented on issue #1143: URL: https://github.com/apache/arrow-adbc/issues/1143#issuecomment-1973618686
Ok, it looks like this isn't quite possible in the API we use. If we want to support this, someone will have to make a request upstream to [gosnowflake](https://github.com/snowflakedb/gosnowflake/) first. Roughly: we use QueryArrowStream which returns a `snowflakeArrowStreamChunkDownloader`. Internally QueryArrowStream gets a `execResponseData` which has the QueryID, however, it does not copy the value to the result `snowflakeArrowStreamChunkDownloader` and throws it away. So we have no way of getting the query ID. -- 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]
