From c2da33889dc551d6f47e0f18d503ddb17bc6df8f Mon Sep 17 00:00:00 2001 From: RounakDhillon <162090200+RounakDhillon@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:08:28 +0530 Subject: [PATCH] Docs: SageMaker YAML correction (#19399) * Docs: SageMaker YAML correction * Docs: SageMaker YAML correction --------- Co-authored-by: Rounak Dhillon --- .../v1.5/connectors/yaml/ml-model/source-config-def.md | 6 +++++- .../partials/v1.5/connectors/yaml/ml-model/source-config.md | 4 +++- .../v1.6/connectors/yaml/ml-model/source-config-def.md | 6 +++++- .../partials/v1.6/connectors/yaml/ml-model/source-config.md | 4 +++- .../v1.7/connectors/yaml/ml-model/source-config-def.md | 6 +++++- .../partials/v1.7/connectors/yaml/ml-model/source-config.md | 4 +++- 6 files changed, 24 insertions(+), 6 deletions(-) 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 +```