mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(db_engine_specs): Update convert_dttm to work correctly with CrateDB (#27567)
This commit is contained in:
@@ -59,7 +59,7 @@ def test_alter_new_orm_column() -> None:
|
||||
@pytest.mark.parametrize(
|
||||
"target_type,expected_result",
|
||||
[
|
||||
("TimeStamp", "1546398245678.9"),
|
||||
("TimeStamp", "CAST('2019-01-02T03:04:05.678900' AS TIMESTAMP)"),
|
||||
("UnknownType", None),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user