-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Describe the bug
I want to validate varchar pk column in MySQL vs Snowflake.
I noticed that sqeleton parses columns as Text(), but for Snowflake, it parses as String_Alphanum(), latter can be used for validation.
I modified MySQL SUPPORTS_APHANUMS = False -> True, after that reladiff runs just fine for my dataset.
Is this flag still needed?
Describe the environment
- sqeleton 0.1.6
- reladiff 0.5.3
- MySQL 8.0.32
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels