snowflake.snowpark.Session.query_history¶
- Session.query_history() QueryHistory[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/session.py#L3083-L3094)¶
Create an instance of
QueryHistoryas a context manager to record queries that are pushed down to the Snowflake database.