Skip to content

Commit 0f38d4e

Browse files
update (#3232)
1 parent f0f5c37 commit 0f38d4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clusters/clusters_api.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,22 +194,22 @@ type S3StorageInfo struct {
194194

195195
// GcsStorageInfo contains the struct for when storing files in GCS
196196
type GcsStorageInfo struct {
197-
Destination string `json:"destination,omitempty"`
197+
Destination string `json:"destination"`
198198
}
199199

200200
// AbfssStorageInfo contains the struct for when storing files in ADLS
201201
type AbfssStorageInfo struct {
202-
Destination string `json:"destination,omitempty"`
202+
Destination string `json:"destination"`
203203
}
204204

205205
// LocalFileInfo represents a local file on disk, e.g. in a customer's container.
206206
type LocalFileInfo struct {
207-
Destination string `json:"destination,omitempty"`
207+
Destination string `json:"destination"`
208208
}
209209

210210
// WorkspaceFileInfo represents a file in the Databricks workspace.
211211
type WorkspaceFileInfo struct {
212-
Destination string `json:"destination,omitempty"`
212+
Destination string `json:"destination"`
213213
}
214214

215215
// StorageInfo contains the struct for either DBFS or S3 storage depending on which one is relevant.

0 commit comments

Comments
 (0)