mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 11:09:14 +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": {
|
||||
"description": "Regex to only fetch containers that matches the pattern.",
|
||||
"$ref": "../../../../type/filterPattern.json#/definitions/filterPattern",
|
||||
"title": "Default Storage container Filter Pattern"
|
||||
"title": "Default Storage container Filter Pattern",
|
||||
"default": {
|
||||
"includes": [],
|
||||
"excludes": ["_SUCCESS"]
|
||||
}
|
||||
},
|
||||
"supportsMetadataExtraction": {
|
||||
"title": "Supports Metadata Extraction",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user