mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-17 10:35:08 +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.IbmDbSa)
|
||||||
@compiles(ConnTestFn, Dialects.Ibmi)
|
@compiles(ConnTestFn, Dialects.Ibmi)
|
||||||
def _(*_, **__):
|
def _(*_, **__):
|
||||||
return "SELECT 42 FROM SYSIBM.SYSDUMMY1;"
|
return "SELECT 42 FROM SYSIBM.SYSDUMMY1"
|
||||||
|
|
||||||
|
|
||||||
@compiles(ConnTestFn, Dialects.Hana)
|
@compiles(ConnTestFn, Dialects.Hana)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user