Skip to main content

Ingest Snowflake Data Handler

POST 

/v1/connector/snowflake/ingest-and-build

Ingest data from a snowflake table.

Request

Body

required

    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

Successful Response

Schema

    result Result (string)

    Default value: ok

Loading...