Skip to content

Commit 92699a7

Browse files
committed
Chore: Add inline comment about database field deprecation notice
1 parent d53574f commit 92699a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

grafana_client/model.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ class DatasourceModel:
1919
"""
2020
Represent the minimum required fields to create a JSON payload suitable for
2121
submitting to the Grafana HTTP API.
22+
23+
TODO: Field `database` will be deprecated.
24+
https://github.com/grafana/grafana/issues/59115
2225
"""
2326

2427
name: str

0 commit comments

Comments
 (0)