From f21e9f1cb65bd965d41fb5ce130f95202eb315cc Mon Sep 17 00:00:00 2001 From: Rounak Dhillon <162090200+RounakDhillon@users.noreply.github.com> Date: Tue, 11 Mar 2025 14:29:25 +0530 Subject: [PATCH] Docs: ER Diagram Video Addition (#20176) --- .../content/v1.6.x/how-to-guides/data-discovery/er-diagrams.md | 2 ++ .../v1.7.x-SNAPSHOT/how-to-guides/data-discovery/er-diagrams.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/openmetadata-docs/content/v1.6.x/how-to-guides/data-discovery/er-diagrams.md b/openmetadata-docs/content/v1.6.x/how-to-guides/data-discovery/er-diagrams.md index d63f6b96a05..0aa99d9641a 100644 --- a/openmetadata-docs/content/v1.6.x/how-to-guides/data-discovery/er-diagrams.md +++ b/openmetadata-docs/content/v1.6.x/how-to-guides/data-discovery/er-diagrams.md @@ -10,6 +10,8 @@ collate: true Entity Relationship (ER) Diagrams in Collate provide a visual representation of how tables are connected within a database. These diagrams offer a complete picture of your data structure by automatically detecting relationships based on constraints such as **primary keys** and **foreign keys** during metadata ingestion. +{% youtube videoId="3m2xHpIsYuM" start="0:00" end="1:30" width="800px" height="450px" /%} + ## Automatic Detection of Relationships Collate's [**metadata ingestion workflow**](/connectors/ingestion/workflows/metadata) identifies and extracts table relationships, ensuring that **primary key** and **foreign key** constraints are accurately represented. Once ingestion is completed, users can access ER diagrams at both the **table level** and **database schema level**. diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/how-to-guides/data-discovery/er-diagrams.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/how-to-guides/data-discovery/er-diagrams.md index f71082bc004..c97927b9cb4 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/how-to-guides/data-discovery/er-diagrams.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/how-to-guides/data-discovery/er-diagrams.md @@ -10,6 +10,8 @@ collate: true Entity Relationship (ER) Diagrams in Collate provide a visual representation of how tables are connected within a database. These diagrams offer a complete picture of your data structure by automatically detecting relationships based on constraints such as **primary keys** and **foreign keys** during metadata ingestion. +{% youtube videoId="3m2xHpIsYuM" start="0:00" end="1:30" width="800px" height="450px" /%} + ## Automatic Detection of Relationships Collate's [**metadata ingestion workflow**](/connectors/ingestion/workflows/metadata) identifies and extracts table relationships, ensuring that **primary key** and **foreign key** constraints are accurately represented. Once ingestion is completed, users can access ER diagrams at both the **table level** and **database schema level**.