mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-13 01:13:39 +00:00
Enhance S3 Connection Schema: Add default values for container filter pattern (#21659)
This commit is contained in:
parent
cf24c31108
commit
e2aaf322b7
@ -44,7 +44,11 @@
|
|||||||
"containerFilterPattern": {
|
"containerFilterPattern": {
|
||||||
"description": "Regex to only fetch containers that matches the pattern.",
|
"description": "Regex to only fetch containers that matches the pattern.",
|
||||||
"$ref": "../../../../type/filterPattern.json#/definitions/filterPattern",
|
"$ref": "../../../../type/filterPattern.json#/definitions/filterPattern",
|
||||||
"title": "Default Storage container Filter Pattern"
|
"title": "Default Storage container Filter Pattern",
|
||||||
|
"default": {
|
||||||
|
"includes": [],
|
||||||
|
"excludes": ["_SUCCESS"]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"supportsMetadataExtraction": {
|
"supportsMetadataExtraction": {
|
||||||
"title": "Supports Metadata Extraction",
|
"title": "Supports Metadata Extraction",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user