Skip to content

Commit 0b7344d

Browse files
committed
fix: include requestId in orb requests list output
Add missing requestId mapping to HostFactoryFieldMappings generic table. The field was silently dropped by map_output_fields(copy_unmapped=False).
1 parent 94676da commit 0b7344d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/orb/infrastructure/scheduler/hostfactory/field_mappings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class HostFactoryFieldMappings:
3131
"instanceTags": "tags", # Will be parsed from string format
3232
# Template metadata
3333
"name": "name",
34+
"requestId": "request_id",
3435
"providerName": "provider_name",
3536
"providerApi": "provider_api",
3637
"providerType": "provider_type",

0 commit comments

Comments
 (0)