Snowflake ========= **5 probes** Metadata -------- .. list-table:: :header-rows: 1 :widths: 40 60 * - Probe - Description * - ``snowflake.metadata.access_history`` - Extract table-level lineage from ACCOUNT_USAGE.ACCESS_HISTORY (last 7 days) * - ``snowflake.metadata.columns`` - Extract column definitions from INFORMATION_SCHEMA.COLUMNS * - ``snowflake.metadata.stages`` - List Snowflake stages (internal/external) and file formats * - ``snowflake.metadata.tables`` - List tables with row count, size, and clustering info from INFORMATION_SCHEMA * - ``snowflake.metadata.views`` - Extract view SQL definitions from INFORMATION_SCHEMA.VIEWS