Files
openstack-helm/releasenotes/notes/grafana-b3fac6a311d115a6.yaml
Arina Stebenkova 0a60ab7ed8 [grafana] Adjust scripts for SQLAlchemy 2.0 compatibility
* wrap statements with `text()` where appropriate
* add commit handling for explicit transactions
* replace deprecated .execute() usage with SQLAlchemy 2.0 syntax

Change-Id: If528ed9240ede4478aba53249f0bfe2be41d8769
Signed-off-by: Arina Stebenkova <astebenkova@mirantis.com>
2025-09-09 22:10:07 +00:00

5 lines
73 B
YAML

---
grafana:
- Adjust Python code for SQLAlchemy 2.0 compatibility
...