File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -194,22 +194,22 @@ type S3StorageInfo struct {
194194
195195// GcsStorageInfo contains the struct for when storing files in GCS
196196type 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
201201type 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.
206206type LocalFileInfo struct {
207- Destination string `json:"destination,omitempty "`
207+ Destination string `json:"destination"`
208208}
209209
210210// WorkspaceFileInfo represents a file in the Databricks workspace.
211211type 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.
You can’t perform that action at this time.
0 commit comments