mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
Make DatahubGC bootstrap MCP non-optional (#11785)
This commit is contained in:
parent
e53a54edcb
commit
e706d1511b
@ -219,6 +219,6 @@ public class BootstrapMCPUtilTest {
|
||||
OP_CONTEXT
|
||||
.getObjectMapper()
|
||||
.readTree(
|
||||
"{\"source\":{\"type\":\"datahub-gc\",\"config\":{\"cleanup_expired_tokens\":false,\"truncate_indices\":true,\"dataprocess_cleanup\":{\"retention_days\":10,\"delete_empty_data_jobs\":true,\"delete_empty_data_flows\":true,\"hard_delete_entities\":false,\"keep_last_n\":5},\"soft_deleted_entities_cleanup\":{\"retention_days\":10}}}}"));
|
||||
"{\"source\":{\"type\":\"datahub-gc\",\"config\":{\"cleanup_expired_tokens\":false,\"truncate_indices\":true,\"dataprocess_cleanup\":{\"retention_days\":10,\"delete_empty_data_jobs\":true,\"delete_empty_data_flows\":true,\"hard_delete_entities\":false,\"keep_last_n\":5},\"soft_deleted_entities_cleanup\":{\"retention_days\":10},\"execution_request_cleanup\":{\"keep_history_min_count\":10,\"keep_history_max_count\":1000,\"keep_history_max_days\":30,\"batch_read_size\":100,\"enabled\":false}}}}"));
|
||||
}
|
||||
}
|
||||
|
@ -38,7 +38,7 @@ bootstrap:
|
||||
|
||||
# Ingestion Recipes
|
||||
- name: ingestion-datahub-gc
|
||||
version: v2
|
||||
optional: true
|
||||
version: v3
|
||||
optional: false
|
||||
mcps_location: "bootstrap_mcps/ingestion-datahub-gc.yaml"
|
||||
values_env: "DATAHUB_GC_BOOTSTRAP_VALUES"
|
||||
|
@ -33,7 +33,7 @@
|
||||
keep_history_max_days: {{execution_request_cleanup.keep_history_max_days}}{{^execution_request_cleanup.keep_history_max_days}}30{{/execution_request_cleanup.keep_history_max_days}}
|
||||
batch_read_size: {{execution_request_cleanup.batch_read_size}}{{^execution_request_cleanup.batch_read_size}}100{{/execution_request_cleanup.batch_read_size}}
|
||||
enabled: {{execution_request_cleanup.enabled}}{{^execution_request_cleanup.enabled}}false{{/execution_request_cleanup.enabled}}
|
||||
extraArgs: {}
|
||||
extraArgs: {}
|
||||
debugMode: false
|
||||
executorId: default
|
||||
source:
|
||||
|
Loading…
x
Reference in New Issue
Block a user