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
The current logic does not support dictionaries with multiple parent relationships.
To address this, it is necessary to enhance the existing logic for ordering schemas into a hierarchical tree. This logic currently analyzes foreign key mappings to identify parent-child relationships.
While the current implementation handles most basic scenarios, improvements are needed to support more complex schemas and ensure it can manage any type of relationship.
The text was updated successfully, but these errors were encountered:
Description
The current logic does not support dictionaries with multiple parent relationships.
To address this, it is necessary to enhance the existing logic for ordering schemas into a hierarchical tree. This logic currently analyzes foreign key mappings to identify parent-child relationships.
While the current implementation handles most basic scenarios, improvements are needed to support more complex schemas and ensure it can manage any type of relationship.
The text was updated successfully, but these errors were encountered: