mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-20 23:18:01 +00:00
Docs: Foreign Key Constraints Doc Updation (#20528)
* Docs: Foreign Key Constraints Doc Updation * Docs: Foreign Key Constraints Doc Updation --------- Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
This commit is contained in:
parent
4519d6323e
commit
f2785f9ddf
@ -651,6 +651,8 @@ site_menu:
|
|||||||
url: /how-to-guides/data-discovery/import
|
url: /how-to-guides/data-discovery/import
|
||||||
- category: How-to Guides / Data Discovery / How to Export Data Asset
|
- category: How-to Guides / Data Discovery / How to Export Data Asset
|
||||||
url: /how-to-guides/data-discovery/export
|
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
|
- category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension
|
||||||
url: /how-to-guides/data-discovery/openmetadata-extension
|
url: /how-to-guides/data-discovery/openmetadata-extension
|
||||||
- category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension / Viewing Activity Feeds and Managing Tasks
|
- category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension / Viewing Activity Feeds and Managing Tasks
|
||||||
|
@ -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.
|
@ -821,6 +821,8 @@ site_menu:
|
|||||||
url: /how-to-guides/data-discovery/advanced
|
url: /how-to-guides/data-discovery/advanced
|
||||||
- category: How-to Guides / Data Discovery / Troubleshooting
|
- category: How-to Guides / Data Discovery / Troubleshooting
|
||||||
url: /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
|
- category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension
|
||||||
url: /how-to-guides/data-discovery/openmetadata-extension
|
url: /how-to-guides/data-discovery/openmetadata-extension
|
||||||
- category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension / Viewing Activity Feeds and Managing Tasks
|
- category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension / Viewing Activity Feeds and Managing Tasks
|
||||||
|
@ -665,6 +665,8 @@ site_menu:
|
|||||||
url: /how-to-guides/data-discovery/import
|
url: /how-to-guides/data-discovery/import
|
||||||
- category: How-to Guides / Data Discovery / How to Export Data Asset
|
- category: How-to Guides / Data Discovery / How to Export Data Asset
|
||||||
url: /how-to-guides/data-discovery/export
|
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
|
- category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension
|
||||||
url: /how-to-guides/data-discovery/openmetadata-extension
|
url: /how-to-guides/data-discovery/openmetadata-extension
|
||||||
- category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension / Viewing Activity Feeds and Managing Tasks
|
- category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension / Viewing Activity Feeds and Managing Tasks
|
||||||
|
@ -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.
|
@ -833,6 +833,8 @@ site_menu:
|
|||||||
url: /how-to-guides/data-discovery/advanced
|
url: /how-to-guides/data-discovery/advanced
|
||||||
- category: How-to Guides / Data Discovery / Troubleshooting
|
- category: How-to Guides / Data Discovery / Troubleshooting
|
||||||
url: /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
|
- category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension
|
||||||
url: /how-to-guides/data-discovery/openmetadata-extension
|
url: /how-to-guides/data-discovery/openmetadata-extension
|
||||||
- category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension / Viewing Activity Feeds and Managing Tasks
|
- category: How-to Guides / Data Discovery / OpenMetadata Chrome Extension / Viewing Activity Feeds and Managing Tasks
|
||||||
|
Binary file not shown.
After Width: | Height: | Size: 472 KiB |
Binary file not shown.
After Width: | Height: | Size: 199 KiB |
Binary file not shown.
After Width: | Height: | Size: 411 KiB |
Binary file not shown.
After Width: | Height: | Size: 472 KiB |
Binary file not shown.
After Width: | Height: | Size: 199 KiB |
Binary file not shown.
After Width: | Height: | Size: 411 KiB |
Loading…
x
Reference in New Issue
Block a user