-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing relation line in Show Key Only/All Fileds visualization #785
Comments
I'm currently investigating this issue with the missing relation lines in the Show Key Only/All Fields visualization. Will provide a detailed analysis shortly. |
Investigation Results: Missing Relation Lines in Show Key Only/All Fields VisualizationAfter analyzing the provided Findings
Potential Causes
VerificationThe issue is reproducible with the provided schema.json file, and as shown in the screenshots:
This suggests that the issue is specific to how column-level relationships are rendered in these visualization modes. |
@ac2780 Thanks for reporting! Looks like a UI issue to me. Devin couldn't solve the problem 😅 📝 The relationship that has a problem is this: "relationshipNo5": {
"name": "relationshipNo5",
"primaryTableName": "img_image_save",
"primaryColumnName": "IMG_OVERLAY_ID",
"foreignTableName": "img_overlay",
"foreignColumnName": "IMG_OVERLAY_ID",
"cardinality": "ONE_TO_ONE",
"updateConstraint": "NO_ACTION",
"deleteConstraint": "NO_ACTION"
}, |
schema.json
Self Checks
Version Type
CLI Version (npm package)
Version (only for Self Hosted)
v0.4.3 + 4a6deae (2025-02-26)
Steps to reproduce
Use attached schema
Expected Behavior
The relation are correctly visualized
Actual Behavior
When in show Key Only and Show All Fields visualization, the rectangle are correctly light up but the connection line is missing.

Additional Context
No problem in table name visualization
The text was updated successfully, but these errors were encountered: