Installation
The Snowflake backend requires the Snowflake connector:Quick Start
From a Snowflake notebook (uses the active session automatically):- Connect to the Snowflake database and schema
- Discover all tables in the schema
- Infer column metadata (data types, semantic types, primary keys, time columns)
- Detect foreign key relationships
- Print a summary of the inferred metadata and links
Specifying Tables
Control which tables to include and customize their configuration:Connection Options
There are several ways to establish a Snowflake connection: 1. Active session (Snowflake notebooks):Database and Schema Defaults
Thedatabase and schema parameters set defaults for all tables. If not specified, the current database and schema from the active session are used.
Individual tables can override these defaults using the database and schema keys in their configuration dictionary.