Skip to content
Discussion options

You must be logged in to vote

You can set this using

con.raw_sql("ALTER SESSION SET QUERY_TAG = 'my_tag'")

or by passing the appropriate session_parameters argument when connecting:

ibis.snowflake.connect(
    ...,
    session_parameters={"QUERY_TAG": "my_tag"}
)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by cpcloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants