Skip to content

Fabric: artifact intermediate tmp views leak in elementary schema after each run #1010

@tderk

Description

@tderk

Setup

  • Adapter: dbt-fabric 1.10.0post2 (Microsoft Fabric Data Warehouse)
  • Elementary version: latest
  • target.database: e.g. CORE
  • Elementary schema configured in a different database (e.g. AUDIT.dbt_<user>__elementary)
  • cache_artifacts: true, upload_artifacts_method: diff (defaults)

Symptom

After running dbt run -s elementary, the elementary schema accumulates intermediate tmp views that are never dropped:

dbt_columns__tmp_<19-digit-timestamp__dbt_tmp_vw>
dbt_exposures__tmp_<19-digit-timestamp__dbt_tmp_vw>
dbt_seeds__tmp_<19-digit-timestamp__dbt_tmp_vw>
dbt_sources__tmp_<19-digit-timestamp__dbt_tmp_vw>
dbt_tests__tmp_<19-digit-timestamp__dbt_tmp_vw>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions