Catalog Configuration File
The catalog configuration file (count_catalog.yml) allows you to apply catalog-wide settings.
Currently this supports caching & scheduling. Caching can be optionally configured.
All new catalogs created will have this file pre-filled by default. Existing catalog will now see this file, but it will be empty and will need populating.
Caching applied in the catalog maintainer file will be overruled by any view level caching settings applied. Leave the view level caching settings empty if you'd like them to default to the catalog maintainer settings.

The Schema
| Field name | Description |
|---|---|
| version | The API version for catalog definition files. Currently supported versions: 1. |
| caching | Catalog-wide caching settings for view source dependencies attached to connections. Optional. |
| caching.duration | How long source dependency results are cached (in seconds). Optional. |
| caching.schedule | A cron expression for the source dependency refresh schedule. This value may need to be enclosed in single quotation marks. Optional. |
Example YAML
The default catalog maintainer file has the following YAML, which can be configured to your preferences.
Loading code...