OpenMetadata/openmetadata-service/src/main/resources/json/data/app/DataInsightsReportApplication.json
Mohit Yadav 25d49900a4
MINOR: Change Default Report to Weekly instead of daily during Server Init (#14173)
* Change Default Report to Weekly

* Reformat Issue
2023-11-30 12:47:54 +05:30

12 lines
255 B
JSON

{
"name": "DataInsightsReportApplication",
"displayName": "Data Insights Report",
"appConfiguration": {
"sendToAdmins": true,
"sendToTeams": true
},
"appSchedule": {
"scheduleType": "Custom",
"cronExpression": "0 0 0 ? * 0"
}
}