Skip to content

Commit

Permalink
See open-metadata/OpenMetadata@c2da338 from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
open-metadata committed Jan 16, 2025
1 parent 928b441 commit 572b5c5
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ The sourceConfig is defined [here](https://github.com/open-metadata/OpenMetadata

**markDeletedMlModels**: Set the Mark Deleted Ml Models toggle to flag ml models as soft-deleted if they are not present anymore in the source system.

{% /codeInfo %}
**mlModelFilterPattern**: Regex to only fetch MlModels with names matching the pattern.

**overrideMetadata**: Set the 'Override Metadata' toggle to control whether to override the existing metadata in the OpenMetadata server with the metadata fetched from the source. If the toggle is set to true, the metadata fetched from the source will override the existing metadata in the OpenMetadata server. If the toggle is set to false, the metadata fetched from the source will not override the existing metadata in the OpenMetadata server. This is applicable for fields like description, tags, owner and displayName.

{% /codeInfo %}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
config:
type: MlModelMetadata
# markDeletedMlModels: true
```
# mlModelFilterPattern: []
# overrideMetadata: false
```
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ The sourceConfig is defined [here](https://github.com/open-metadata/OpenMetadata

**markDeletedMlModels**: Set the Mark Deleted Ml Models toggle to flag ml models as soft-deleted if they are not present anymore in the source system.

{% /codeInfo %}
**mlModelFilterPattern**: Regex to only fetch MlModels with names matching the pattern.

**overrideMetadata**: Set the 'Override Metadata' toggle to control whether to override the existing metadata in the OpenMetadata server with the metadata fetched from the source. If the toggle is set to true, the metadata fetched from the source will override the existing metadata in the OpenMetadata server. If the toggle is set to false, the metadata fetched from the source will not override the existing metadata in the OpenMetadata server. This is applicable for fields like description, tags, owner and displayName.

{% /codeInfo %}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
config:
type: MlModelMetadata
# markDeletedMlModels: true
```
# mlModelFilterPattern: []
# overrideMetadata: false
```
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ The sourceConfig is defined [here](https://github.com/open-metadata/OpenMetadata

**markDeletedMlModels**: Set the Mark Deleted Ml Models toggle to flag ml models as soft-deleted if they are not present anymore in the source system.

{% /codeInfo %}
**mlModelFilterPattern**: Regex to only fetch MlModels with names matching the pattern.

**overrideMetadata**: Set the 'Override Metadata' toggle to control whether to override the existing metadata in the OpenMetadata server with the metadata fetched from the source. If the toggle is set to true, the metadata fetched from the source will override the existing metadata in the OpenMetadata server. If the toggle is set to false, the metadata fetched from the source will not override the existing metadata in the OpenMetadata server. This is applicable for fields like description, tags, owner and displayName.

{% /codeInfo %}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
config:
type: MlModelMetadata
# markDeletedMlModels: true
```
# mlModelFilterPattern: []
# overrideMetadata: false
```

0 comments on commit 572b5c5

Please sign in to comment.