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
Refactor GraphTemplate model for improved parent tracking and error handling
- Updated the _parents_by_identifier attribute to use a set for better performance in parent relationship management.
- Simplified the error checking logic for dependencies, ensuring clarity and correctness in identifying parent-child relationships.
These changes enhance the accuracy and efficiency of the GraphTemplate model's dependency management.
0 commit comments