-
Notifications
You must be signed in to change notification settings - Fork 272
Support UUID x Text comparison #513
Comments
Any update on this issue? I'm seeing this happen on Postgres where the column is being converted to "String_UUID" in one table, but is classified as "Text" in the other table due to detection of non-UUID values. |
Hi @timothyhinh79, we're not currently working on this but may in the future, in the meantime we'd happily accept a community contribution |
@dlawin - I had this exact issue when comparing snowflake and postgres and I was able to come up with a simple approach that will overcome this issue in my fork. May be that can help. I will push it out and hopefully it can overcome your issue too. |
This issue has been marked as stale because it has been open for 60 days with no activity. If you would like the issue to remain open, please comment on the issue and it will be added to the triage queue. Otherwise, it will be closed in 7 days. |
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment and it will be reopened for triage. |
Hey did you get that working? |
I still encounter this issue on the latest version (0.9.9) ... |
I think once we get #762 worked out, it will resolve this issue too |
@MattDelac do you get this warning?
|
No now I get the following when I compare UUID (MySQL) to BINARY (Snowflake) |
Hi @MattDelac, I'm sorry for the delay in following up on this. Thank you for taking the time to open this PR! We made a hard decision to sunset the data-diff package and won't provide further development or support. W.r.t UUID x Text diffing. If that helps at all, we currently support it in Datafold Cloud with the caveat that upper/lower casing and "-" characters should match. -Gleb |
Describe the bug
Matt Delac 6:38 PM
Hi
@Erez Shinan, follow up of my PR.
It sounds like we also need to support UUID x Text?
On my use case, it happens between MySQL UUID <> Redshift Text.
I am not sure where UUID fits the class Dialect object though
Describe the environment
Describe which OS you're using, which sqeleton version, and any other information that might be relevant to this bug.
The text was updated successfully, but these errors were encountered: