From 1b137b7f65c60e258dba8e6dab05c2d34edf8086 Mon Sep 17 00:00:00 2001 From: Aniket Katkar Date: Fri, 7 Mar 2025 09:54:14 +0530 Subject: [PATCH] Fix the documentation links (#20130) --- .../dashboard-certification.md | 24 +++++++++---------- .../default-workflows/glossary-approval.md | 2 +- .../default-workflows/table-certification.md | 2 +- .../elements/nodes/check-entity-attributes.md | 2 +- .../elements/nodes/create-user-task.md | 2 +- .../elements/nodes/set-asset-certification.md | 2 +- .../nodes/set-glossary-term-status.md | 2 +- .../triggers/event-based-entity-trigger.md | 2 +- .../triggers/periodic-batch-entity-trigger.md | 2 +- .../workflows/how-to-edit-workflow.md | 10 ++++---- 10 files changed, 25 insertions(+), 25 deletions(-) diff --git a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/default-workflows/dashboard-certification.md b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/default-workflows/dashboard-certification.md index 6fca27db110..5bd260c75aa 100644 --- a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/default-workflows/dashboard-certification.md +++ b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/default-workflows/dashboard-certification.md @@ -1,44 +1,44 @@ --- title: Governance Workflows - Dashboard Certification Workflow (Default) -slug: /how-to-guides/data-governance/workflows/default-workflows/dashbaord-certification +slug: /how-to-guides/data-governance/workflows/default-workflows/dashboard-certification collate: true --- # Governance Workflows - Dashboard Certification Workflow (Default) The **Dashboard Certification Workflow** is a periodic batch workflow designed to automatically manage the certification process for dashboards within Collate. -It is triggered periodically based on the configured scheduled, it fetches the assets based on the filters and it certifies dashbaords based on their attributes. +It is triggered periodically based on the configured scheduled, it fetches the assets based on the filters and it certifies dashboards based on their attributes. -{% image src="/images/v1.6/how-to-guides/governance/workflows-table-certification" alt="dashbaord-certification" /%} +{% image src="/images/v1.6/how-to-guides/governance/workflows-table-certification.png" alt="dashboard-certification" /%} ## Workflow Elements - **Owners and Description are not Null nor Empty** -This task checks where the dashbaord has an owner and a description +This task checks where the dashboard has an owner and a description If either attribute is missing or empty, the workflow moves to **Don't set certification**. Otherwise, the workflow moves to **Entity is Tier 1 or Tier 2**. - **Entity is Tier 1 or Tier 2** -This task checks if the dashbaord is categorized under *Tier 1* or *Tier 2*. +This task checks if the dashboard is categorized under *Tier 1* or *Tier 2*. -If the dashbaord is either *Tier 1* or *Tier 2*, the workflow moves to **Entity is Tier 1**. +If the dashboard is either *Tier 1* or *Tier 2*, the workflow moves to **Entity is Tier 1**. Otherwise, the workflow moves to **Set Bronze Certification**. - **Entity is Tier 1** -This task checks if the dashbaord is specifically *Tier 1*. +This task checks if the dashboard is specifically *Tier 1*. -If the dashbaord is *Tier 1*, the workflow moves to **Set Gold Certification**. +If the dashboard is *Tier 1*, the workflow moves to **Set Gold Certification**. Otherwise, the workflow moves to **Set Silver Certification**. - **Set No Certification** -Sets the dashbaord certification to *None*. +Sets the dashboard certification to *None*. - **Set Bronze Certification** -Sets the dashbaord certification to *Bronze*. +Sets the dashboard certification to *Bronze*. - **Set Silver Certification** -Sets the dashbaord certification to *Silver*. +Sets the dashboard certification to *Silver*. - **Set Gold Certification** -Sets the dashbaord certification to *Gold*. +Sets the dashboard certification to *Gold*. diff --git a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/default-workflows/glossary-approval.md b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/default-workflows/glossary-approval.md index 6fa986c24fa..bd1024b5233 100644 --- a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/default-workflows/glossary-approval.md +++ b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/default-workflows/glossary-approval.md @@ -9,7 +9,7 @@ collate: true The **Glossary Approval Workflow** is designed to define the process of updating the status of Glossary Terms within Collate. It is triggered when a Glossary Term is created or updated and it ensures it undergoes a review process until it reaches the desired status. -{% image src="/images/v1.6/how-to-guides/governance/workflows-glossary-approval" alt="glossary-approval" /%} +{% image src="/images/v1.6/how-to-guides/governance/workflows-glossary-approval.png" alt="glossary-approval" /%} ## Workflow Elements diff --git a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/default-workflows/table-certification.md b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/default-workflows/table-certification.md index 6096f40267c..e8efd1cea6c 100644 --- a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/default-workflows/table-certification.md +++ b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/default-workflows/table-certification.md @@ -9,7 +9,7 @@ collate: true The **Table Certification Workflow** is a periodic batch workflow designed to automatically manage the certification process for tables within Collate. It is triggered periodically based on the configured scheduled, it fetches the assets based on the filters and it certifies tables based on their attributes. -{% image src="/images/v1.6/how-to-guides/governance/workflows-table-certification" alt="table-certification" /%} +{% image src="/images/v1.6/how-to-guides/governance/workflows-table-certification.png" alt="table-certification" /%} ## Workflow Elements diff --git a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/nodes/check-entity-attributes.md b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/nodes/check-entity-attributes.md index acfe2eb99c4..d00225abea8 100644 --- a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/nodes/check-entity-attributes.md +++ b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/nodes/check-entity-attributes.md @@ -20,4 +20,4 @@ We can see an example of this node's configuration below, where we define that i - That the **Owners** attribute is set. - That the **Description** attribute is set. -{% image src="/images/v1.6/how-to-guides/governance/workflows-check-entity-attributes" alt="check-entity-attributes" /%} +{% image src="/images/v1.6/how-to-guides/governance/workflows-check-entity-attributes.png" alt="check-entity-attributes" /%} diff --git a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/nodes/create-user-task.md b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/nodes/create-user-task.md index 84b3ba99eff..acac3181823 100644 --- a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/nodes/create-user-task.md +++ b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/nodes/create-user-task.md @@ -21,4 +21,4 @@ After you define a **Display Name** and a **Description** for this node, you can We can see an example of this node's configuration below: -{% image src="/images/v1.6/how-to-guides/governance/workflows-create-user-task" alt="create-user-task" /%} +{% image src="/images/v1.6/how-to-guides/governance/workflows-create-user-task.png" alt="create-user-task" /%} diff --git a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/nodes/set-asset-certification.md b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/nodes/set-asset-certification.md index 4b745417e59..ceb49499dac 100644 --- a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/nodes/set-asset-certification.md +++ b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/nodes/set-asset-certification.md @@ -17,4 +17,4 @@ After you define a **Display Name** and a **Description** for this node, you can We can see an example of this node's configuration below: -{% image src="/images/v1.6/how-to-guides/governance/workflows-set-asset-certification" alt="set-asset-certification" /%} +{% image src="/images/v1.6/how-to-guides/governance/workflows-set-asset-certification.png" alt="set-asset-certification" /%} diff --git a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/nodes/set-glossary-term-status.md b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/nodes/set-glossary-term-status.md index f4597a52f66..2b30c80c46d 100644 --- a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/nodes/set-glossary-term-status.md +++ b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/nodes/set-glossary-term-status.md @@ -18,4 +18,4 @@ After you define a **Display Name** and a **Description** for this node, you can We can see an example of this node's configuration below: -{% image src="/images/v1.6/how-to-guides/governance/workflows-set-glossary-term-status" alt="set-glossary-term-status" /%} +{% image src="/images/v1.6/how-to-guides/governance/workflows-set-glossary-term-status.png" alt="set-glossary-term-status" /%} diff --git a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/triggers/event-based-entity-trigger.md b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/triggers/event-based-entity-trigger.md index d1e897b458f..87e8d7a5637 100644 --- a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/triggers/event-based-entity-trigger.md +++ b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/triggers/event-based-entity-trigger.md @@ -26,4 +26,4 @@ Additionally, this trigger allows fine-tuning by excluding certain events that m As an example we can check the default **Glossary Approval Workflow**, shipped with Collate. -{% image src="/images/v1.6/how-to-guides/governance/workflows-event-based-entity-trigger" alt="event-based-entity-trigger-example" /%} +{% image src="/images/v1.6/how-to-guides/governance/workflows-event-based-entity-trigger.png" alt="event-based-entity-trigger-example" /%} diff --git a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/triggers/periodic-batch-entity-trigger.md b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/triggers/periodic-batch-entity-trigger.md index b9cc3a27244..54a57770b21 100644 --- a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/triggers/periodic-batch-entity-trigger.md +++ b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/elements/triggers/periodic-batch-entity-trigger.md @@ -26,4 +26,4 @@ Additionally, this trigger allows to optionally define the BatchSize to improve As an example we can check the default **Table Certification Workflow**, shipped with Collate. -{% image src="/images/v1.6/how-to-guides/governance/workflows-periodic-batch-entity-trigger" alt="periodic-batch-entity-trigger" /%} +{% image src="/images/v1.6/how-to-guides/governance/workflows-periodic-batch-entity-trigger.png" alt="periodic-batch-entity-trigger" /%} diff --git a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/how-to-edit-workflow.md b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/how-to-edit-workflow.md index 74243a3c610..507600a3ec8 100644 --- a/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/how-to-edit-workflow.md +++ b/openmetadata-docs/content/v1.6.x/how-to-guides/data-governance/workflows/how-to-edit-workflow.md @@ -12,22 +12,22 @@ This is a small How-To guide to help you understand how to easily edit the workf 1. Click on the **Configuration** tab -{% image src="/images/v1.6/how-to-guides/governance/workflows-how-to-edit-configuration" alt="how-to-edit-configuration-click" /%} +{% image src="/images/v1.6/how-to-guides/governance/workflows-how-to-edit-configuration.png" alt="how-to-edit-configuration-click" /%} 2. Edit the needed fields and **Save** -{% image src="/images/v1.6/how-to-guides/governance/workflows-how-to-edit-configuration-page" alt="how-to-edit-configuration-page" /%} +{% image src="/images/v1.6/how-to-guides/governance/workflows-how-to-edit-configuration-page.png" alt="how-to-edit-configuration-page" /%} ## Edit Nodes 1. Click on the **Workflow** tab -{% image src="/images/v1.6/how-to-guides/governance/workflows-how-to-edit-workflow" alt="how-to-edit-workflow" /%} +{% image src="/images/v1.6/how-to-guides/governance/workflows-how-to-edit-workflow.png" alt="how-to-edit-workflow" /%} 2. Click on the **Node** that you wish you edit -{% image src="/images/v1.6/how-to-guides/governance/workflows-how-to-edit-node-click" alt="how-to-edit-node-click" /%} +{% image src="/images/v1.6/how-to-guides/governance/workflows-how-to-edit-node-click.png" alt="how-to-edit-node-click" /%} 3. Edit the needed fields and **Submit** -{% image src="/images/v1.6/how-to-guides/governance/workflows-how-to-edit-node-page" alt="how-to-edit-node-page" /%} +{% image src="/images/v1.6/how-to-guides/governance/workflows-how-to-edit-node-page.png" alt="how-to-edit-node-page" /%}