improved

Support for Dynamic Snowflake Tables

Sifflet now fully supports Dynamic Tables within our Snowflake integration. With this enhancement, Dynamic Tables will:

  • Be included in the Sifflet catalog (and can be monitored)
  • Appear in the lineage graph for greater visibility

To enable Dynamic Tables in your Snowflake sources, ensure the following permissions are granted to the role used by Sifflet:

GRANT SELECT ON ALL DYNAMIC TABLES IN SCHEMA <DATABASE_NAME>.<SCHEMA_NAME> TO ROLE <SIFFLET_ROLE>;
GRANT SELECT ON FUTURE DYNAMIC TABLES IN SCHEMA <DATABASE_NAME>.<SCHEMA_NAME> TO ROLE <SIFFLET_ROLE>;
GRANT VIEW LINEAGE ON ACCOUNT TO ROLE <SIFFLET_ROLE>;

App version: v396