#2707; add attribute_source for edge attributes from NGD ovelay#2709
#2707; add attribute_source for edge attributes from NGD ovelay#2709
Conversation
|
Seems to work on my MBP. This posts the Example 1 query graph and selects for edge attributes returned that have a null |
|
Running locally on my MBP, the three example queries have all passed |
|
All 154 standard pytests have passed |
|
Running on my MBP, the example pathfinder query seems to work |
|
@bazarkua If after reviewing the results of the Copilot review you feel this patch looks good, feel free to merge to |
There was a problem hiding this comment.
Pull request overview
Adds attribute_source provenance to NGD-related edge attributes produced by ARAX overlay logic, aligning emitted TRAPI edge metadata with infores attribution expectations from #2707.
Changes:
- Introduces a single
attribute_source = 'infores:arax'value used throughout NGD edge-attribute creation. - Adds
attribute_sourceto NGD score attributes, virtual relation label, defined datetime, publications, and other edge metadata attributes.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
see #2707; this commit adds
attribute_sourceinformation for NGD edge attributes from ARAX-ovelay