docs/_api-guide-template.md
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
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. -->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>
<!-- If there's any specific setup required before starting the tutorial, list them here. 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. ::: -->