describe_table
Describe table schema using InfluxDB metadata to identify tag and field roles. Use before retrying SQL queries that fail on unknown-field selectors.
Instructions
Describe table schema using InfluxDB metadata. Unknown tag/field roles are returned as category=unknown instead of guessed. Use this before retrying SQL queries that fail on quoted wildcard or unknown-field selectors; expand matching fields explicitly and run one bounded query_sql.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | Yes | Database name containing the table | |
| table | Yes | Table or measurement name to describe |