Skip to content

Commit 25f4448

Browse files
authored
Update hdbcli dependency (#18185)
1 parent c52d3a9 commit 25f4448

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

sap_hana/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The SAP HANA check is included in the [Datadog Agent][2] package. To use this in
1414
For Unix:
1515

1616
```text
17-
sudo -Hu dd-agent /opt/datadog-agent/embedded/bin/pip install hdbcli==2.10.15
17+
sudo -Hu dd-agent /opt/datadog-agent/embedded/bin/pip install hdbcli==2.21.28
1818
```
1919

2020
For Windows:
2121

2222
```text
23-
"C:\Program Files\Datadog\Datadog Agent\embedded<PYTHON_MAJOR_VERSION>\python.exe" -m pip install hdbcli==2.10.15
23+
"C:\Program Files\Datadog\Datadog Agent\embedded<PYTHON_MAJOR_VERSION>\python.exe" -m pip install hdbcli==2.21.28
2424
```
2525

2626
#### Prepare HANA

sap_hana/hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[envs.default]
44
dependencies = [
5-
"hdbcli==2.10.15",
5+
"hdbcli==2.21.28",
66
]
77

88
[[envs.default.matrix]]

sap_hana/tests/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
CONFIG = {'server': SERVER, 'port': PORT, 'username': 'datadog', 'password': 'Datadog9000', 'timeout': TIMEOUT}
1515
ADMIN_CONFIG = {'server': SERVER, 'port': PORT, 'username': 'system', 'password': 'Admin1337'}
1616

17-
E2E_METADATA = {'start_commands': ['pip install hdbcli==2.10.15']}
17+
E2E_METADATA = {'start_commands': ['pip install hdbcli==2.21.28']}
1818

1919
CAN_CONNECT_SERVICE_CHECK = 'sap_hana.{}'.format(SapHanaCheck.SERVICE_CHECK_CONNECT)
2020

0 commit comments

Comments
 (0)