mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
feat: command to test DB engine specs (#24918)
This commit is contained in:
@@ -95,7 +95,7 @@ class SqliteEngineSpec(BaseEngineSpec):
|
||||
"DATETIME({col}, 'start of day', 'weekday 1', '-7 days')"
|
||||
),
|
||||
}
|
||||
# not sure why these are diffenret
|
||||
# not sure why these are different
|
||||
_time_grain_expressions.update(
|
||||
{
|
||||
TimeGrain.HALF_HOUR: _time_grain_expressions[TimeGrain.THIRTY_MINUTES],
|
||||
|
||||
Reference in New Issue
Block a user