-
Notifications
You must be signed in to change notification settings - Fork 134
Labels
Description
Describe the feature
Ensure dbt-external-tables is compatible with the new dbt-fusion engine.
Describe alternatives you've considered
Bad alternative: Guide end users to code their own macros / custom materializations to implement the same functionality in dbt-external-tables.
Additional context
All databases supported by dbt-fusion:
- Snowflake
- Bigquery
- Databricks
- Redshift
NOTE: this list will evolve as more supported databases come online. The concept of using external tables may not apply for all database back ends.
Who will this benefit?
Users who leverage dbt in conjunction with reading data from tables external to, but accessible from, the data warehouse back end (e.g. data residing in S3, GCS, ACS)
ciscodebs