Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/api/tutorials/deprecation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Tabs>
<TabItem value="graphql" label="GraphQL" default>

Expand Down