lidavidm commented on code in PR #2484:
URL: https://github.com/apache/arrow-adbc/pull/2484#discussion_r1931352030
##########
python/adbc_driver_snowflake/adbc_driver_snowflake/__init__.py:
##########
@@ -112,6 +112,9 @@ class StatementOptions(enum.Enum):
#: Number of concurrent streams being prefetched for a result set.
#: Defaults to 10.
PREFETCH_CONCURRENCY = "adbc.snowflake.rpc.prefetch_concurrency"
+ #: An identifier for a query/queries that can be used to find the query in
+ #: the query history. Use a blank string to unset the tag.
+ QUERY_TAG = "adbc.snowflake.statement.query_tag"
Review Comment:
https://github.com/apache/arrow-adbc/issues/2493
--
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]