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
288 stars 116 forks source link

Support aws_sns_topic property in Snowflake #243

Closed jtmcn closed 3 months ago

jtmcn commented 7 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