mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-02 13:43:22 +00:00
MINOR - Config to PATCH metapilot descriptions if empty (#17424)
* MINOR - Config to PATCH metapilot descriptions if empty * MINOR - Config to PATCH metapilot descriptions if empty
This commit is contained in:
parent
def0fcc5eb
commit
4a0c251e5c
@ -31,13 +31,19 @@
|
||||
"autoCompleteType": "database_search_index"
|
||||
}
|
||||
},
|
||||
"patchIfEmpty": {
|
||||
"title": "Patch Description If Empty",
|
||||
"description": "Patch the description if it is empty, instead of raising a suggestion",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"copilotDatabases": {
|
||||
"title": "Databases for SQL Copilot",
|
||||
"description": "Services and Databases configured to get enable the SQL Copilot.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"placeholder": "Search Databases",
|
||||
"type": "string",
|
||||
"$ref": "../../../../type/entityReference.json",
|
||||
"format": "autoComplete",
|
||||
"autoCompleteType": "database_search_index"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user