Tables
A Table is the most feature-rich entity in OpenMetadata. It belongs to a DatabaseSchema and represents a structured dataset with columns, profiles, sample data, lineage, and more.Entity schema follows the OpenMetadata Standard.
Entity Hierarchy
Tables sit at the bottom of the database hierarchy:FQN Format
A table’s fully qualified name follows the pattern:snowflake_prod.analytics.public.customers
SDK References
- Python:
from metadata.sdk.entities import Table - Java:
org.openmetadata.sdk.entities.Tables/org.openmetadata.sdk.fluent.Tables