diff --git a/docs-website/sidebars.js b/docs-website/sidebars.js index 2c9235e5196f7..0470723c1adb7 100644 --- a/docs-website/sidebars.js +++ b/docs-website/sidebars.js @@ -108,6 +108,11 @@ module.exports = { type: "doc", id: "docs/automations/docs-propagation", }, + { + label: "Glossary Term Propagation", + type: "doc", + id: "docs/automations/glossary-term-propagation", + }, { label: "BigQuery Metadata Sync", type: "doc", diff --git a/docs/automations/docs-propagation.md b/docs/automations/docs-propagation.md index e8eba08d3640e..9f38902894191 100644 --- a/docs/automations/docs-propagation.md +++ b/docs/automations/docs-propagation.md @@ -26,7 +26,6 @@ This feature is enabled by default in Open Source DataHub. | Column-Level Docs Propagation | ✔️ | ✔️ | | Asset-Level Docs Propagation | ✔️ | ✔️ | | Downstream Lineage + Siblings | ✔️ | ✔️ | -| Propagation Rollback (Undo) | ❌ | ✔️ | | Historical Backfilling | ❌ | ✔️ | ## Enabling Documentation Propagation @@ -95,27 +94,6 @@ and then click "Initialize". This one-time step will kick off the back-filling process for existing descriptions. If you only want to begin propagating descriptions going forward, you can skip this step. -## Rolling Back Propagated Descriptions (DataHub Cloud Only) - -In DataHub Cloud, you can rollback all descriptions that have been propagated historically. - -This feature allows you to "clean up" or "undo" any accidental propagation that may have occurred automatically, in the case -that you no longer want propagated descriptions to be visible. - -To do this, navigate to the Automation you created in Step 3 above, click the 3-dot "More" menu - -
- -
- -and then click "Rollback". - -- -
- -This one-time step will remove all propagated tags and glossary terms from Snowflake. To simply stop propagating new tags, you can disable the automation. - ## Viewing Propagated Descriptions Once the automation is enabled, you'll be able to recognize propagated descriptions as those with the thunderbolt icon next to them: diff --git a/docs/automations/glossary-term-propagation.md b/docs/automations/glossary-term-propagation.md new file mode 100644 index 0000000000000..90e8e75ea44ef --- /dev/null +++ b/docs/automations/glossary-term-propagation.md @@ -0,0 +1,61 @@ +# Glossary Term Propagation Automation + ++ +
+ + +2. **Create An Automation**: Select 'Glossary Term Propagation' from the automation types. + ++ +
+ +3. **Configure Automation**: Complete the required fields and select 'Save and Run' to activate the automation. + ++ +
+ +## Propagating for Existing Assets + +In DataHub Cloud, you can back-fill historical data to ensure existing Glossary Terms are consistently propagated across downstream relationships. To begin, access the Automation created in Step 3, click the 3-dot "more" menu, and choose "Initialize." This will kick off the backfill process. + ++ +
+ +and then click "Initialize". + ++ +
+ + +## Viewing Propagated Glossary Terms + +Once enabled, propagated Glossary Terms will display a thunderbolt icon, indicating the origin of the term and any intermediate lineage hops used in propagation. + ++ +
\ No newline at end of file diff --git a/docs/automations/snowflake-tag-propagation.md b/docs/automations/snowflake-tag-propagation.md index c708e40cbdd81..b72224642b0f0 100644 --- a/docs/automations/snowflake-tag-propagation.md +++ b/docs/automations/snowflake-tag-propagation.md @@ -57,27 +57,6 @@ and then click "Initialize". This one-time step will kick off the back-filling process for existing descriptions. If you only want to begin propagating descriptions going forward, you can skip this step. -## Rolling Back Propagated Tags - -You can rollback all tags and glossary terms that have been propagated historically. - -This feature allows you to "clean up" or "undo" any accidental propagation that may have occurred automatically, in the case -that you no longer want propagated descriptions to be visible. - -To do this, navigate to the Automation you created in Step 3 above, click the 3-dot "More" menu - -- -
- -and then click "Rollback". - -- -
- -This one-time step will remove all propagated tags and glossary terms from Snowflake. To simply stop propagating new tags, you can disable the automation. - ## Viewing Propagated Tags You can view propagated Tags (and corresponding DataHub URNs) inside the Snowflake UI to confirm the automation is working as expected.