feat(SKY-9069): analytics dashboard backend rollup (Phases 1-3) (#5966)

This commit is contained in:
Aaron Perez 2026-05-12 19:39:57 -05:00 committed by GitHub
parent 0a771321d5
commit 3693217a7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 443 additions and 22 deletions

View file

@ -22000,6 +22000,21 @@
"agent",
"code"
]
},
"run_metadata": {
"anyOf": [
{
"additionalProperties": {
"type": "string"
},
"type": "object"
},
{
"type": "null"
}
],
"title": "Run Metadata",
"description": "String key/value metadata to attach to this workflow run for analytics tag filtering."
}
},
"type": "object",
@ -22920,4 +22935,4 @@
"x-fern-server-name": "Local"
}
]
}
}