We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1b78a commit f33fce3Copy full SHA for f33fce3
1 file changed
sqlmesh/core/context.py
@@ -2534,7 +2534,7 @@ def test_connection_config(self) -> ConnectionConfig:
2534
self._test_connection_config = self.config.get_test_connection(
2535
self.gateway,
2536
self.default_catalog,
2537
- default_catalog_dialect=self.engine_adapter.DIALECT,
+ default_catalog_dialect=self.config.dialect,
2538
)
2539
return self._test_connection_config
2540
0 commit comments