snowflake.snowpark.Session.update_query_tag¶
- Session.update_query_tag(tag: dict) None[source]¶
Updates a query tag that is a json encoded string. Throws an exception if the sessions current query tag is not a valid json string.
- Parameters:
tag – The dict that provides updates to the current query tag dict.
Note
Assigning a value via session.query_tag will remove any current query tag state.
- Example::
- Example::
- Example::