-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: main
Are you sure you want to change the base?
Changes from all commits
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. | ||
|
Comment on lines
+11842
to
+11850
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""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manually adding code to this file will not work. These edits will be lost on the next automated update.
If changes are necessary in Galileo's api definition that needs to be done on https://github.com/rungalileo/api