Skip to content

Commit

Permalink
fix datadiff version
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyCr committed Feb 13, 2025
1 parent 61c8ce1 commit a49620e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"giturlparse": "giturlparse",
"validators": "validators~=0.22.0",
"teradata": "teradatasqlalchemy>=20.0.0.0",
"collate-data-diff": "collate-data-diff<=0.11.3",
}

COMMONS = {
Expand Down Expand Up @@ -94,7 +95,7 @@
}

DATA_DIFF = {
driver: f"collate-data-diff[{driver}]"
driver: f"collate-data-diff[{driver}]<=0.11.3"
# data-diff uses different drivers out-of-the-box than OpenMetadata
# the exrtas are described here:
# https://github.com/open-metadata/collate-data-diff/blob/main/pyproject.toml#L68
Expand Down Expand Up @@ -142,7 +143,7 @@
"typing-inspect",
"packaging", # For version parsing
"shapely",
"collate-data-diff",
VERSIONS["collate-data-diff"],
}

plugins: Dict[str, Set[str]] = {
Expand Down

0 comments on commit a49620e

Please sign in to comment.