eladkal commented on issue #29975:
URL: https://github.com/apache/airflow/issues/29975#issuecomment-1460164510

   What version of snowflake provider do you use?
   Can you please share reproduce example?
   
   At least from what I see in [Snowflake docs 
](https://docs.snowflake.com/en/user-guide/python-connector-example#retrieving-the-snowflake-query-id)
   ```
   # Retrieving a Snowflake Query ID
   cur = con.cursor()
   cur.execute("SELECT * FROM testtable")
   print(cur.sfqid)
   ```
   
   the hook code:
   
   
https://github.com/apache/airflow/blob/eff677c418f09690f7e89302368dbff54e7fce75/airflow/providers/snowflake/hooks/snowflake.py#L390
    should work


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