This commit is contained in:
Pieter Noordhuis 2024-10-01 10:47:20 -07:00
parent 8186da8e67
commit 0301854a43
No known key found for this signature in database
GPG Key ID: 12ACCCC104CF2930
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ type Dashboard struct {
// WarehouseID is the ID of the SQL Warehouse used to run the dashboard's queries.
WarehouseID string `json:"warehouse_id"`
// SerializedDashboard is the contents of the dashboard in serialized JSON form.
// SerializedDashboard holds the contents of the dashboard in serialized JSON form.
// Note: its type is any and not string such that it can be inlined as YAML.
// If it is not a string, its contents will be marshalled as JSON.
SerializedDashboard any `json:"serialized_dashboard,omitempty"`