Skip to content

Commit 2481b7a

Browse files
committed
Fix DatasourceItem re. Unexpected keyword argument 'default'
Compensate for a dashboard that apparently trips processing.
1 parent 795f9e2 commit 2481b7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grafana_wtf/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ class DatasourceItem:
167167
name: Optional[str] = None
168168
type: Optional[str] = None
169169
url: Optional[str] = None
170+
default: Optional[str] = None
170171

171172
@classmethod
172173
def from_payload(cls, payload: any):

0 commit comments

Comments
 (0)