mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 20:51:26 +00:00
MINOR: Update DB2 dependencies to fix issue about not having ibm-db installed (#18192)
* Update DB2 dependencies to fix issue about not having ibm-db installed * Fix checkstyle
This commit is contained in:
parent
851bd54491
commit
02d9494e7f
@ -183,7 +183,7 @@ plugins: Dict[str, Set[str]] = {
|
||||
VERSIONS["azure-storage-blob"],
|
||||
VERSIONS["azure-identity"],
|
||||
},
|
||||
"db2": {"ibm-db-sa~=0.3"},
|
||||
"db2": {"ibm-db-sa~=0.4.1", "ibm-db>=2.0.0"},
|
||||
"db2-ibmi": {"sqlalchemy-ibmi~=0.9.3"},
|
||||
"databricks": {
|
||||
VERSIONS["sqlalchemy-databricks"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user