Closed opodoprigora closed 7 months ago
Based on feature https://github.com/Snowflake-Labs/schemachange/issues/243
@sfc-gh-twhite please take a look when ever you have a chance.
Thank you for the PR!
I would opt to use the session_id that is available from the property of the Snowflake connection. For example, we can do this:
import snowflake.connector
con = snowflake.connector.connect()
print(con.session_id)
I believe that avoids the extra query submission. :)
@sfc-gh-twhite good call 💪 , updated.
Awesome job! We're doing a good bit of overhauling from a maintenance perspective of this project, but hopefully we can get this one in soon.
Log Current Session ID