Skip to content

Commit 22391a8

Browse files
grammar
1 parent c465f89 commit 22391a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundle/config/resources/dashboard.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ type DashboardConfig struct {
5959

6060
// DatasetCatalog sets the default catalog for all datasets in this dashboard.
6161
// When set, this overrides the catalog specified in individual dataset definitions.
62-
// These are request only parameters and not returned by the GET API.
62+
// This is a request only parameter and not returned by the GET API.
6363
DatasetCatalog string `json:"dataset_catalog,omitempty"`
6464

6565
// DatasetSchema sets the default schema for all datasets in this dashboard.
6666
// When set, this overrides the schema specified in individual dataset definitions.
67-
// These are request only parameters and not returned by the GET API.
67+
// This is a request only parameter and not returned by the GET API.
6868
DatasetSchema string `json:"dataset_schema,omitempty"`
6969
}
7070

0 commit comments

Comments
 (0)