Skip to content

Commit

Permalink
Update banner to v0.15.2-alpha and fix spiceai selector (#334)
Browse files Browse the repository at this point in the history
* Update banner to v0.15.2-alpha

* Fix spiceai selector
  • Loading branch information
phillipleblanc committed Jul 16, 2024
1 parent 6078c2b commit f410270
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion spiceaidocs/docs/api/http/catalogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Response:
```json
[
{
"from": "spice.ai",
"from": "spiceai",
"name": "spiceai"
}
]
Expand Down
2 changes: 1 addition & 1 deletion spiceaidocs/docs/cli/reference/catalogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ spice catalogs
>>> spice catalogs

FROM NAME
spice.ai spiceai
spiceai spiceai
```
4 changes: 2 additions & 2 deletions spiceaidocs/docs/components/catalogs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Currently supported Catalog Connectors include:
| --------------- | ----------- | ------ | ----------------------------------- |
| `databricks` | Databricks | Alpha | Spark Connect <br/> S3 / Delta Lake |
| `unity_catalog` | Unity Catalog | Alpha | Delta Lake |
| `spice.ai` | Spice.ai Cloud Platform | Alpha | Arrow Flight |
| `spiceai` | Spice.ai Cloud Platform | Alpha | Arrow Flight |

## Catalog Connector Docs

Expand All @@ -33,7 +33,7 @@ Use the `include` field to specify which tables to include from the catalog. The
Example:
```yaml
catalogs:
- from: spice.ai
- from: spiceai
name: spiceai
include:
- "tpch.*" # Include only the "tpch" tables.
Expand Down
2 changes: 1 addition & 1 deletion spiceaidocs/docs/components/catalogs/spiceai.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Create a [Spice.ai Cloud Platform](https://spice.ai) account and login with the
Example:
```yaml
catalogs:
- from: spice.ai
- from: spiceai
name: spicey # tables from the Spice.ai platform will be available in the "spicey" schema in Spice
include:
- "tpch.*" # include only the tables from the "tpch" schema
Expand Down
2 changes: 1 addition & 1 deletion spiceaidocs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const config: Config = {
// image: 'img/docusaurus-social-card.jpg',
announcementBar: {
content:
'<a href="https://github.com/spiceai/spiceai/releases/tag/v0.15.1-alpha">Spice.ai OSS v0.15.1-alpha</a> is now available! 🚀',
'<a href="https://github.com/spiceai/spiceai/releases/tag/v0.15.2-alpha">Spice.ai OSS v0.15.2-alpha</a> is now available! 🚀',
backgroundColor: 'var(--announcement-bar-bg)',
textColor: 'var(--announcement-bar-text)',
isCloseable: true,
Expand Down

0 comments on commit f410270

Please sign in to comment.