You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Spice AI Data Connector Documentation'
2
+
title: 'Spice.ai Data Connector'
3
+
sidebar_label: 'Spice.ai Data Connector'
4
+
description: 'Spice.ai Data Connector Documentation'
5
5
---
6
6
7
-
The [Spice AI](https://spice.ai/) Data Connector enables federated SQL query across datasets in the [Spice AI data platform](https://docs.spice.ai/building-blocks/datasets). Access to these datasets require a free [Spice AI account](https://spice.ai/login).
7
+
The [Spice.ai](https://spice.ai/) Data Connector enables federated SQL query across datasets in the [Spice.ai Cloud Platform](https://docs.spice.ai/building-blocks/datasets). Access to these datasets require a free [Spice.ai account](https://spice.ai/login).
8
8
9
9
## Configuration
10
10
### Secrets
11
11
Secrets will be automatically conifgured by using the `spice login` command and loggin in with an active Spice AI account.
12
12
13
-
-`key`: A Spice AI API key.
13
+
-`key`: A Spice.ai API key.
14
14
-`token`: An active personal access token that is configured when logging in to spice via `spice login`
15
15
16
16
17
17
### Parameters
18
-
-`from`: The Spice AI dataset ID. For instance `spice.ai/eth.recent_blocks` or `spice.ai/eth.recent_traces`
18
+
-`from`: The Spice.ai dataset ID. For instance `spice.ai/eth.recent_blocks` or `spice.ai/eth.recent_traces`
19
19
20
20
## Example
21
21
@@ -26,18 +26,17 @@ Secrets will be automatically conifgured by using the `spice login` command and
26
26
27
27
## Full Example
28
28
```yaml
29
-
da
30
29
- from: spice.ai/eth.recent_blocks
31
30
name: eth_recent_blocks
32
31
acceleration:
33
32
enabled: true
34
33
refresh_mode: append
35
34
```
36
35
37
-
### Limitations
36
+
## Limitations
38
37
`refresh_mode: append` is supported for the following datasets:
39
38
* eth.recent_blocks
40
39
* eth.recent_transactions
41
40
* eth.recent_traces
42
41
43
-
All other datasets need to be configured with refresh_mode: full.
42
+
All other datasets need to be configured with `refresh_mode: full`.
0 commit comments