get-table-by-name
Retrieve detailed metadata for any table in OpenMetadata using its fully qualified name (service.db.schema.table). Returns schema, columns, owners, and other fields.
Instructions
Get table details by fully qualified name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqn | Yes | FQN (e.g. 'service.db.schema.table') | |
| fields | No | OpenMetadata fields to include | |
| include | No | ||
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |