From 13a34b462f4a87108fcef39a8bd36244fc0d0373 Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Fri, 8 Apr 2022 22:56:41 +0530 Subject: [PATCH] doc(scheduling): make it easier to find ui ingestion (#4610) --- docs-website/sidebars.js | 1 + metadata-ingestion/schedule_docs/datahub.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 metadata-ingestion/schedule_docs/datahub.md diff --git a/docs-website/sidebars.js b/docs-website/sidebars.js index e8cc731fd11f2a..02c7fff70eb1f3 100644 --- a/docs-website/sidebars.js +++ b/docs-website/sidebars.js @@ -90,6 +90,7 @@ module.exports = { "metadata-ingestion/schedule_docs/intro", "metadata-ingestion/schedule_docs/cron", "metadata-ingestion/schedule_docs/airflow", + "metadata-ingestion/schedule_docs/datahub", ], }, { diff --git a/metadata-ingestion/schedule_docs/datahub.md b/metadata-ingestion/schedule_docs/datahub.md new file mode 100644 index 00000000000000..50cb9d7c58fe33 --- /dev/null +++ b/metadata-ingestion/schedule_docs/datahub.md @@ -0,0 +1,3 @@ +# Using DataHub + +[UI Ingestion](../../docs/ui-ingestion.md) can be used to schedule metadata ingestion through DataHub. \ No newline at end of file