databricks-cli/bundle/config
Andrew Nester f269f8015d
Added `bundle generate pipeline` command ()
## Changes
Added `bundle generate pipeline` command

Usage as the following

```
databricks bundle generate pipeline --existing-pipeline-id f3b8c580-0a88-4b55-xxxx-yyyyyyyyyy
```

## Tests
Manually + added E2E test
2024-01-25 11:35:14 +00:00
..
generate Added `bundle generate pipeline` command () 2024-01-25 11:35:14 +00:00
interpolation Use clearer error message when no interpolation value is found. () 2023-09-11 15:23:25 +00:00
mutator Use MockWorkspaceClient from SDK instead of WithImpl mocking () 2024-01-19 14:12:58 +00:00
paths Persist deployment metadata in WSFS () 2023-10-27 12:55:43 +00:00
resources Add "bundle summary" command () 2024-01-25 11:32:47 +00:00
testdata First look for databricks.yml before falling back to bundle.yml () 2023-07-18 12:16:34 +02:00
variable Fixed instance pool resolving by name () 2024-01-05 10:50:53 +00:00
artifact.go Added exec.NewCommandExecutor to execute commands with correct interpreter () 2023-12-21 15:45:23 +00:00
artifacts_test.go Added exec.NewCommandExecutor to execute commands with correct interpreter () 2023-12-21 15:45:23 +00:00
bundle.go Persist deployment metadata in WSFS () 2023-10-27 12:55:43 +00:00
experimental.go Make a notebook wrapper for Python wheel tasks optional () 2023-09-26 14:32:20 +00:00
filename.go Move bundle configuration filename code () 2023-10-25 09:54:39 +00:00
filename_test.go Move bundle configuration filename code () 2023-10-25 09:54:39 +00:00
git.go Persist deployment metadata in WSFS () 2023-10-27 12:55:43 +00:00
lock.go Persist deployment metadata in WSFS () 2023-10-27 12:55:43 +00:00
lock_test.go Acquire lock prior to deploy () 2023-03-22 16:37:26 +01:00
resources.go Support Unity Catalog Registered Models in bundles () 2023-10-16 15:32:49 +00:00
resources_test.go Support Unity Catalog Registered Models in bundles () 2023-10-16 15:32:49 +00:00
root.go Allow referencing bundle resources by name () 2024-01-04 21:04:42 +00:00
root_test.go Consolidate bundle configuration loader function () 2023-10-25 12:55:56 +00:00
sync.go Make resource and artifact paths in bundle config relative to config folder () 2023-09-04 09:55:01 +00:00
target.go Allow referencing bundle resources by name () 2024-01-04 21:04:42 +00:00
workspace.go Make `file_path` and `artifact_path` fields consistent with json tag () 2023-11-15 13:37:26 +00:00
workspace_test.go Resolve configuration before performing verification () 2023-10-20 13:10:31 +00:00