Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sentio Bot committed Nov 29, 2024
1 parent 8308a4e commit 7b1fb5f
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1,986 deletions.
1,007 changes: 0 additions & 1,007 deletions doc/index.html

Large diffs are not rendered by default.

126 changes: 0 additions & 126 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,31 +166,6 @@
]
}
},
"/api/v1/analytics/sql/rerun_query": {
"post": {
"summary": "deprecated",
"operationId": "RerunSQLQuery2",
"responses": {
"200": {
"description": "A successful response.",
"schema": {
"$ref": "#/definitions/analytic_service.RerunSQLQueryResponse"
}
}
},
"parameters": [
{
"name": "body",
"description": "Deprecated: will drop in the future.",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/analytic_service.RerunSQLQueryRequest"
}
}
]
}
},
"/api/v1/analytics/{owner}/{slug}/sql/execute": {
"post": {
"summary": "Execute SQL",
Expand Down Expand Up @@ -334,44 +309,6 @@
]
}
},
"/api/v1/analytics/{owner}/{slug}/sql/rerun_query": {
"post": {
"summary": "deprecated",
"operationId": "RerunSQLQuery",
"responses": {
"200": {
"description": "A successful response.",
"schema": {
"$ref": "#/definitions/analytic_service.RerunSQLQueryResponse"
}
}
},
"parameters": [
{
"name": "owner",
"description": "username or organization name",
"in": "path",
"required": true,
"type": "string"
},
{
"name": "slug",
"description": "project slug",
"in": "path",
"required": true,
"type": "string"
},
{
"name": "body",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/analytic_service.AnalyticService.RerunSQLQueryBody"
}
}
]
}
},
"/api/v1/analytics/{owner}/{slug}/sql/save": {
"post": {
"summary": "Save SQL",
Expand Down Expand Up @@ -2989,27 +2926,6 @@
}
}
},
"analytic_service.AnalyticService.RerunSQLQueryBody": {
"type": "object",
"properties": {
"projectId": {
"type": "string",
"title": "use project id if project_owner and project_slug are not provided"
},
"version": {
"type": "integer",
"format": "int32",
"title": "version of the datasource, default to the active version if not provided"
},
"queryId": {
"type": "string"
},
"sqlQuery": {
"$ref": "#/definitions/analytic_service.SQLQuery"
}
},
"description": "Deprecated: will drop in the future."
},
"analytic_service.AnalyticService.SaveSQLBody": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -3154,48 +3070,6 @@
}
}
},
"analytic_service.RerunSQLQueryRequest": {
"type": "object",
"properties": {
"projectOwner": {
"type": "string",
"title": "username or organization name"
},
"projectSlug": {
"type": "string",
"title": "project slug"
},
"projectId": {
"type": "string",
"title": "use project id if project_owner and project_slug are not provided"
},
"version": {
"type": "integer",
"format": "int32",
"title": "version of the datasource, default to the active version if not provided"
},
"queryId": {
"type": "string"
},
"sqlQuery": {
"$ref": "#/definitions/analytic_service.SQLQuery"
}
},
"description": "Deprecated: will drop in the future."
},
"analytic_service.RerunSQLQueryResponse": {
"type": "object",
"properties": {
"queueLength": {
"type": "integer",
"format": "int32"
},
"executionInfo": {
"$ref": "#/definitions/analytic_service.ExecutionInfo"
}
},
"description": "Deprecated: will drop in the future."
},
"analytic_service.SQLQuery": {
"type": "object",
"properties": {
Expand Down
237 changes: 0 additions & 237 deletions src/DefaultApi.md

This file was deleted.

Loading

0 comments on commit 7b1fb5f

Please sign in to comment.