SNAPSHOT POLICY

Config path: /<database>/<schema>/snapshot_policy/<name>.yaml

Example:

schedule: 90 minutes
expire_after_days: 30
comment: My snapshot policy

Schema

  • schedule (str) - schedule for creating snapshots of an object

  • expire_after_days (int) - number of days until the snapshot expires

  • comment (str)

Last updated