Skip to content

dbt-synapse 1.8.0rc1 broken by dbt-fabric 1.8.3 #242

Closed
@dataders

Description

@dataders

microsoft/dbt-fabric#156 modified the below macros to include a USE [database], which is not compatible with Azure Synapse:

  • fabric__list_relations_without_caching
  • fabric__get_relation_without_caching
  • fabric__drop_relation_script

Because the latest dbt-synapse (1.8.0rc1) dependency is compatibility pinned (~=) to 1.8.0rc1, it auto-picks up any new patches to 1.8, including the latest 1.8.3 which includes the changes in microsoft/dbt-fabric#156

dbt_fabric_requirement = "dbt-fabric~=1.8.0rc2"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions