databricks-cli/libs
shreyas-goenka 5166055efb
[DECO-553] Escape file path strings in URL (#228)
Tested manually

Before:
```
shreyas.goenka@THW32HFW6T test-dbx % bricks sync --full . /Repos/shreyas.goenka@databricks.com/test-dbx
2023/02/27 19:51:17 [INFO] Remote file sync location: /Repos/shreyas.goenka@databricks.com/test-dbx
2023/02/27 19:51:17 [INFO] Action: PUT: #foo.py, .gitignore
2023/02/27 19:51:19 [INFO] Uploaded .gitignore
Error: Creating file failed. An item with path /Repos/shreyas.goenka@databricks.com/test-dbx already exists
```

After:
```
shreyas.goenka@THW32HFW6T test-dbx % bricks sync --full . /Repos/shreyas.goenka@databricks.com/test-dbx
2023/02/27 19:51:46 [INFO] Remote file sync location: /Repos/shreyas.goenka@databricks.com/test-dbx
2023/02/27 19:51:46 [INFO] Action: PUT: #foo.py, .gitignore
2023/02/27 19:51:47 [INFO] Uploaded .gitignore
2023/02/27 19:51:47 [INFO] Uploaded #foo.py
```
2023-02-28 03:17:13 +01:00
..
auth Added `bricks auth login` and `bricks auth token` (#158) 2023-01-06 16:15:57 +01:00
filer Bump databricks-sdk-go to 0.3.2 (#215) 2023-02-20 16:00:20 +01:00
fileset Don't sync symlink folders (#205) 2023-02-15 17:02:54 +01:00
git Locate and use global excludes file (#191) 2023-02-02 12:25:53 +01:00
notebook Detect Jupyter notebook files (#219) 2023-02-21 13:49:01 +01:00
sync [DECO-553] Escape file path strings in URL (#228) 2023-02-28 03:17:13 +01:00
testfile Refactor and cover edge cases in sync integration tests (#160) 2023-01-10 13:16:30 +01:00