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
294 stars 119 forks source link

Snowflake AWS_SNS_TOPIC for External Tables #177

Closed Brendon-Wood13 closed 1 year ago

Brendon-Wood13 commented 1 year ago

Description & motivation

Currently run_operation stage_external_sources does not allow the optional config of a AWS_SNS_TOPIC in the creation of external tables. This change adds an optional parameter aws_sns_topic to the Snowflake plugin that formats the Create External Table command in the Snowflake format seen here tables-external-s3

Checklist

github-actions[bot] commented 1 year ago

This PR has been marked as Stale because it has been open with no activity as of late. If you would like the PR to remain open, please comment on the PR or else it will be closed in 7 days.

github-actions[bot] commented 1 year ago

Although we are closing this PR as stale, it can still be reopened to continue development. Just add a comment to notify the maintainers.

corleyscotte commented 10 months ago

@dataders @jtcohen6 Is this PR still something we can consider adding into the project?