Fix typo in ingestion workflow docs (#11268)

This commit is contained in:
Mayur Singal 2023-04-25 21:27:58 +05:30 committed by GitHub
parent 2344ab016b
commit 0721d3a6d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.