dbt-labs / dbt-external-tables

dbt macros to stage external sources
https://hub.getdbt.com/dbt-labs/dbt_external_tables/latest/
Apache License 2.0
314 stars 123 forks source link

Support aws_sns_topic property in Snowflake #243

Closed jtmcn closed 7 months ago

jtmcn commented 11 months ago

Description & motivation

This change adds support for the aws_sns_topic property in Snowflake, which is used to auto-refresh external tables using notifications from AWS S3. Relevant Snowflake documentation.

resolves: #241

Checklist