Skip to content

Commit e9a4961

Browse files
authored
Update Spicepod version to v1 in example files (#363)
1 parent 83b9b96 commit e9a4961

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

acceleration/cron/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In the `acceleration` section, add a `refresh_cron` parameter with a value of `*
4444
The `spicepod.yaml` should be as below:
4545

4646
```yaml
47-
version: v1beta1
47+
version: v1
4848
kind: Spicepod
4949
name: quickstart
5050

@@ -82,4 +82,4 @@ After the initial load, observe that the `taxi_trips` dataset refreshes on every
8282
2025-06-09T06:28:13.954105Z INFO runtime::accelerated_table::refresh_task: Loaded 2,964,624 rows (399.41 MiB) for dataset taxi_trips in 13s 952ms.
8383
2025-06-09T06:28:30.001882Z INFO runtime::accelerated_table::refresh_task: Loading data for dataset taxi_trips
8484
2025-06-09T06:28:43.802372Z INFO runtime::accelerated_table::refresh_task: Loaded 2,964,624 rows (399.41 MiB) for dataset taxi_trips in 13s 800ms.
85-
```
85+
```

mcp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ cat spicepod.yaml
145145
```
146146
```yaml
147147
name: spicepod
148-
version: v1beta1
148+
version: v1
149149
kind: Spicepod
150150

151151
tools:

mcp/child/spicepod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: spicepod
2-
version: v1beta1
2+
version: v1
33
kind: Spicepod
44

55
tools:

redshift/read/spicepod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: v1beta1
1+
version: v1
22
kind: Spicepod
33
name: tpch-read
44
datasets:

redshift/write/spicepod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: v1beta1
1+
version: v1
22
kind: Spicepod
33
name: tpch-write
44
datasets:

0 commit comments

Comments
 (0)