chore(types): Update API Types#615
Open
galileo-automation wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Fix any breaking changes if this pull request fails to deploy
Generated description
Below is a concise technical summary of the changes proposed in this PR:
graph LR paths_("paths"):::modified operations_("operations"):::modified ComputeHealthScoreRequest_("ComputeHealthScoreRequest"):::added HealthScoreResult_("HealthScoreResult"):::added ScorerHealthScoresResponse_("ScorerHealthScoresResponse"):::added WriteHealthScoreRequest_("WriteHealthScoreRequest"):::added components_("components"):::modified CustomIntegrationDefinition_("CustomIntegrationDefinition"):::added paths_ -- "Added routing for new health-score, custom integration, and costs endpoints." --> operations_ operations_ -- "Now includes scoreable_node_types and mgt_overlay in request." --> ComputeHealthScoreRequest_ operations_ -- "Health score response exposes metrics, secondary stats, and row counts." --> HealthScoreResult_ operations_ -- "Scorer health scores response added for persisted version timeline." --> ScorerHealthScoresResponse_ operations_ -- "Write health score endpoint persists score and secondary stats." --> WriteHealthScoreRequest_ components_ -- "CustomIntegrationDefinition schema added, including decrypted sensitive fields and headers." --> CustomIntegrationDefinition_ operations_ -- "Custom integration definition endpoints now return CustomIntegrationDefinition." --> CustomIntegrationDefinition_ classDef added stroke:#15AA7A classDef removed stroke:#CD5270 classDef modified stroke:#EDAC4C linkStyle default stroke:#CBD5E1,font-size:13pxUpdate the generated
paths,components, andoperationsschemas so clients see the latest scorer, health score, dataset metadata, and integration contracts emitted by the backend. Align the flow documentation for sequential dataset edits, metric metadata, and cost/ custom integration endpoints with the new API surfaces.api.types,new-api.types, andopenapi.typesso clients know about the health-score compute/write endpoints,ComputeHealthScoreRequest/HealthScoreResultmodels, metadata/metric alias updates, experiment grouping fields, and dataset edit behaviors like sequential rename/column removal.Modified files (3)
Latest Contributors(2)
/integrations/costs/summary//llm_integrations/recommended_modelsoperations across the API types.Modified files (3)
Latest Contributors(2)