Hi, everyone:
I use dbt with trino adapter, some trino’s data source does not support view in trino. So if I build a “Incremental model” on such a data source, it will fail because dbt use view to achieve it.
How can I build the Incremental model in this situation?
Thanks a lot!