Andrew Nester
|
1b6241746e
|
Use MockWorkspaceClient from SDK instead of WithImpl mocking (#1134)
## Changes
Use MockWorkspaceClient from SDK instead of WithImpl mocking
|
2024-01-19 14:12:58 +00:00 |
Lennart Kats (databricks)
|
9049f11479
|
Fix wheel task not working with with 13.x clusters (#898)
## Changes
This lets us recognize 13.x as "13.1 or higher," making it possible to
use wheel tasks on 13.x-snapshot clusters.
|
2023-10-23 08:19:26 +00:00 |
Andrew Nester
|
7b1d972b33
|
Do not emit wheel wrapper error when python_wheel_wrapper setting is true (#894)
## Changes
Do not emit wheel wrapper error when python_wheel_wrapper setting is
true
Fixes #892
## Tests
Added an regression test
|
2023-10-20 12:32:04 +00:00 |
Andrew Nester
|
775251d0dc
|
Emit an error when incompatible all purpose cluster used with Python wheel tasks (#823)
## Changes
Follow up for https://github.com/databricks/cli/pull/807 to also
validate configuration if existing cluster id is used.
## Tests
Added unit tests
|
2023-09-29 12:19:05 +00:00 |
Andrew Nester
|
3ee89c41da
|
Added a warning when Python wheel wrapper needs to be used (#807)
## Changes
Added a warning when Python wheel wrapper needs to be used
## Tests
Added unit tests + manual run with different bundle configurations
|
2023-09-27 08:26:59 +00:00 |