fix(v3-vision): implement fallback resolution for relational IDs

1. Added fallback mechanism to Event_File_Base to resolve string IDs from integers when views return partial data.\n2. Added 'a2pPIT_W28o' as a permanent regression test target.\n3. Hardened lu_file_purpose_id stripping.
This commit is contained in:
Scott Idem
2026-02-06 18:13:40 -05:00
parent 8270f7ff7a
commit 2a7c27ba80
2 changed files with 42 additions and 18 deletions

View File

@@ -11,7 +11,8 @@ API_KEY = "PMM4n50teUCaOMMTN8qOJA" # Agent API Key
TARGETS = [
("event_badge", "JPUG-87-80-88"),
("event_exhibit", "xK_9yEj1bQY"),
("event_exhibit_tracking", "KVypw_xntSY")
("event_exhibit_tracking", "KVypw_xntSY"),
("event_file", "a2pPIT_W28o") # Regression Target for Relational ID bug
]
def get_headers():