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!! 👍🏼
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]
Good news is, currently master branch has the fixed
dbt_fabric_requirementversion specification. May I please ask that a patch release is cut to PyPi so we can utilize this fix from PyPi.setup.py
@dataders @prdpsvs Thank you!! 👍🏼