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

Adding a schema check before privilege dependent ddl in Snowflake #215

Closed ianrobinson-sage closed 11 months ago

ianrobinson-sage commented 1 year ago

Description & motivation

Resolves #214 with a schema check before returning ddl for the schema.

Tried to keep the change as simple as possible, localised to the one snowflake plugin file.

No change to the README.md

Checklist