File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments