From d5f41b96e54f6b860300962dc7e1504344d5a354 Mon Sep 17 00:00:00 2001 From: Maggie Hays Date: Tue, 25 Oct 2022 18:40:36 -0500 Subject: [PATCH 1/4] docs(action) update action on metadata landing page --- docs-website/sidebars.js | 2 +- docs/wip/act-on-metadata.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs-website/sidebars.js b/docs-website/sidebars.js index 53d2e17a489fce..f8954cc50afa68 100644 --- a/docs-website/sidebars.js +++ b/docs-website/sidebars.js @@ -183,7 +183,7 @@ module.exports = { ], "Act on Metadata": [ - // "docs/wip/act-on-metadata", + "docs/wip/act-on-metadata", { "Actions Framework": [ "docs/actions/README", diff --git a/docs/wip/act-on-metadata.md b/docs/wip/act-on-metadata.md index 0c4ea8ac41c7b8..fc0e04cfd13847 100644 --- a/docs/wip/act-on-metadata.md +++ b/docs/wip/act-on-metadata.md @@ -1,3 +1,13 @@ # Act on Metadata Overview -This page is under construction - more details coming soon! \ No newline at end of file +DataHub's metadata infrastructure is stream-oriented, meaning that all changes in metadata are communicated and reflected within the platform within seconds. This unlocks endless opportunities to automate data governance and data management workflows, such as: + +* Enriching or annotating existing data entities within DataHub, i.e., apply Tags, Terms, Owners, etc. +* Trigger external workflows or send alerts to external systems, i.e., send a message to a team channel when there's a schema change +* Proactively identify what data resources will be impacted by a breaking change + +This section contains resources to help you take real-time action on your rapidly evolving data stack. + +

+ +

\ No newline at end of file From 4177ab834f4bde983cf6715b6bb6beb81e54b11a Mon Sep 17 00:00:00 2001 From: Maggie Hays Date: Tue, 25 Oct 2022 18:49:47 -0500 Subject: [PATCH 2/4] update act on metadata copy --- docs/wip/act-on-metadata.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/wip/act-on-metadata.md b/docs/wip/act-on-metadata.md index fc0e04cfd13847..a469674c1c8135 100644 --- a/docs/wip/act-on-metadata.md +++ b/docs/wip/act-on-metadata.md @@ -1,10 +1,12 @@ # Act on Metadata Overview -DataHub's metadata infrastructure is stream-oriented, meaning that all changes in metadata are communicated and reflected within the platform within seconds. This unlocks endless opportunities to automate data governance and data management workflows, such as: +DataHub's metadata infrastructure is stream-oriented, meaning that all changes in metadata are communicated and reflected within the platform within seconds. -* Enriching or annotating existing data entities within DataHub, i.e., apply Tags, Terms, Owners, etc. +This unlocks endless opportunities to automate data governance and data management workflows, such as: + +* Automatically enrich or annotate existing data entities within DataHub, i.e., apply Tags, Terms, Owners, etc. * Trigger external workflows or send alerts to external systems, i.e., send a message to a team channel when there's a schema change -* Proactively identify what data resources will be impacted by a breaking change +* Proactively identify what business-critical data resources will be impacted by a breaking schema change This section contains resources to help you take real-time action on your rapidly evolving data stack. From 0643032e51033ce38b4903b86cfa8c9ff425c73c Mon Sep 17 00:00:00 2001 From: Maggie Hays Date: Tue, 25 Oct 2022 19:00:43 -0500 Subject: [PATCH 3/4] reorganize docs within directory --- docs-website/sidebars.js | 2 +- docs-website/src/pages/docs/_components/QuickLinkCards/index.js | 2 +- docs/{wip => }/act-on-metadata.md | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/{wip => }/act-on-metadata.md (100%) diff --git a/docs-website/sidebars.js b/docs-website/sidebars.js index f8954cc50afa68..be738c7106e1c4 100644 --- a/docs-website/sidebars.js +++ b/docs-website/sidebars.js @@ -183,7 +183,7 @@ module.exports = { ], "Act on Metadata": [ - "docs/wip/act-on-metadata", + "docs/act-on-metadata", { "Actions Framework": [ "docs/actions/README", diff --git a/docs-website/src/pages/docs/_components/QuickLinkCards/index.js b/docs-website/src/pages/docs/_components/QuickLinkCards/index.js index ca450cd291fc72..9abe8089d293d8 100644 --- a/docs-website/src/pages/docs/_components/QuickLinkCards/index.js +++ b/docs-website/src/pages/docs/_components/QuickLinkCards/index.js @@ -38,7 +38,7 @@ const quickLinkContent = [ title: "Act on Metadata", icon: , description: "Step-by-step guides for acting on Metadata Events", - to: "docs/wip/act-on-metadata", + to: "docs/act-on-metadata", }, { title: "Developer Guides", diff --git a/docs/wip/act-on-metadata.md b/docs/act-on-metadata.md similarity index 100% rename from docs/wip/act-on-metadata.md rename to docs/act-on-metadata.md From 4d8e68a94b33cbb1856941622e9fca6e3e093a6a Mon Sep 17 00:00:00 2001 From: Maggie Hays Date: Thu, 3 Nov 2022 11:26:47 -0500 Subject: [PATCH 4/4] include link to actions framework --- docs/act-on-metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/act-on-metadata.md b/docs/act-on-metadata.md index a469674c1c8135..ed90544df8e29a 100644 --- a/docs/act-on-metadata.md +++ b/docs/act-on-metadata.md @@ -5,7 +5,7 @@ DataHub's metadata infrastructure is stream-oriented, meaning that all changes i This unlocks endless opportunities to automate data governance and data management workflows, such as: * Automatically enrich or annotate existing data entities within DataHub, i.e., apply Tags, Terms, Owners, etc. -* Trigger external workflows or send alerts to external systems, i.e., send a message to a team channel when there's a schema change +* Leverage the [Actions Framework](actions/README.md) to trigger external workflows or send alerts to external systems, i.e., send a message to a team channel when there's a schema change * Proactively identify what business-critical data resources will be impacted by a breaking schema change This section contains resources to help you take real-time action on your rapidly evolving data stack.