mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat(chart-data): add rowcount, timegrain and column result types (#13271)
* feat(chart-data): add rowcount, timegrain and column result types * break out actions from query_context * rename module
This commit is contained in:
@@ -271,7 +271,6 @@ def test_get_create_table_stmt() -> None:
|
||||
location = "s3a://directory/table"
|
||||
from unittest import TestCase
|
||||
|
||||
TestCase.maxDiff = None
|
||||
assert HiveEngineSpec.get_create_table_stmt(
|
||||
table, schema_def, location, ",", 0, [""]
|
||||
) == (
|
||||
|
||||
Reference in New Issue
Block a user