For the complete documentation index, see llms.txt. This page is also available as Markdown.

SpiceAI

Spice.ai Data Connector Documentation

The Spice.ai Data Connector enables federated SQL query across datasets in the Spice.ai Cloud Platform. Access to these datasets requires a free Spice.ai account.

Configuration

Parameters

from

The Spice.ai Cloud Platform dataset URI. To query a dataset in a public Spice.ai App, use the format spice.ai/<org>/<app>/datasets/<dataset_name>.

Example

- from: spice.ai/spiceai/quickstart/datasets/taxi_trips
  name: taxi_trips
- from: spice.ai/spiceai/tpch/datasets/customer
  name: tpch.customer

Full Configuration Example

- from: spice.ai/spiceai/tpch/datasets/customer
  name: tpch.customer
  params:
    spiceai_api_key: ${secrets:spiceai_api_key}
  acceleration:
    enabled: true

Last updated

Was this helpful?