diff --git a/openmetadata-docs/content/v1.6.x/collate-menu.md b/openmetadata-docs/content/v1.6.x/collate-menu.md index d35643b5600..20119045b8c 100644 --- a/openmetadata-docs/content/v1.6.x/collate-menu.md +++ b/openmetadata-docs/content/v1.6.x/collate-menu.md @@ -651,6 +651,8 @@ site_menu: url: /how-to-guides/data-discovery/import - category: How-to Guides / Data Discovery / How to Export Data Asset url: /how-to-guides/data-discovery/export + - category: How-to Guides / Data Discovery / Table Constraint + url: /how-to-guides/data-discovery/table-constraint - category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension url: /how-to-guides/data-discovery/openmetadata-extension - category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension / Viewing Activity Feeds and Managing Tasks diff --git a/openmetadata-docs/content/v1.6.x/how-to-guides/data-discovery/table-constraint.md b/openmetadata-docs/content/v1.6.x/how-to-guides/data-discovery/table-constraint.md new file mode 100644 index 00000000000..67ab38405ee --- /dev/null +++ b/openmetadata-docs/content/v1.6.x/how-to-guides/data-discovery/table-constraint.md @@ -0,0 +1,63 @@ +--- +title: Managing and Editing Table Constraint in OpenMetadata +slug: /how-to-guides/data-discovery/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.​ + +## Viewing 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. + +{% image +src="/images/v1.6/how-to-guides/discovery/foreign-key1.png" +alt="Navigate to the Table Details Page" +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) + +{% image +src="/images/v1.6/how-to-guides/discovery/foreign-key2.png" +alt="Explore Table Constraints" +caption="Explore Table Constraints" +/%} + +This visualization aids in understanding data dependencies and supports effective data governance.​ + +## Editing table constraint: + +To modify table constraint:[​GitHub](https://github.com/open-metadata/OpenMetadata/issues/2895) + +### Ensure Appropriate Permissions: +- Confirm that you have the necessary edit permissions for the table.​ + +### Access the Table's Schema: +- Navigate to the table's schema view within the OpenMetadata UI.​ + +{% image +src="/images/v1.6/how-to-guides/discovery/foreign-key1.png" +alt="Access the Table's Schema" +caption="Access the Table's Schema" +/%} + +### Modify Constraints: +- Edit the table constraint as required.​ + +{% image +src="/images/v1.6/how-to-guides/discovery/foreign-key3.png" +alt="Modify Constraints" +caption="Modify Constraints" +/%} + +If the editing options are unavailable, it may indicate insufficient permissions or that the feature is not supported in your current OpenMetadata version. In such cases, consider upgrading to the latest version or consulting your administrator.​ diff --git a/openmetadata-docs/content/v1.6.x/menu.md b/openmetadata-docs/content/v1.6.x/menu.md index b2cca6f503b..6ac7f4d2dd1 100644 --- a/openmetadata-docs/content/v1.6.x/menu.md +++ b/openmetadata-docs/content/v1.6.x/menu.md @@ -821,6 +821,8 @@ site_menu: url: /how-to-guides/data-discovery/advanced - category: How-to Guides / Data Discovery / Troubleshooting url: /how-to-guides/data-discovery/troubleshooting + - category: How-to Guides / Data Discovery / Table Constraint + url: /how-to-guides/data-discovery/table-constraint - category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension url: /how-to-guides/data-discovery/openmetadata-extension - category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension / Viewing Activity Feeds and Managing Tasks diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/collate-menu.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/collate-menu.md index c7117fb886e..12b568d73b5 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/collate-menu.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/collate-menu.md @@ -665,6 +665,8 @@ site_menu: url: /how-to-guides/data-discovery/import - category: How-to Guides / Data Discovery / How to Export Data Asset url: /how-to-guides/data-discovery/export + - category: How-to Guides / Data Discovery / Table Constraint + url: /how-to-guides/data-discovery/table-constraint - category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension url: /how-to-guides/data-discovery/openmetadata-extension - category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension / Viewing Activity Feeds and Managing Tasks diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/how-to-guides/data-discovery/table-constraint.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/how-to-guides/data-discovery/table-constraint.md new file mode 100644 index 00000000000..874b715fa8e --- /dev/null +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/how-to-guides/data-discovery/table-constraint.md @@ -0,0 +1,63 @@ +--- +title: Managing and Editing Table Constraint in OpenMetadata +slug: /how-to-guides/data-discovery/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.​ + +## Viewing 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. + +{% image +src="/images/v1.7/how-to-guides/discovery/foreign-key1.png" +alt="Navigate to the Table Details Page" +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) + +{% image +src="/images/v1.7/how-to-guides/discovery/foreign-key2.png" +alt="Explore Table Constraints" +caption="Explore Table Constraints" +/%} + +This visualization aids in understanding data dependencies and supports effective data governance.​ + +## Editing table constraint: + +To modify table constraint:[​GitHub](https://github.com/open-metadata/OpenMetadata/issues/2895) + +### Ensure Appropriate Permissions: +- Confirm that you have the necessary edit permissions for the table.​ + +### Access the Table's Schema: +- Navigate to the table's schema view within the OpenMetadata UI.​ + +{% image +src="/images/v1.7/how-to-guides/discovery/foreign-key1.png" +alt="Access the Table's Schema" +caption="Access the Table's Schema" +/%} + +### Modify Constraints: +- Edit the table constraint as required.​ + +{% image +src="/images/v1.7/how-to-guides/discovery/foreign-key3.png" +alt="Modify Constraints" +caption="Modify Constraints" +/%} + +If the editing options are unavailable, it may indicate insufficient permissions or that the feature is not supported in your current OpenMetadata version. In such cases, consider upgrading to the latest version or consulting your administrator.​ diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/menu.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/menu.md index a6a8ebc23ba..066fea06cf5 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/menu.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/menu.md @@ -833,6 +833,8 @@ site_menu: url: /how-to-guides/data-discovery/advanced - category: How-to Guides / Data Discovery / Troubleshooting url: /how-to-guides/data-discovery/troubleshooting + - category: How-to Guides / Data Discovery / Table Constraint + url: /how-to-guides/data-discovery/table-constraint - category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension url: /how-to-guides/data-discovery/openmetadata-extension - category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension / Viewing Activity Feeds and Managing Tasks diff --git a/openmetadata-docs/images/v1.6/how-to-guides/discovery/foreign-key1.png b/openmetadata-docs/images/v1.6/how-to-guides/discovery/foreign-key1.png new file mode 100644 index 00000000000..83790c8c7ce Binary files /dev/null and b/openmetadata-docs/images/v1.6/how-to-guides/discovery/foreign-key1.png differ diff --git a/openmetadata-docs/images/v1.6/how-to-guides/discovery/foreign-key2.png b/openmetadata-docs/images/v1.6/how-to-guides/discovery/foreign-key2.png new file mode 100644 index 00000000000..5035af9e6f8 Binary files /dev/null and b/openmetadata-docs/images/v1.6/how-to-guides/discovery/foreign-key2.png differ diff --git a/openmetadata-docs/images/v1.6/how-to-guides/discovery/foreign-key3.png b/openmetadata-docs/images/v1.6/how-to-guides/discovery/foreign-key3.png new file mode 100644 index 00000000000..8cbe48ef5e1 Binary files /dev/null and b/openmetadata-docs/images/v1.6/how-to-guides/discovery/foreign-key3.png differ 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 new file mode 100644 index 00000000000..83790c8c7ce Binary files /dev/null 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 new file mode 100644 index 00000000000..5035af9e6f8 Binary files /dev/null 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 new file mode 100644 index 00000000000..8cbe48ef5e1 Binary files /dev/null and b/openmetadata-docs/images/v1.7/how-to-guides/discovery/foreign-key3.png differ