zeroshade commented on code in PR #2484:
URL: https://github.com/apache/arrow-adbc/pull/2484#discussion_r1930978486


##########
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:
   did we ever update the docs to point out the difference between statement 
options and connection options etc.?



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