You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With materialized='incremental', everything works fine
System information
The output of dbt --version:
Core:
- installed: 1.7.15
- latest: 1.8.1 - Update available!
Your version of dbt-core is out of date!
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation
Plugins:
- postgres: 1.7.15 - Update available!
- spark: 1.7.1 - Update available!
- glue: 1.7.2 - Up to date!
The text was updated successfully, but these errors were encountered:
Describe the bug
When using materialized='table' in models
dbt run throws following error
The generated SQL drop command seems to be incorrect since "cascade" keyword is not supported
https://docs.aws.amazon.com/athena/latest/ug/drop-table.html
With materialized='incremental', everything works fine
System information
The output of
dbt --version
:The text was updated successfully, but these errors were encountered: