From 5e0bb56477475c8c833381d5731cfe688c572be9 Mon Sep 17 00:00:00 2001 From: Anders Swanson Date: Mon, 29 Apr 2024 16:26:43 -0400 Subject: [PATCH] downgrade due to dbt-fabric 1.8.3 changes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b8696de..68e0413 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "Sam Debruyn", ] dbt_version = "1.8" -dbt_fabric_requirement = "dbt-fabric~=1.8.0rc2" +dbt_fabric_requirement = "dbt-fabric==1.8.2" description = """An Azure Synapse adapter plugin for dbt""" this_directory = os.path.abspath(os.path.dirname(__file__))