diff --git a/openmetadata-service/src/main/resources/json/data/app/DataInsightsApplication.json b/openmetadata-service/src/main/resources/json/data/app/DataInsightsApplication.json index 9e26dfeeb6e..12019f3fd4d 100644 --- a/openmetadata-service/src/main/resources/json/data/app/DataInsightsApplication.json +++ b/openmetadata-service/src/main/resources/json/data/app/DataInsightsApplication.json @@ -1 +1,9 @@ -{} \ No newline at end of file +{ + "name": "DataInsightsApplication", + "displayName": "Data Insights", + "appConfiguration": {}, + "appSchedule": { + "scheduleType": "Custom", + "cronExpression": "0 0 0 1/1 * ? *" + } +} \ No newline at end of file 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 ffcddea56ff..6a59b81a4df 100644 --- a/openmetadata-service/src/main/resources/json/data/app/DataInsightsReportApplication.json +++ b/openmetadata-service/src/main/resources/json/data/app/DataInsightsReportApplication.json @@ -1,5 +1,6 @@ { "name": "DataInsightsReportApplication", + "displayName": "Data Insights Report", "appConfiguration": { "sendToAdmins": true, "sendToTeams": true diff --git a/openmetadata-service/src/main/resources/json/data/app/SearchIndexingApplication.json b/openmetadata-service/src/main/resources/json/data/app/SearchIndexingApplication.json index 8dc151dcfea..e4a5c44ac40 100644 --- a/openmetadata-service/src/main/resources/json/data/app/SearchIndexingApplication.json +++ b/openmetadata-service/src/main/resources/json/data/app/SearchIndexingApplication.json @@ -1,5 +1,6 @@ { "name": "SearchIndexingApplication", + "displayName": "Search Indexing", "appConfiguration": { "entities": [ "table",