databricks-cli/libs
shreyas-goenka 37b9df96e6
Support multiple paths for diagnostics ()
## Changes
Some diagnostics can have multiple paths associated with them. For
instance, ensuring that unique resource keys are used across all
resources. This PR extends `diag.Diagnostic` to accept multiple paths.

This PR is symmetrical to
https://github.com/databricks/cli/pull/1610/files

## Tests
Unit tests
2024-07-25 15:16:27 +00:00
..
auth Fixed job name normalisation for bundle generate () 2024-07-17 12:33:49 +00:00
cmdgroup Add trailing newline in usage string () 2024-04-19 14:12:52 +00:00
cmdio Added `auth describe` command () 2024-04-03 08:14:04 +00:00
databrickscfg Update error checks that use the `os` package to use `errors.Is` () 2024-06-03 12:39:36 +00:00
diag Support multiple paths for diagnostics () 2024-07-25 15:16:27 +00:00
dyn Support multiple paths for diagnostics () 2024-07-25 15:16:27 +00:00
env Fix `panic: $HOME is not set` () 2023-11-29 19:08:27 +00:00
errs Added ability for deferred mutator execution () 2023-05-16 18:01:50 +02:00
exec Fixed building Python artifacts on Windows with WSL () 2024-03-01 15:59:47 +00:00
filer Add tests for the Workspace API readahead cache () 2024-07-19 07:03:25 +00:00
fileset Abstract over filesystem interaction with libs/vfs () 2024-05-30 07:41:50 +00:00
flags Add override to support YAML inputs for apps () 2023-10-27 18:57:26 +00:00
folders Move folders package into libs () 2024-02-07 16:33:18 +00:00
git Remove user credentials specified in the Git origin URL () 2024-06-17 09:49:00 +00:00
jsonschema Fix bundle schema for variables () 2024-04-25 11:23:50 +00:00
locker Correct name for force acquire deploy flag () 2023-08-15 19:03:43 +00:00
log Rewrite the friendly log handler () 2023-12-01 12:17:04 +00:00
notebook Let notebook detection code use underlying metadata if available () 2024-07-10 06:37:47 +00:00
process Use Go 1.22 to build and test () 2024-07-04 06:54:41 +00:00
python Added `python.DetectInterpreters` and other utils () 2023-10-03 10:47:09 +00:00
set Added support for sync.include and sync.exclude sections () 2023-08-18 08:07:25 +00:00
sync Clean up unused code () 2024-06-18 14:14:27 +00:00
tags Library to validate and normalize cloud specific tags () 2023-09-29 08:49:08 +00:00
template Add UUID function to bundle template functions () 2024-07-19 11:38:20 +00:00
terraform Move to a single prompt during bundle destroy () 2024-07-24 13:02:19 +00:00
testfile Refactor and cover edge cases in sync integration tests () 2023-01-10 13:16:30 +01:00
textutil Fixed job name normalisation for bundle generate () 2024-07-17 12:33:49 +00:00
vfs Replace `vfs.Path` with extension-aware filer when running on DBR () 2024-07-03 11:55:42 +00:00