Skip to content

Commit f02a176

Browse files
committed
1.8.0 updates
1 parent 3e12635 commit f02a176

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dev_requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ git+https://github.com/dbt-labs/[email protected]#egg=dbt-core&subdirectory=co
44
git+https://github.com/dbt-labs/dbt-adapters.git
55
git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter
66
git+https://github.com/dbt-labs/dbt-common.git
7+
git+https://github.com/microsoft/[email protected]
78

89
pytest==8.0.1
910
twine==5.0.0

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Sam Debruyn",
1717
]
1818
dbt_version = "1.8"
19-
dbt_fabric_requirement = "dbt-fabric==1.8.4"
19+
#dbt_fabric_requirement = "dbt-fabric==1.8.4"
2020
description = """An Azure Synapse adapter plugin for dbt"""
2121

2222
this_directory = os.path.abspath(os.path.dirname(__file__))
@@ -73,7 +73,7 @@ def run(self):
7373
url="https://github.com/dbt-msft/dbt-synapse",
7474
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
7575
include_package_data=True,
76-
install_requires=[dbt_fabric_requirement],
76+
#install_requires=[dbt_fabric_requirement],
7777
cmdclass={
7878
"verify": VerifyVersionCommand,
7979
},

0 commit comments

Comments
 (0)