<!-- This section should provide plain-language explanations on the feature itself, preferably in one paragraph, and should link to the feature guide for more detailed information.
* What is the short definition of this feature?
* Why is this useful-->
### Goal of This Guide
This guide will show you how to...
<!-- This should include bullet points of the main goals(actions) for this tutorial, such as
- Add lineage between datasets
- Add column-level lineage between datasets
etc.
-->
## Prerequisites
For this tutorial, you need to deploy DataHub Quickstart and ingest sample data. For detailed steps, please refer to [Datahub Quickstart Guide]<relative_link_to_quickstart_page>
For example, it can be installing a certain version of CLI, or some admonition like below.
:::NOTE
Before adding lineage, you need to ensure the targeted dataset is already present in your datahub. If you attempt to manipulate entities that do not exist, your operation will fail. In this guide, we will be using data from sample ingestion.
<!-- Provide Python code snippet here with explanations (optional). Python snippet should be placed under /metadata-ingestion/examples/library/, and you should refer to it like:
`{{ inline <file_path> show_path_as_comment }}`
If this is not supported, delete this TabItem-->
</TabItem>
<TabItemvalue="CLI"label="CLI">
<!-- Provide graphQL code snippet here with explanations (optional). If this is not supported, delete this TabItem-->