Skip to content

Commit b64ed3a

Browse files
committed
updated naming to guideline. Minor formatting
1 parent ff94c3c commit b64ed3a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: 'Spice AI Data Connector'
3-
sidebar_label: 'Spice AI Data Connector'
4-
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'
55
---
66

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).
88

99
## Configuration
1010
### Secrets
1111
Secrets will be automatically conifgured by using the `spice login` command and loggin in with an active Spice AI account.
1212

13-
- `key`: A Spice AI API key.
13+
- `key`: A Spice.ai API key.
1414
- `token`: An active personal access token that is configured when logging in to spice via `spice login`
1515

1616

1717
### 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`
1919

2020
## Example
2121

@@ -26,18 +26,17 @@ Secrets will be automatically conifgured by using the `spice login` command and
2626
2727
## Full Example
2828
```yaml
29-
da
3029
- from: spice.ai/eth.recent_blocks
3130
name: eth_recent_blocks
3231
acceleration:
3332
enabled: true
3433
refresh_mode: append
3534
```
3635
37-
### Limitations
36+
## Limitations
3837
`refresh_mode: append` is supported for the following datasets:
3938
* eth.recent_blocks
4039
* eth.recent_transactions
4140
* eth.recent_traces
4241

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

Comments
 (0)