mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-02 21:53:30 +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"
|
"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": {
|
"copilotDatabases": {
|
||||||
"title": "Databases for SQL Copilot",
|
"title": "Databases for SQL Copilot",
|
||||||
"description": "Services and Databases configured to get enable the SQL Copilot.",
|
"description": "Services and Databases configured to get enable the SQL Copilot.",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"placeholder": "Search Databases",
|
"placeholder": "Search Databases",
|
||||||
"type": "string",
|
"$ref": "../../../../type/entityReference.json",
|
||||||
"format": "autoComplete",
|
"format": "autoComplete",
|
||||||
"autoCompleteType": "database_search_index"
|
"autoCompleteType": "database_search_index"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user