From 8c5d9ab0caae493311f1bdacbb9264dbafd50d04 Mon Sep 17 00:00:00 2001 From: IceS2 Date: Wed, 9 Oct 2024 18:39:29 +0200 Subject: [PATCH] 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 --- ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index ab5eb40dec4..6bdd87cff7d 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -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"],