Closed yaragheb closed 4 months ago
When I run an incremental model in an incremental run, dbt is creating __dbt_tmp tables and never cleaning them up.
__dbt_tmp
In the SQL file:
{{ config( materialized = "incremental", ) }}
Warehouse:
@yaragheb , which version of the adapter are you using?
@prdpsvs dbt-fabric==1.7.4
Same for me with dbt-fabric==1.8.6
dbt-fabric==1.8.6
When I run an incremental model in an incremental run, dbt is creating
__dbt_tmp
tables and never cleaning them up.In the SQL file:
Warehouse: