mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-05 21:13:14 +00:00
MINOR - MetaPilot updated conf (#15745)
This commit is contained in:
parent
dafbcbd726
commit
fc2c909f6c
@ -11,34 +11,6 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["MetaPilot"],
|
"enum": ["MetaPilot"],
|
||||||
"default": "MetaPilot"
|
"default": "MetaPilot"
|
||||||
},
|
|
||||||
"serviceDatabases": {
|
|
||||||
"title": "Service Databases",
|
|
||||||
"description": "Choose the service and its databases you want to generate descriptions from.",
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"service": {
|
|
||||||
"title": "Service Name",
|
|
||||||
"placeholder": "Search Service",
|
|
||||||
"description": "Service Name to get descriptions from.",
|
|
||||||
"$ref": "../../../../type/entityReference.json",
|
|
||||||
"format": "autoComplete",
|
|
||||||
"autoCompleteType": "database_service_search_index"
|
|
||||||
},
|
|
||||||
"databases": {
|
|
||||||
"title": "Databases",
|
|
||||||
"description": "List of database names from the Service to get descriptions from.",
|
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"placeholder": "Search Databases",
|
|
||||||
"$ref": "../../../../type/entityReference.json",
|
|
||||||
"format": "autoComplete",
|
|
||||||
"autoCompleteType": "database_search_index"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"additionalProperties": false,
|
|
||||||
"required": ["service", "databases"]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
@ -48,13 +20,24 @@
|
|||||||
"$ref": "#/definitions/metaPilotAppType",
|
"$ref": "#/definitions/metaPilotAppType",
|
||||||
"default": "MetaPilot"
|
"default": "MetaPilot"
|
||||||
},
|
},
|
||||||
"serviceDatabases": {
|
"descriptionDatabases": {
|
||||||
"title": "Service Databases",
|
"title": "Databases for Automated Description Generation",
|
||||||
"description": "Services and Databases configured to get the descriptions from.",
|
"description": "Services and Databases configured to get the descriptions from.",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/serviceDatabases"
|
"placeholder": "Search Databases",
|
||||||
|
"$ref": "../../../../type/entityReference.json",
|
||||||
|
"format": "autoComplete",
|
||||||
|
"autoCompleteType": "database_search_index"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"defaultScope": {
|
||||||
|
"title": "Default Chatbot Database Scope",
|
||||||
|
"description": "Default database scope for the chatbot.",
|
||||||
|
"$ref": "../../../../type/entityReference.json",
|
||||||
|
"format": "autoComplete",
|
||||||
|
"autoCompleteType": "database_search_index",
|
||||||
|
"placeholder": "Search Databases"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user