mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-23 16:38:17 +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
e2e32d9f0c
commit
8c5d9ab0ca
@ -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