mirror of
https://github.com/apache/superset.git
synced 2026-07-16 11:46:09 +00:00
The test_with_virtual_table_with_colons_as_datasource test was failing because it was using a query context template from birth_names dataset which has granularity='ds', but the virtual table created in the test doesn't have a 'ds' time column. Fixed by setting granularity to None since the test is focused on testing colon characters in queries, not time-series functionality.