Skip to content

Commit

Permalink
Update hdbcli dependency (#18185)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Aug 3, 2024
1 parent c52d3a9 commit 25f4448
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sap_hana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ The SAP HANA check is included in the [Datadog Agent][2] package. To use this in
For Unix:

```text
sudo -Hu dd-agent /opt/datadog-agent/embedded/bin/pip install hdbcli==2.10.15
sudo -Hu dd-agent /opt/datadog-agent/embedded/bin/pip install hdbcli==2.21.28
```

For Windows:

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

#### Prepare HANA
Expand Down
2 changes: 1 addition & 1 deletion sap_hana/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[envs.default]
dependencies = [
"hdbcli==2.10.15",
"hdbcli==2.21.28",
]

[[envs.default.matrix]]
Expand Down
2 changes: 1 addition & 1 deletion sap_hana/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
CONFIG = {'server': SERVER, 'port': PORT, 'username': 'datadog', 'password': 'Datadog9000', 'timeout': TIMEOUT}
ADMIN_CONFIG = {'server': SERVER, 'port': PORT, 'username': 'system', 'password': 'Admin1337'}

E2E_METADATA = {'start_commands': ['pip install hdbcli==2.10.15']}
E2E_METADATA = {'start_commands': ['pip install hdbcli==2.21.28']}

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

Expand Down

0 comments on commit 25f4448

Please sign in to comment.