Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(act) update Act on Metadata landing page #6288

Merged
merged 4 commits into from
Nov 3, 2022
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs-website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ module.exports = {
],

"Act on Metadata": [
// "docs/wip/act-on-metadata",
"docs/act-on-metadata",
{
"Actions Framework": [
"docs/actions/README",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const quickLinkContent = [
title: "Act on Metadata",
icon: <SyncOutlined />,
description: "Step-by-step guides for acting on Metadata Events",
to: "docs/wip/act-on-metadata",
to: "docs/act-on-metadata",
},
{
title: "Developer Guides",
Expand Down
15 changes: 15 additions & 0 deletions docs/act-on-metadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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:

* Automatically enrich or annotate existing data entities within DataHub, i.e., apply Tags, Terms, Owners, etc.
* 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.

<p align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/yeloymkK5ow" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
3 changes: 0 additions & 3 deletions docs/wip/act-on-metadata.md

This file was deleted.