databricks-cli/bundle/artifacts
Pieter Noordhuis 00d76d5afa
Move path field to bundle type (#1316)
## Changes

The bundle path was previously stored on the `config.Root` type under
the assumption that the first configuration file being loaded would set
it. This is slightly counterintuitive and we know what the path is upon
construction of the bundle. The new location for this property reflects
this.

## Tests

Unit tests pass.
2024-03-27 09:03:24 +00:00
..
whl Move path field to bundle type (#1316) 2024-03-27 09:03:24 +00:00
all.go Return `diag.Diagnostics` from mutators (#1305) 2024-03-25 14:18:47 +00:00
artifacts.go Return `diag.Diagnostics` from mutators (#1305) 2024-03-25 14:18:47 +00:00
autodetect.go Return `diag.Diagnostics` from mutators (#1305) 2024-03-25 14:18:47 +00:00
build.go Move path field to bundle type (#1316) 2024-03-27 09:03:24 +00:00
infer.go Return `diag.Diagnostics` from mutators (#1305) 2024-03-25 14:18:47 +00:00
upload.go Return `diag.Diagnostics` from mutators (#1305) 2024-03-25 14:18:47 +00:00
upload_test.go Move path field to bundle type (#1316) 2024-03-27 09:03:24 +00:00