Docs: ER Diagram Video Addition (#20176)

This commit is contained in:
Rounak Dhillon 2025-03-11 14:29:25 +05:30 committed by GitHub
parent 849af7a192
commit f21e9f1cb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

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

View File

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