microsoft / dbt-fabric

MIT License
79 stars 28 forks source link

Handling __dbt_tmp tables in incremental models #188

Closed yaragheb closed 4 months ago

yaragheb commented 5 months ago

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:

{{
    config(
        materialized = "incremental",
    )
}}

Warehouse:

image

prdpsvs commented 5 months ago

@yaragheb , which version of the adapter are you using?

yaragheb commented 5 months ago

@prdpsvs dbt-fabric==1.7.4

AlessandroLollo commented 5 months ago

Same for me with dbt-fabric==1.8.6