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
[x] I have verified that these changes work locally
[x] I have updated the README.md (if applicable)
[x] I have added an integration test for my fix/feature (if applicable)
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