Fix the documentation links (#20130)

This commit is contained in:
Aniket Katkar 2025-03-07 09:54:14 +05:30 committed by GitHub
parent 46947277c4
commit 1b137b7f65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 25 additions and 25 deletions

View File

@ -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*.

View File

@ -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

View File

@ -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

View File

@ -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" /%}

View File

@ -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" /%}

View File

@ -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" /%}

View File

@ -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" /%}

View File

@ -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" /%}

View File

@ -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" /%}

View File

@ -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" /%}