Skip to content

Commit

Permalink
bump to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Dec 11, 2024
1 parent beedf08 commit d699b46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion dbt/adapters/synapse/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.8.1"
version = "1.8.2"
10 changes: 0 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"Anders Swanson",
"Sam Debruyn",
]
dbt_version = "1.8"
dbt_fabric_requirement = "dbt-fabric>=1.8.6,<2.0"
description = """An Azure Synapse adapter plugin for dbt"""

Expand All @@ -37,15 +36,6 @@ def _dbt_synapse_version():

package_version = _dbt_synapse_version()

# the package version should be the dbt version, with maybe some things on the
# ends of it. (0.18.1 vs 0.18.1a1, 0.18.1.1, ...)
if not package_version.startswith(dbt_version):
raise ValueError(
f"Invalid setup.py: package_version={package_version} must start with "
f"dbt_version={dbt_version}"
)


class VerifyVersionCommand(install):
"""Custom command to verify that the git tag matches our version"""

Expand Down

0 comments on commit d699b46

Please sign in to comment.