Skip to content

Conversation

galogm
Copy link

@galogm galogm commented Sep 10, 2025

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