Can dbt be used for truncate load use case

The problem I’m having

I am trying to use dbt as transformation tool and want to use dbt for truncate load use case

The context of why I’m trying to do this

The schema and table would be used by other teams so would ideally like to avoid drop table when using it.
Also their are few authenticate and role management for service account which is causing failure at create schema

The data base we are using is trino.

1 Like