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!
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
: