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.
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.