mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-13 00:22:23 +00:00
Update conn_test.py (#15385)
This commit is contained in:
parent
ec503c3afc
commit
c61ab94ff4
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user