From 0721d3a6d6d39819c19c36744bdc9099a1bb68d7 Mon Sep 17 00:00:00 2001 From: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Date: Tue, 25 Apr 2023 21:27:58 +0530 Subject: [PATCH] Fix typo in ingestion workflow docs (#11268) --- .../ui/public/locales/en-US/Database/workflows/metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/workflows/metadata.md b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/workflows/metadata.md index c0b7b860656..a32f592e9fa 100644 --- a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/workflows/metadata.md +++ b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/workflows/metadata.md @@ -110,7 +110,7 @@ This is an optional configuration that needs to be enabled on top of **Mark Dele When this option is enabled, only tables that have been deleted from the source will be soft deleted, and this will apply to ALL the schemas available in the data source. Any related entities such as test suites or lineage information that were associated with those tables will also be deleted. -**It is recommended to be cautious while enabling this flag if you have multiple ingestion pipelines running for the same service, because it is possible that a pipelines might delete the tables ingested by other pipelines.** +**It is recommended to be cautious while enabling this flag if you have multiple ingestion pipelines running for the same service, because it is possible that a pipeline with this flag enabled might delete the tables ingested by other pipelines.** Here are some examples of scenarios where tables will get soft deleted if this flag is enabled.