mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 04:14:34 +00:00
Fix the documentation links (#20130)
This commit is contained in:
parent
46947277c4
commit
1b137b7f65
@ -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*.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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" /%}
|
||||
|
@ -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" /%}
|
||||
|
@ -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" /%}
|
||||
|
@ -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" /%}
|
||||
|
@ -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" /%}
|
||||
|
@ -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" /%}
|
||||
|
@ -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" /%}
|
||||
|
Loading…
x
Reference in New Issue
Block a user