Network Infrastructure Solution Kit - Enhancements April 2026#83
Open
jim-limprasert-tigergraph wants to merge 4 commits intodevfrom
Open
Network Infrastructure Solution Kit - Enhancements April 2026#83jim-limprasert-tigergraph wants to merge 4 commits intodevfrom
jim-limprasert-tigergraph wants to merge 4 commits intodevfrom
Conversation
…_Date_Minute, remove some edge types.
…run successfully.
…e updated schema. Also changes scripts/readme.md file as well to update the endpoint to obtain meta/schema.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enhancements made on Network Infrastructure Solution Kit based on testing done in February 2026.
Time_Year -> Time_Date_Month -> Time_Date -> Time_Date_Hour -> Time_Date_Minute -> EventTime_Date -> Time_Date_Minute -> EventTime_DateandTime_Date_Minutenow have STRING primary_id, and a date attribute. This is to avoid the issue around DATETIME primary id, as reported here: https://graphsql.atlassian.net/browse/CORE-4869metafolder of Network Infrastructure Solution Kitmeta/schema.jsonandmeta/style.jsonNew Schema now looks like this:

Test Results (See April 2026 one):
https://docs.google.com/document/d/13kX0wOa8xE4e1jtzDYSHtFp_-ULLRXKQpDHqjAdCVlw/edit?usp=sharing
The change impacts these files:
query/find_events_by_impacted_device_and_time_range.gsqlquery/find_events_by_time_range_and_event_type.gsqlschema/create_network_infrastructure_graph.gsqllegacy_loading_job/load_data_no_s3.gsqlloading_job/load_alert_data.gsqlloading_job/load_event_data.gsqlloading_job/load_incident_data.gsqlmeta/schema.jsonmeta/style.jsonmeta/images/Network_Infrastructure_Schema_Image.pngnetwork_infrastructure/README.mdscripts/readme.md