Skip to content

Commit 9127bda

Browse files
feat(tests): add fabric timestamp handling in dialects test
1 parent ec87592 commit 9127bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/core/engine_adapter/integration/test_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,6 +1756,7 @@ def test_dialects(ctx: TestContext):
17561756
{
17571757
"default": pd.Timestamp("2020-01-01 00:00:00+00:00"),
17581758
"clickhouse": pd.Timestamp("2020-01-01 00:00:00"),
1759+
"fabric": pd.Timestamp("2020-01-01 00:00:00"),
17591760
"mysql": pd.Timestamp("2020-01-01 00:00:00"),
17601761
"spark": pd.Timestamp("2020-01-01 00:00:00"),
17611762
"databricks": pd.Timestamp("2020-01-01 00:00:00"),

0 commit comments

Comments
 (0)