mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-17 19:33:38 +00:00
15 lines
343 B
Markdown
15 lines
343 B
Markdown
|
|
```yaml {% srNumber=100 %}
|
||
|
|
sourceConfig:
|
||
|
|
config:
|
||
|
|
type: ApiMetadata
|
||
|
|
markDeletedApiCollections: true
|
||
|
|
overrideMetadata: false
|
||
|
|
# apiCollectionFilterPattern:
|
||
|
|
# includes:
|
||
|
|
# - apiCollection1
|
||
|
|
# - apiCollection2
|
||
|
|
# excludes:
|
||
|
|
# - apiCollection3
|
||
|
|
# - apiCollection4
|
||
|
|
```
|