databricks-cli/libs/sync
Pieter Noordhuis c9340d6317
Drain sync event channel before returning (#253)
Not waiting means the last few events may or may not be printed.
This is relevant in the mode where sync runs once and then terminates.
2023-03-16 17:48:17 +01:00
..
repofiles Path escape filepaths in the URL (#250) 2023-03-15 17:25:57 +01:00
diff.go Add optional JSON output for sync command (#230) 2023-03-08 10:27:19 +01:00
event.go Drain sync event channel before returning (#253) 2023-03-16 17:48:17 +01:00
event_test.go Add optional JSON output for sync command (#230) 2023-03-08 10:27:19 +01:00
path.go Allow synchronization to a directory inside a repo (#213) 2023-02-20 14:34:48 +01:00
path_test.go Allow synchronization to a directory inside a repo (#213) 2023-02-20 14:34:48 +01:00
snapshot.go Add check for file exists incase of conflicting remote names (#244) 2023-03-10 11:52:45 +01:00
snapshot_test.go Add check for file exists incase of conflicting remote names (#244) 2023-03-10 11:52:45 +01:00
sync.go Drain sync event channel before returning (#253) 2023-03-16 17:48:17 +01:00
watchdog.go Let sync return early if an error occurs (#235) 2023-03-09 13:29:05 +01:00