Skip to main content

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:
For example: 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

API Endpoints

CRUD Operations

Versions

Import / Export

Sample Data

Profiler & Profile Data

Pipeline Observability

Relationships & Data Model

Custom Metrics

Followers & Votes

Query & Usage

Tests

Lineage

Entity Relationships