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