diff --git a/openmetadata-docs/content/v1.7.x/how-to-guides/data-discovery/table-constraint.md b/openmetadata-docs/content/v1.7.x/how-to-guides/data-discovery/table-constraint.md index 874b715fa8e..4112155c7dd 100644 --- a/openmetadata-docs/content/v1.7.x/how-to-guides/data-discovery/table-constraint.md +++ b/openmetadata-docs/content/v1.7.x/how-to-guides/data-discovery/table-constraint.md @@ -3,7 +3,7 @@ title: Managing and Editing Table Constraint in OpenMetadata slug: /how-to-guides/data-discovery/table-constraint --- -# table constraint +# Table Constraint ​In OpenMetadata, **table constraint** are integral to understanding the relationships between tables, enhancing data discovery, and facilitating comprehensive data lineage tracking. By default, the ingestion process captures these constraints, allowing users to visualize and manage table relationships effectively.​ @@ -11,10 +11,6 @@ slug: /how-to-guides/data-discovery/table-constraint Once the metadata ingestion is complete, foreign key relationships can be explored within the OpenMetadata UI:​ -## Viewing table constraint - -Once the metadata ingestion is complete, foreign key relationships can be explored within the OpenMetadata UI:​ - ### Navigate to the Table Details Page: - Access the desired table within the OpenMetadata interface. @@ -25,7 +21,7 @@ caption="Navigate to the Table Details Page" /%} ### Explore Table Constraints: -- Table constraint are displayed, detailing the relationships between the current table and its related tables. [OpenMetadata Docs+6GitHub+6OpenMetadata Docs+6](https://github.com/open-metadata/OpenMetadata/issues/10583) +- Table constraint are displayed, detailing the relationships between the current table and its related tables. [OpenMetadata referred column for foreign key](https://github.com/open-metadata/OpenMetadata/issues/10583) {% image src="/images/v1.7/how-to-guides/discovery/foreign-key2.png" @@ -46,7 +42,7 @@ To modify table constraint:[​GitHub](https://github.com/open-metadata/OpenMeta - Navigate to the table's schema view within the OpenMetadata UI.​ {% image -src="/images/v1.7/how-to-guides/discovery/foreign-key1.png" +src="/images/v1.7/how-to-guides/discovery/foreign-key4.png" alt="Access the Table's Schema" caption="Access the Table's Schema" /%} diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/how-to-guides/data-discovery/table-constraint.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/how-to-guides/data-discovery/table-constraint.md index 662afc205e2..6a41e845d21 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/how-to-guides/data-discovery/table-constraint.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/how-to-guides/data-discovery/table-constraint.md @@ -3,7 +3,7 @@ title: Managing and Editing Table Constraint in OpenMetadata slug: /how-to-guides/data-discovery/table-constraint --- -# table constraint +# Table Constraint ​In OpenMetadata, **table constraint** are integral to understanding the relationships between tables, enhancing data discovery, and facilitating comprehensive data lineage tracking. By default, the ingestion process captures these constraints, allowing users to visualize and manage table relationships effectively.​ @@ -11,10 +11,6 @@ slug: /how-to-guides/data-discovery/table-constraint Once the metadata ingestion is complete, foreign key relationships can be explored within the OpenMetadata UI:​ -## Viewing table constraint - -Once the metadata ingestion is complete, foreign key relationships can be explored within the OpenMetadata UI:​ - ### Navigate to the Table Details Page: - Access the desired table within the OpenMetadata interface. @@ -25,7 +21,7 @@ caption="Navigate to the Table Details Page" /%} ### Explore Table Constraints: -- Table constraint are displayed, detailing the relationships between the current table and its related tables. [OpenMetadata Docs+6GitHub+6OpenMetadata Docs+6](https://github.com/open-metadata/OpenMetadata/issues/10583) +- Table constraint are displayed, detailing the relationships between the current table and its related tables. [OpenMetadata referred column for foreign key](https://github.com/open-metadata/OpenMetadata/issues/10583) {% image src="/images/v1.8/how-to-guides/discovery/foreign-key2.png" @@ -46,7 +42,7 @@ To modify table constraint:[​GitHub](https://github.com/open-metadata/OpenMeta - Navigate to the table's schema view within the OpenMetadata UI.​ {% image -src="/images/v1.8/how-to-guides/discovery/foreign-key1.png" +src="/images/v1.8/how-to-guides/discovery/foreign-key4.png" alt="Access the Table's Schema" caption="Access the Table's Schema" /%} diff --git a/openmetadata-docs/images/v1.7/how-to-guides/discovery/foreign-key1.png b/openmetadata-docs/images/v1.7/how-to-guides/discovery/foreign-key1.png index 83790c8c7ce..5ca270afe10 100644 Binary files a/openmetadata-docs/images/v1.7/how-to-guides/discovery/foreign-key1.png and b/openmetadata-docs/images/v1.7/how-to-guides/discovery/foreign-key1.png differ diff --git a/openmetadata-docs/images/v1.7/how-to-guides/discovery/foreign-key2.png b/openmetadata-docs/images/v1.7/how-to-guides/discovery/foreign-key2.png index 5035af9e6f8..88f2d0c6026 100644 Binary files a/openmetadata-docs/images/v1.7/how-to-guides/discovery/foreign-key2.png and b/openmetadata-docs/images/v1.7/how-to-guides/discovery/foreign-key2.png differ diff --git a/openmetadata-docs/images/v1.7/how-to-guides/discovery/foreign-key3.png b/openmetadata-docs/images/v1.7/how-to-guides/discovery/foreign-key3.png index 8cbe48ef5e1..ee9d5219441 100644 Binary files a/openmetadata-docs/images/v1.7/how-to-guides/discovery/foreign-key3.png and b/openmetadata-docs/images/v1.7/how-to-guides/discovery/foreign-key3.png differ diff --git a/openmetadata-docs/images/v1.7/how-to-guides/discovery/foreign-key4.png b/openmetadata-docs/images/v1.7/how-to-guides/discovery/foreign-key4.png new file mode 100644 index 00000000000..707411004f3 Binary files /dev/null and b/openmetadata-docs/images/v1.7/how-to-guides/discovery/foreign-key4.png differ diff --git a/openmetadata-docs/images/v1.8/how-to-guides/discovery/foreign-key1.png b/openmetadata-docs/images/v1.8/how-to-guides/discovery/foreign-key1.png index 83790c8c7ce..5ca270afe10 100644 Binary files a/openmetadata-docs/images/v1.8/how-to-guides/discovery/foreign-key1.png and b/openmetadata-docs/images/v1.8/how-to-guides/discovery/foreign-key1.png differ diff --git a/openmetadata-docs/images/v1.8/how-to-guides/discovery/foreign-key2.png b/openmetadata-docs/images/v1.8/how-to-guides/discovery/foreign-key2.png index 5035af9e6f8..88f2d0c6026 100644 Binary files a/openmetadata-docs/images/v1.8/how-to-guides/discovery/foreign-key2.png and b/openmetadata-docs/images/v1.8/how-to-guides/discovery/foreign-key2.png differ diff --git a/openmetadata-docs/images/v1.8/how-to-guides/discovery/foreign-key3.png b/openmetadata-docs/images/v1.8/how-to-guides/discovery/foreign-key3.png index 8cbe48ef5e1..ee9d5219441 100644 Binary files a/openmetadata-docs/images/v1.8/how-to-guides/discovery/foreign-key3.png and b/openmetadata-docs/images/v1.8/how-to-guides/discovery/foreign-key3.png differ diff --git a/openmetadata-docs/images/v1.8/how-to-guides/discovery/foreign-key4.png b/openmetadata-docs/images/v1.8/how-to-guides/discovery/foreign-key4.png new file mode 100644 index 00000000000..707411004f3 Binary files /dev/null and b/openmetadata-docs/images/v1.8/how-to-guides/discovery/foreign-key4.png differ