You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
Describe the bug
Trying to run data-diff with min_key=[0] and max_key=[10000] via python, running into the following exception -
<[TableSegment] Attribute 'min_key' expected value of type (NoneType+Vector). Instead got [0]>
code block within python file with the error - for row in data_diff.diff_tables(source_con, target_con, bisection_factor=100, min_key=[0], max_key=[10000]):
Exception -
<[TableSegment] Attribute 'min_key' expected value of type (NoneType+Vector). Instead got [0]>
<class 'TypeError'>
I'm sorry for the delay in following up on this. Thank you for taking the time to raise this issue!
We made a hard decision to sunset the data-diff package and won't provide further development or support.
If that's of interest, over the past few months, we have rewritten the diffing engine in Datafold Cloud and solved many issues that existed in this package's diffing algorithm.
Describe the bug
Trying to run data-diff with min_key=[0] and max_key=[10000] via python, running into the following exception -
<[TableSegment] Attribute 'min_key' expected value of type (NoneType+Vector). Instead got [0]>
code block within python file with the error -
for row in data_diff.diff_tables(source_con, target_con, bisection_factor=100, min_key=[0], max_key=[10000]):
Exception -
Describe the environment
Python 3.9.12
data-diff==0.7.8
mysql-connector-python==8.0.29
This was run on Mac with the Apple M1 Pro Chip running macOS Ventura 13.4.
The text was updated successfully, but these errors were encountered: