diff --git a/ingestion/src/metadata/profiler/orm/functions/conn_test.py b/ingestion/src/metadata/profiler/orm/functions/conn_test.py index 28941f6a9c4..02e598ff350 100644 --- a/ingestion/src/metadata/profiler/orm/functions/conn_test.py +++ b/ingestion/src/metadata/profiler/orm/functions/conn_test.py @@ -50,7 +50,7 @@ def _(*_, **__): @compiles(ConnTestFn, Dialects.IbmDbSa) @compiles(ConnTestFn, Dialects.Ibmi) def _(*_, **__): - return "SELECT 42 FROM SYSIBM.SYSDUMMY1;" + return "SELECT 42 FROM SYSIBM.SYSDUMMY1" @compiles(ConnTestFn, Dialects.Hana)