-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See open-metadata/OpenMetadata@24b668a from refs/heads/main
- Loading branch information
open-metadata
committed
Dec 28, 2024
1 parent
747e368
commit a1e3063
Showing
4 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
content/partials/v1.6/connectors/yaml/api/source-config-def.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#### Source Configuration - Source Config | ||
|
||
{% codeInfo srNumber=100 %} | ||
|
||
The `sourceConfig` is defined [here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/metadataIngestion/apiServiceMetadataPipeline.json): | ||
|
||
**markDeletedApiCollections**: To flag API collections as soft-deleted if they are not present anymore in the source system. | ||
|
||
**overrideMetadata**: Set the Override Metadata toggle to control whether to override the metadata if it already exists. | ||
|
||
**apiCollectionFilterPattern**: Note that the filter supports regex as include or exclude. | ||
|
||
{% /codeInfo %} |
14 changes: 14 additions & 0 deletions
14
content/partials/v1.6/connectors/yaml/api/source-config.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
```yaml {% srNumber=100 %} | ||
sourceConfig: | ||
config: | ||
type: ApiMetadata | ||
markDeletedApiCollections: true | ||
overrideMetadata: false | ||
# apiCollectionFilterPattern: | ||
# includes: | ||
# - apiCollection1 | ||
# - apiCollection2 | ||
# excludes: | ||
# - apiCollection3 | ||
# - apiCollection4 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters