mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-28 01:04:46 +00:00
MINOR - Fix app init details (#14160)
This commit is contained in:
parent
27fa5b34bb
commit
eabca42e82
@ -1 +1,9 @@
|
|||||||
{}
|
{
|
||||||
|
"name": "DataInsightsApplication",
|
||||||
|
"displayName": "Data Insights",
|
||||||
|
"appConfiguration": {},
|
||||||
|
"appSchedule": {
|
||||||
|
"scheduleType": "Custom",
|
||||||
|
"cronExpression": "0 0 0 1/1 * ? *"
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "DataInsightsReportApplication",
|
"name": "DataInsightsReportApplication",
|
||||||
|
"displayName": "Data Insights Report",
|
||||||
"appConfiguration": {
|
"appConfiguration": {
|
||||||
"sendToAdmins": true,
|
"sendToAdmins": true,
|
||||||
"sendToTeams": true
|
"sendToTeams": true
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "SearchIndexingApplication",
|
"name": "SearchIndexingApplication",
|
||||||
|
"displayName": "Search Indexing",
|
||||||
"appConfiguration": {
|
"appConfiguration": {
|
||||||
"entities": [
|
"entities": [
|
||||||
"table",
|
"table",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user