Skip to content
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

Improve logic to create hierarchical structure of schemas based on its foreign keys #111

Open
leoraba opened this issue Nov 19, 2024 · 0 comments

Comments

@leoraba
Copy link
Contributor

leoraba commented Nov 19, 2024

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.

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

No branches or pull requests

1 participant