From 1dec8d8ccb7876a81a6360c23528360af481a85c Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Mon, 19 May 2025 18:53:30 +0530 Subject: [PATCH] fix(ingest(gc): remove default cli version (#13552) --- .../src/main/resources/bootstrap_mcps/ingestion-datahub-gc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-service/configuration/src/main/resources/bootstrap_mcps/ingestion-datahub-gc.yaml b/metadata-service/configuration/src/main/resources/bootstrap_mcps/ingestion-datahub-gc.yaml index 8879a2f654..8e839257c4 100644 --- a/metadata-service/configuration/src/main/resources/bootstrap_mcps/ingestion-datahub-gc.yaml +++ b/metadata-service/configuration/src/main/resources/bootstrap_mcps/ingestion-datahub-gc.yaml @@ -12,7 +12,7 @@ timezone: '{{schedule.timezone}}{{^schedule.timezone}}UTC{{/schedule.timezone}}' interval: '{{schedule.interval}}{{^schedule.interval}}0 1 * * *{{/schedule.interval}}' config: - version: '{{&ingestion.version}}{{^ingestion.version}}0.14.1.7rc2{{/ingestion.version}}' + version: '{{&ingestion.version}}{{^ingestion.version}}{{/ingestion.version}}' recipe: source: type: 'datahub-gc'