I couldn't find any docs about refresh view. Like i did using SQL on PostgreSQL REFRESH MARTERILZED VIEW
dbt run # create view/table
dbt refresh ?
There no option for refresh view that created by dbt right?
I couldn't find any docs about refresh view. Like i did using SQL on PostgreSQL REFRESH MARTERILZED VIEW
dbt run # create view/table
dbt refresh ?
There no option for refresh view that created by dbt right?
to refresh a materialized view you could add sql header like below on the any model that want to reference it: