Creates multiple caches in a single request. Each item in the array follows the same schema as the single create cache endpoint. Caches are created independently; if one fails, the others may still succeed.
The response contains a list of results, one per requested cache, each indicating success or failure. On success, the created cache object is included. On failure, the error message is provided.
This is useful when enabling caching for multiple tables at once (e.g. during initial project setup).


Use the Authorization header with the value 'Bearer
The unique identifier of the project that owns the data sources
Array of cache creation requests. Each element specifies a table to cache with optional sync schedules.
The ID of the catalog for the cache request.
The name of the schema for the cache request.
The name of the table for the cache request.
This class represents a schedule for a materialized query.
This class represents a schedule for a materialized query.