Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions providers/src/snowflake/v00.00.00000/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,34 @@ providerServices:
version: v00.00.00000
description: The Snowflake Compute Pools API is a REST API that you can use to
access, update, and perform common actions on Compute Pool resources.
cortex_analyst:
id: cortex_analyst:v00.00.00000
name: cortex_analyst
preferred: true
service:
$ref: snowflake/v00.00.00000/services/cortex-analyst.yaml
title: Cortex Analyst API
version: v00.00.00000
description: The Snowflake Cortex Analyst API is a REST API that allows end user
to chat with their data leveraging semantic models to generate SQL queries.
cortex_inference:
id: cortex_inference:v00.00.00000
name: cortex_inference
preferred: true
service:
$ref: snowflake/v00.00.00000/services/cortex-inference.yaml
title: Cortex Inference API
version: v00.00.00000
description: OpenAPI 3.0 specification for the Cortex REST API
cortex_search_service:
id: cortex_search_service:v00.00.00000
name: cortex_search_service
preferred: true
service:
$ref: snowflake/v00.00.00000/services/cortex-search-service.yaml
title: Cortex Search REST API
version: v00.00.00000
description: OpenAPI 3.0 specification for the Cortex Search REST API
database_role:
id: database_role:v00.00.00000
name: database_role
Expand Down Expand Up @@ -243,6 +271,16 @@ providerServices:
version: v00.00.00000
description: The Snowflake Schema API is a REST API that you can use to access,
update, and perform certain actions on a Snowflake schema.
service:
id: service:v00.00.00000
name: service
preferred: true
service:
$ref: snowflake/v00.00.00000/services/service.yaml
title: Snowflake Services API
version: v00.00.00000
description: The Snowflake Services API is a REST API that you can use to access,
update, and perform certain actions on Services resource in a Snowflake database.
sqlapi:
id: sqlapi:v00.00.00000
name: sqlapi
Expand Down
8 changes: 3 additions & 5 deletions providers/src/snowflake/v00.00.00000/services/account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -414,11 +414,9 @@ components:
- edition
Identifier:
type: string
description: 'A Snowflake object identifier. If the identifier contains spaces
or special characters, the entire string must be enclosed in double quotes. Identifiers
enclosed in double quotes are also case-sensitive.

'
description: A Snowflake object identifier. If the identifier contains spaces
or special characters, the entire string must be enclosed in double quotes.
Identifiers enclosed in double quotes are also case-sensitive.
pattern: ^"([^"]|"")+"|[a-zA-Z_][a-zA-Z0-9_$]*$
example: TEST_NAME
ErrorResponse:
Expand Down
8 changes: 3 additions & 5 deletions providers/src/snowflake/v00.00.00000/services/alert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -477,11 +477,9 @@ components:
- statement
Identifier:
type: string
description: 'A Snowflake object identifier. If the identifier contains spaces
or special characters, the entire string must be enclosed in double quotes. Identifiers
enclosed in double quotes are also case-sensitive.

'
description: A Snowflake object identifier. If the identifier contains spaces
or special characters, the entire string must be enclosed in double quotes.
Identifiers enclosed in double quotes are also case-sensitive.
pattern: ^"([^"]|"")+"|[a-zA-Z_][a-zA-Z0-9_$]*$
example: TEST_NAME
ErrorResponse:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -388,11 +388,9 @@ components:
nullable: true
Identifier:
type: string
description: 'A Snowflake object identifier. If the identifier contains spaces
or special characters, the entire string must be enclosed in double quotes. Identifiers
enclosed in double quotes are also case-sensitive.

'
description: A Snowflake object identifier. If the identifier contains spaces
or special characters, the entire string must be enclosed in double quotes.
Identifiers enclosed in double quotes are also case-sensitive.
pattern: ^"([^"]|"")+"|[a-zA-Z_][a-zA-Z0-9_$]*$
example: TEST_NAME
ErrorResponse:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -350,11 +350,9 @@ components:
- oauth_allowed_scopes
Identifier:
type: string
description: 'A Snowflake object identifier. If the identifier contains spaces
or special characters, the entire string must be enclosed in double quotes. Identifiers
enclosed in double quotes are also case-sensitive.

'
description: A Snowflake object identifier. If the identifier contains spaces
or special characters, the entire string must be enclosed in double quotes.
Identifiers enclosed in double quotes are also case-sensitive.
pattern: ^"([^"]|"")+"|[a-zA-Z_][a-zA-Z0-9_$]*$
example: TEST_NAME
ErrorResponse:
Expand Down
10 changes: 4 additions & 6 deletions providers/src/snowflake/v00.00.00000/services/compute-pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ paths:
tags:
- compute-pool
description: Resume a compute pool, if suspended. If the specified compute pool
is already running, no action is taken.
is already running, this will cause a 400 Bad Request error.
operationId: resumeComputePool
parameters:
- $ref: '#/components/parameters/name'
Expand Down Expand Up @@ -489,11 +489,9 @@ components:
- max_nodes
Identifier:
type: string
description: 'A Snowflake object identifier. If the identifier contains spaces
or special characters, the entire string must be enclosed in double quotes. Identifiers
enclosed in double quotes are also case-sensitive.

'
description: A Snowflake object identifier. If the identifier contains spaces
or special characters, the entire string must be enclosed in double quotes.
Identifiers enclosed in double quotes are also case-sensitive.
pattern: ^"([^"]|"")+"|[a-zA-Z_][a-zA-Z0-9_$]*$
example: TEST_NAME
ErrorResponse:
Expand Down
Loading
Loading