mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-31 21:03:03 +00:00
25 lines
895 B
YAML
25 lines
895 B
YAML
source:
|
|
type: datahub-gc
|
|
config:
|
|
# Whether to run the recipe in dry-run mode or not
|
|
dry_run: false
|
|
# Cleanup expired tokens
|
|
cleanup_expired_tokens: true
|
|
# Whether to truncate elasticsearch indices or not which can be safely truncated
|
|
truncate_indices: true
|
|
|
|
# Cleanup DataProcess Instances
|
|
dataprocess_cleanup:
|
|
retention_days: 10
|
|
# Delete empty Data Jobs (if no DataProcessInstance associated with the DataJob)
|
|
delete_empty_data_jobs: true
|
|
# Delete empty Data Flow (if no DataJob associated with the DataFlow)
|
|
delete_empty_data_flows: true
|
|
# Whether to hard delete entities or soft delete them
|
|
hard_delete_entities: false
|
|
# Keep the last n dataprocess instances
|
|
keep_last_n: 5
|
|
soft_deleted_entities_cleanup:
|
|
# Delete soft deleted entities which were deleted 10 days ago
|
|
retention_days: 10
|