-
Notifications
You must be signed in to change notification settings - Fork 4
HYBIM-853 Bug fix for openapi upgrade #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
e58b34a
8b1f123
e76541e
b80aa12
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11839,6 +11839,15 @@ components: | |
| title: Roll Up Method | ||
| description: Default roll-up aggregation method for this metric (e.g., 'sum', | ||
| 'average'). | ||
| metric_key_alias: | ||
| anyOf: | ||
| - type: string | ||
| - type: 'null' | ||
| title: Metric Key Alias | ||
| description: Alternate metric key for this column. When scorer UUIDs are used | ||
| as column IDs (e.g. "metrics/{uuid}"), this holds the legacy snake_case | ||
| metric name (e.g. "correctness") for display and dual-key query fallback. | ||
| None for non-metric columns. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟠 major (design): This The durable location for local spec fixups is the 🤖 Generated by the Astra agent |
||
| type: object | ||
| required: | ||
| - id | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| """Contains methods for accessing the API.""" | ||
| """Contains methods for accessing the API""" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| """Contains endpoint functions for accessing the API.""" | ||
| """Contains endpoint functions for accessing the API""" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| """Contains endpoint functions for accessing the API.""" | ||
| """Contains endpoint functions for accessing the API""" |
Uh oh!
There was an error while loading. Please reload this page.