Skip to content

Commit

Permalink
1.8.0 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed May 23, 2024
1 parent 3e12635 commit f02a176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ git+https://github.com/dbt-labs/dbt-core.git@v1.8.0#egg=dbt-core&subdirectory=co
git+https://github.com/dbt-labs/dbt-adapters.git
git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter
git+https://github.com/dbt-labs/dbt-common.git
git+https://github.com/microsoft/dbt-fabric.git@v1.8.6

pytest==8.0.1
twine==5.0.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Sam Debruyn",
]
dbt_version = "1.8"
dbt_fabric_requirement = "dbt-fabric==1.8.4"
#dbt_fabric_requirement = "dbt-fabric==1.8.4"
description = """An Azure Synapse adapter plugin for dbt"""

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

0 comments on commit f02a176

Please sign in to comment.