You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 (~=
) to1.8.0rc1
, it auto-picks up any new patches to1.8
, including the latest1.8.3
which includes the changes in microsoft/dbt-fabric#156dbt-synapse/setup.py
Line 19 in 8f4a6a3
The text was updated successfully, but these errors were encountered: