From f420be2f4975468ddc2660de7a2697f79c16ec8e Mon Sep 17 00:00:00 2001 From: runllm Date: Fri, 18 Apr 2025 18:35:22 +0000 Subject: [PATCH] Update deprecation.md --- docs/api/tutorials/deprecation.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/api/tutorials/deprecation.md b/docs/api/tutorials/deprecation.md index 73e73f5224cbc..c341c342a342f 100644 --- a/docs/api/tutorials/deprecation.md +++ b/docs/api/tutorials/deprecation.md @@ -91,6 +91,18 @@ Expected Response: ## Update Deprecation +### Deprecating Datasets via UI + +To deprecate a dataset through the DataHub UI, follow these steps: + +1. **Navigate to the Dataset**: In the DataHub UI, locate and open the dataset you wish to deprecate. + +2. **Access the Deprecation Option**: Look for the settings or options menu, often represented by a "..." (ellipsis) or a settings icon. + +3. **Mark as Deprecated**: Select the option to mark the dataset as deprecated. You may be prompted to provide additional information, such as a deprecation note or a planned decommission date. + +4. **Save Changes**: Confirm and save your changes. The dataset will now be marked as deprecated, and this status will be visible to users who view the dataset in the UI. +