Skip to content

BUG: allow connecting category column to primary_key/forerign_key column#8

Open
galogm wants to merge 1 commit into
amazon-science:mainfrom
galogm:fix/connect_category_to_primary_key
Open

BUG: allow connecting category column to primary_key/forerign_key column#8
galogm wants to merge 1 commit into
amazon-science:mainfrom
galogm:fix/connect_category_to_primary_key

Conversation

@galogm

@galogm galogm commented Sep 10, 2025

Copy link
Copy Markdown

Issue:

No action was actually taken when connecting table_1.column_1 (dtype=category) to table_2.column_2 (dtype=primary_key/forerign_key).

This happened because of an incorrect early filter that required type_of_col1 == type_of_col2.

The fix removes this overly strict check, enabling to add FK-PK connections between category and primary_key/forerign_key columns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant