From 7546c0e50919c30bac2a3527ac9db6a46bda6faa Mon Sep 17 00:00:00 2001 From: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:02:08 +0530 Subject: [PATCH] Propogate assets to es (#14302) --- .../resources/json/data/app/DataInsightsReportApplication.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmetadata-service/src/main/resources/json/data/app/DataInsightsReportApplication.json b/openmetadata-service/src/main/resources/json/data/app/DataInsightsReportApplication.json index cf32bffbeb04..d5b3df36f01e 100644 --- a/openmetadata-service/src/main/resources/json/data/app/DataInsightsReportApplication.json +++ b/openmetadata-service/src/main/resources/json/data/app/DataInsightsReportApplication.json @@ -7,6 +7,6 @@ }, "appSchedule": { "scheduleType": "Custom", - "cronExpression": "0 0 0 ? * 0" + "cronExpression": "0 59 23 ? * 1" } } \ No newline at end of file