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
@@ -130,12 +125,6 @@ Appending modified files is only supported for datasets that support setting the
130
125
131
126
Datasets configured with acceleration `refresh_mode: changes` requires a [Change Data Capture (CDC)](/docs/features/cdc/index.md) supported data connector. Initial CDC support in Spice is supported by the [Debezium data connector](/docs/components/data-connectors/debezium.md).
132
127
133
-
### Caching
134
-
135
-
The `caching` refresh mode is designed for HTTP-based datasets where request metadata acts as cache keys. This mode is particularly useful for API responses that return multiple rows for a single request, such as search results or dynamic content endpoints.
136
-
137
-
See [Caching Mode](/docs/features/data-acceleration/refresh-modes/caching.md) for detailed documentation and examples.
138
-
139
128
## Ready State
140
129
141
130
| | |
@@ -436,7 +425,7 @@ datasets:
436
425
acceleration:
437
426
enabled: true
438
427
refresh_mode: full
439
-
refresh_cron: '0 12 * * 1-5'
428
+
refresh_cron: "0 12 * * 1-5"
440
429
```
441
430
442
431
This configuration will refresh `taxi_trips` data at midday every weekday. For more information about cron schedules, see the [cron schedule reference](/docs/reference/cron.md).
0 commit comments