Skip to content

Commit

Permalink
added adapter, common and dbt core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Apr 10, 2024
1 parent 9b5f7a3 commit 6150941
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ __pycache__/
*.py[cod]

# IDE extensions
.vscode/*
.vscode/settings.json
.vscode/*.*

# C extensions
*.so
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/fabric/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.8.0rc3"
version = "1.8.0"
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ def run(self):
install_requires=[
"pyodbc>=4.0.35,<5.2.0",
"azure-identity>=1.12.0",
"dbt-common>=0.1.0b1,<2.0",
"dbt-common>=0.1.0a1,<2.0",
"dbt-core>=1.8.0a1",
"dbt-adapters>=0.1.0a1,<2.0",
],
cmdclass={
"verify": VerifyVersionCommand,
Expand Down

0 comments on commit 6150941

Please sign in to comment.