Skip to content

Unable to run full refresh on incremental models with v1.8.1 #257

@byrontuckett

Description

@byrontuckett

Incremental models using v1.8.1 of this adapter cannot be full refreshed - details microsoft/dbt-fabric#179.

microsoft/dbt-fabric@6f5acc5 addresses the issue in the upstream dbt-fabric adapter v1.8.7, however dbt-synapse v1.8.1 references dbt-fabric==1.8.6 and so the patched version 1.8.7 is not used by the adapter.

(setup.py)[https://github.com/microsoft/dbt-synapse/blob/224b7b4f0788a5ec02c39a8a173b7a8da06621c4/setup.py#L19]

dbt_fabric_requirement = "dbt-fabric==1.8.6"

Good news is, currently master branch has the fixed dbt_fabric_requirement version specification. May I please ask that a patch release is cut to PyPi so we can utilize this fix from PyPi.

setup.py

dbt_fabric_requirement = "dbt-fabric>=1.8.6,<2.0"

@dataders @prdpsvs Thank you!! 👍🏼

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