We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec87592 commit 9127bdaCopy full SHA for 9127bda
tests/core/engine_adapter/integration/test_integration.py
@@ -1756,6 +1756,7 @@ def test_dialects(ctx: TestContext):
1756
{
1757
"default": pd.Timestamp("2020-01-01 00:00:00+00:00"),
1758
"clickhouse": pd.Timestamp("2020-01-01 00:00:00"),
1759
+ "fabric": pd.Timestamp("2020-01-01 00:00:00"),
1760
"mysql": pd.Timestamp("2020-01-01 00:00:00"),
1761
"spark": pd.Timestamp("2020-01-01 00:00:00"),
1762
"databricks": pd.Timestamp("2020-01-01 00:00:00"),
0 commit comments