Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos #253

Merged
merged 2 commits into from
May 22, 2024
Merged

Typos #253

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spiceaidocs/docs/data-connectors/snowflake.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Snowflake Data Connector'
sidebar_label: 'Snowflake Data Conector'
description: 'Snowflake Data Conector Documentation'
sidebar_label: 'Snowflake Data Connector'
description: 'Snowflake Data Connector Documentation'
pagination_prev: null
---

Expand Down
7 changes: 3 additions & 4 deletions spiceaidocs/docs/data-connectors/spiceai.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ description: 'Spice.ai Data Connector Documentation'
pagination_next: null
---

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).
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 requires a free [Spice.ai account](https://spice.ai/login).

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

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


### Parameters
- `from`: The Spice.ai dataset ID. For instance `spice.ai/eth.recent_blocks` or `spice.ai/eth.recent_traces`
- `from`: The Spice.ai dataset ID. For instance `spice.ai/eth.recent_blocks` or `spice.ai/eth.recent_traces`

## Example

Expand Down