mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-01 13:13:10 +00:00
MINOR - Metapilot automator config (#18165)
* Prep config * MINOR - MetaPilot config --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
This commit is contained in:
parent
517e6ea0cc
commit
37e75c542a
@ -11,7 +11,8 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"status",
|
"status",
|
||||||
"limits"
|
"limits",
|
||||||
|
"custom"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -20,42 +20,17 @@
|
|||||||
"$ref": "#/definitions/metaPilotAppType",
|
"$ref": "#/definitions/metaPilotAppType",
|
||||||
"default": "MetaPilot"
|
"default": "MetaPilot"
|
||||||
},
|
},
|
||||||
"descriptionDatabases": {
|
"queryFilter": {
|
||||||
"title": "Databases for Automated Description Generation",
|
"description": "Query filter to be passed to ES. E.g., `{\"query\":{\"bool\":{\"must\":[{\"bool\":{\"should\":[{\"term\":{\"domain.displayName.keyword\":\"DG Anim\"}}]}}]}}}`. This is the same payload as in the Explore page.",
|
||||||
"description": "Services and Databases configured to get the descriptions from.",
|
"type": "string"
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"placeholder": "Search Databases",
|
|
||||||
"$ref": "../../../../type/entityReference.json",
|
|
||||||
"format": "autoComplete",
|
|
||||||
"autoCompleteType": "database_search_index"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"patchIfEmpty": {
|
"patchIfEmpty": {
|
||||||
"title": "Patch Description If Empty",
|
"title": "Patch Description If Empty",
|
||||||
"description": "Patch the description if it is empty, instead of raising a suggestion",
|
"description": "Patch the description if it is empty, instead of raising a suggestion",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false
|
"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",
|
|
||||||
"$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,
|
||||||
|
"required": ["queryFilter"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user