Hello,
I was trying to use ‘materialized_view’ for a SQL model but I get this error message. I used the implementation from Postgres configurations | dbt Developer Hub
{{
config(
materialized = ‘materialized_view’,
on_configuration_change = ‘apply’,
)
}}
But I get this error when doing “dbt run”:
No materialization ‘materialized_view’ was found for adapter postgres! (searched types ‘default’ and ‘postgres’)
I also just updated dbt-core and dbt-postgres:
Core:
- installed: 1.5.2
- latest: 1.5.2 - Up to date!
Plugins:
- postgres: 1.5.2 - Up to date!
Best regards