View YAML: Caching

You can extensively customise your views in YAML. Below is the schema and some examples to get you started.

Caching schema

Field nameDescription
cachingCaching settings for source dependencies attached to a connection. Optional.
caching.durationHow long source dependency results are cached (in seconds).
caching.scheduleA cron expression for the source dependency refresh schedule. This value may need to be enclosed in single quotation marks. Optional.
caching.wait_for_cacheWhether cells should wait for the view cache to exist instead of querying the connection directly while the cache is being generated (default: false). Optional.

Example uses