windmill-api 1.751.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# DucklakeSettingsDucklakesValueMaintenance

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**enabled** | **bool** |  | 
**schedule** | Option<**String**> | cron cadence (v2, UTC); defaults to daily at 03h with a per-lake minute offset | [optional]
**retention_days** | Option<**i32**> | snapshot retention window in days (default 7); time-travel older than this stops working | [optional]
**compaction** | Option<**bool**> | merge adjacent small parquet files (default true) | [optional]
**orphan_cleanup** | Option<**bool**> | delete orphaned files older than max(retention, 1 day) (default true) | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)