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