While Snowflake does not currently have a single "Download PDF/HTML" button within the UI for the visual profile, you can extract the underlying profile data through the following methods:
Snowflake’s Query Profile is a diagnostic powerhouse, offering a visual and statistical breakdown of how your SQL queries execute. While the is the primary way to view these profiles, downloading and programmatically accessing this data is essential for long-term auditing, performance baseline comparisons, and large-scale optimization. How to Access and View Query Profiles snowflake download query profile
: Click on the specific Query ID for the execution you want to analyze. While Snowflake does not currently have a single
: Select the Query Profile tab to view the visual execution tree. Methods for Downloading Query Profile Data : Select the Query Profile tab to view
: In the left-hand navigation menu, select Monitoring » Query History .
To view a query profile directly in the interface, follow these steps in :