snowflake.snowpark.Session.append_query_tag¶
- Session.append_query_tag(tag: str, separator: str = ',') None[source]¶
Appends a tag to the current query tag. The input tag is appended to the current sessions query tag with the given separator.
- Parameters:
tag – The tag to append to the current query tag.
separator – The string used to separate values in the query tag.
Note
Assigning a value via session.query_tag will remove any appended query tags.
- Example::
- Example::
- Example::
- Example::