diff --git a/openmetadata-docs/content/partials/v1.5/connectors/yaml/ml-model/source-config-def.md b/openmetadata-docs/content/partials/v1.5/connectors/yaml/ml-model/source-config-def.md index 5675d97cf91..bbd23432074 100644 --- a/openmetadata-docs/content/partials/v1.5/connectors/yaml/ml-model/source-config-def.md +++ b/openmetadata-docs/content/partials/v1.5/connectors/yaml/ml-model/source-config-def.md @@ -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 %} \ No newline at end of file +**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 %} diff --git a/openmetadata-docs/content/partials/v1.5/connectors/yaml/ml-model/source-config.md b/openmetadata-docs/content/partials/v1.5/connectors/yaml/ml-model/source-config.md index f15cd4b0b81..4fd3aedbcef 100644 --- a/openmetadata-docs/content/partials/v1.5/connectors/yaml/ml-model/source-config.md +++ b/openmetadata-docs/content/partials/v1.5/connectors/yaml/ml-model/source-config.md @@ -3,4 +3,6 @@ config: type: MlModelMetadata # markDeletedMlModels: true -``` \ No newline at end of file + # mlModelFilterPattern: [] + # overrideMetadata: false +``` diff --git a/openmetadata-docs/content/partials/v1.6/connectors/yaml/ml-model/source-config-def.md b/openmetadata-docs/content/partials/v1.6/connectors/yaml/ml-model/source-config-def.md index 5675d97cf91..bbd23432074 100644 --- a/openmetadata-docs/content/partials/v1.6/connectors/yaml/ml-model/source-config-def.md +++ b/openmetadata-docs/content/partials/v1.6/connectors/yaml/ml-model/source-config-def.md @@ -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 %} \ No newline at end of file +**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 %} diff --git a/openmetadata-docs/content/partials/v1.6/connectors/yaml/ml-model/source-config.md b/openmetadata-docs/content/partials/v1.6/connectors/yaml/ml-model/source-config.md index f15cd4b0b81..4fd3aedbcef 100644 --- a/openmetadata-docs/content/partials/v1.6/connectors/yaml/ml-model/source-config.md +++ b/openmetadata-docs/content/partials/v1.6/connectors/yaml/ml-model/source-config.md @@ -3,4 +3,6 @@ config: type: MlModelMetadata # markDeletedMlModels: true -``` \ No newline at end of file + # mlModelFilterPattern: [] + # overrideMetadata: false +``` diff --git a/openmetadata-docs/content/partials/v1.7/connectors/yaml/ml-model/source-config-def.md b/openmetadata-docs/content/partials/v1.7/connectors/yaml/ml-model/source-config-def.md index 5675d97cf91..bbd23432074 100644 --- a/openmetadata-docs/content/partials/v1.7/connectors/yaml/ml-model/source-config-def.md +++ b/openmetadata-docs/content/partials/v1.7/connectors/yaml/ml-model/source-config-def.md @@ -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 %} \ No newline at end of file +**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 %} diff --git a/openmetadata-docs/content/partials/v1.7/connectors/yaml/ml-model/source-config.md b/openmetadata-docs/content/partials/v1.7/connectors/yaml/ml-model/source-config.md index f15cd4b0b81..4fd3aedbcef 100644 --- a/openmetadata-docs/content/partials/v1.7/connectors/yaml/ml-model/source-config.md +++ b/openmetadata-docs/content/partials/v1.7/connectors/yaml/ml-model/source-config.md @@ -3,4 +3,6 @@ config: type: MlModelMetadata # markDeletedMlModels: true -``` \ No newline at end of file + # mlModelFilterPattern: [] + # overrideMetadata: false +```