Snowflake Integration
An overview for the Snowflake integration with Secoda
After connecting Snowflake, to view the metadata associated with one of your Snowflake tables, visit the catalog page and click on the title of your Snowflake table. That link will bring you to the following page.

Tables
The tables associated with the schemas that have been selected in your Snowflake integration will be imported. If a comment is present on the table, that comment will be brought in as a description.
Columns
The columns associated with the tables will be imported into Secoda. The column name, type and comment will be brought in. Optionally, clicking the "Run Profiler" button will show a distribution of each Snowflake column.
Lineage
Table and column lineage is automatically imported into Secoda. The last day of queries are parsed with our lineage parser to build a map of the relationships between columns and tables.

Queries
The queries from the last day of query history in Snowflake will be brought in and automatically associated with the tables that they reference.
Last modified 3mo ago