mirror of
https://github.com/apache/superset.git
synced 2026-07-09 08:15:49 +00:00
- get_table: reject a time_column that doesn't exist or isn't marked as a datetime column, instead of passing it through to the query engine and surfacing a cryptic downstream error - add unit tests for get_table, get_compatible_dimensions, and get_compatible_metrics (previously only list_metrics had coverage)