Skip to content

SUPPORTS_ALPHANUMS=True for MySQL #22

@vmatt

Description

@vmatt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions