describe_engine_capabilities
Check which cost signals are exact or approximate for BigQuery, Snowflake, or Databricks before estimating query cost or running bounded queries, so you know how much to trust each accuracy tier.
Instructions
Declare which cost signals are exact vs. approximate for the given warehouse engine.
Call this before estimate_query_cost or run_query_bounded to understand how much to trust the accuracy_tier on their responses for this engine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engine | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engine | Yes | ||
| known_gaps | No | ||
| default_accuracy_tier | Yes | ||
| supports_precise_bytes | Yes | ||
| supports_dollar_estimate | Yes |