You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a relationship between two primary keys crashes the HMASynthesizer. @Neha I'm unsure if that's the expected behavior? If so, the error message should be improved.
Relationships between primary keys are not supported. If you have a column that refers to another table, the column must e a foreign key, by definition.
Let's validate this in #1236 and close this issue off.
Creating a relationship between two primary keys crashes the HMASynthesizer. @Neha I'm unsure if that's the expected behavior? If so, the error message should be improved.
The above crashes with a
KeyError: pk
.The text was updated successfully, but these errors were encountered: