We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a294367 commit f836392Copy full SHA for f836392
sqlanalytics/api/query.go
@@ -9,7 +9,7 @@ type Query struct {
9
ID string `json:"id,omitempty"`
10
DataSourceID string `json:"data_source_id"`
11
Name string `json:"name"`
12
- Description string `json:"description,omitempty"`
+ Description string `json:"description"`
13
Query string `json:"query"`
14
Schedule *QuerySchedule `json:"schedule,omitempty"`
15
Options *QueryOptions `json:"options,omitempty"`
0 commit comments