databricks-cli/cmd/labs/project
Jim Idle 4c71f8cac4
Ensure that python dependencies are installed during upgrade (#1390)
## Changes
The installer.Upgrade() processing did not install Python dependencies.
This resulted in errors such as:

```
ModuleNotFoundError: No module named 'databricks.labs.blueprint'
```

Any new dependencies are now installed during the upgrade process.

Resolves: databrickslabs/ucx#1276

## Tests

The TestUpgraderWorksForReleases test now checks to see if the upgrade
process resulted in the dependencies being installed.

---------

Signed-off-by: Jim.Idle <jimi@idle.ws>
2024-04-24 17:34:09 +00:00
..
testdata Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
command_test.go Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
entrypoint.go Make bundle loaders return diagnostics (#1319) 2024-03-28 10:32:34 +00:00
fetcher.go Fix `panic: $HOME is not set` (#1027) 2023-11-29 19:08:27 +00:00
helpers.go Fix `panic: $HOME is not set` (#1027) 2023-11-29 19:08:27 +00:00
init_test.go Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
installed.go Move folders package into libs (#1184) 2024-02-07 16:33:18 +00:00
installed_test.go Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
installer.go Ensure that python dependencies are installed during upgrade (#1390) 2024-04-24 17:34:09 +00:00
installer_test.go Ensure that python dependencies are installed during upgrade (#1390) 2024-04-24 17:34:09 +00:00
login.go Prompt for account profile only for account-level command execution instead of during `databricks labs install` flow (#1128) 2024-01-22 17:35:13 +00:00
project.go Fix `panic: $HOME is not set` (#1027) 2023-11-29 19:08:27 +00:00
project_test.go Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
proxy.go Use Go SDK Iterators when listing resources with the CLI (#1202) 2024-02-21 14:16:36 +00:00
schema.json Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00