databricks-cli/libs
Pieter Noordhuis fe738ede6a
Let sync return early if an error occurs (#235)
The previous approach would proceed to execute all requests prior to
returning the first error. This is solved with `errgroup.WithContext`
that cancels the context if a routine returns an error.
2023-03-09 13:29:05 +01:00
..
auth Initialize BRICKS_CLI_PATH and increase default OAuth timeout (#237) 2023-03-08 16:14:24 +01:00
filer Escape URL in filer (#236) 2023-03-08 14:27:05 +01:00
fileset Don't sync symlink folders (#205) 2023-02-15 17:02:54 +01:00
flags Add optional JSON output for sync command (#230) 2023-03-08 10:27:19 +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 Let sync return early if an error occurs (#235) 2023-03-09 13:29:05 +01:00
testfile Refactor and cover edge cases in sync integration tests (#160) 2023-01-10 13:16:30 +01:00