Ingest Snowflake Data Handler
POST/v1/connector/snowflake/ingest-and-build
Ingest data from a snowflake table.
Request
- application/json
Body
required
- NomicTextEmbeddingModel
org_id Org Id (string)required
The id of the organization.
snowflake_database Snowflake Database (string)required
The name of the snowflake database.
snowflake_schema Snowflake Schema (string)required
The name of the snowflake schema.
snowflake_table Snowflake Table (string)required
The name of the snowflake table.
dataset_id Dataset Id (string)required
The id of the dataset to ingest data into and build map on.
embedding_field Embedding Field (string)required
The name of the field to use for the embedding.
embedding_model
object
Whether to use multilingual embeddings.
anyOf
string
Possible values: [nomic-embed-text-v1, nomic-embed-text-v1.5]
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
result Result (string)
Default value: ok
{
"result": "ok"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...