mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
fix: can't sync temporal flag on virtual table (#19366)
This commit is contained in:
@@ -477,8 +477,8 @@ class TestSqlLab(SupersetTestCase):
|
||||
"datasourceName": f"test_viz_flow_table_{random()}",
|
||||
"schema": "superset",
|
||||
"columns": [
|
||||
{"is_date": False, "type": "STRING", "name": f"viz_type_{random()}"},
|
||||
{"is_date": False, "type": "OBJECT", "name": f"ccount_{random()}"},
|
||||
{"is_dttm": False, "type": "STRING", "name": f"viz_type_{random()}"},
|
||||
{"is_dttm": False, "type": "OBJECT", "name": f"ccount_{random()}"},
|
||||
],
|
||||
"sql": """\
|
||||
SELECT *
|
||||
@@ -507,8 +507,8 @@ class TestSqlLab(SupersetTestCase):
|
||||
"chartType": "dist_bar",
|
||||
"schema": "superset",
|
||||
"columns": [
|
||||
{"is_date": False, "type": "STRING", "name": f"viz_type_{random()}"},
|
||||
{"is_date": False, "type": "OBJECT", "name": f"ccount_{random()}"},
|
||||
{"is_dttm": False, "type": "STRING", "name": f"viz_type_{random()}"},
|
||||
{"is_dttm": False, "type": "OBJECT", "name": f"ccount_{random()}"},
|
||||
],
|
||||
"sql": """\
|
||||
SELECT *
|
||||
|
||||
Reference in New Issue
Block a user