databricks-cli/bundle/libraries
Witold Czaplewski 192f33bb13
[DAB] Add support for requirements libraries in Job Tasks (#1543)
## Changes
While experimenting with DAB I discovered that requirements libraries
are being ignored.

One thing worth mentioning is that `bundle validate` runs successfully,
but `bundle deploy` fails. This PR only covers the second part.


## Tests
<!-- How is this tested? -->
Added a unit test
2024-08-21 10:03:56 +00:00
..
testdata Refactor library to artifact matching to not use pointers (#1172) 2024-02-05 15:29:45 +00:00
expand_glob_references.go Upload local libraries even if they don't have artifact defined (#1664) 2024-08-14 09:03:44 +00:00
expand_glob_references_test.go Upload local libraries even if they don't have artifact defined (#1664) 2024-08-14 09:03:44 +00:00
helpers.go [DAB] Add support for requirements libraries in Job Tasks (#1543) 2024-08-21 10:03:56 +00:00
helpers_test.go [DAB] Add support for requirements libraries in Job Tasks (#1543) 2024-08-21 10:03:56 +00:00
libraries.go Upload local libraries even if they don't have artifact defined (#1664) 2024-08-14 09:03:44 +00:00
local_path.go Improves detection of PyPI package names in environment dependencies (#1699) 2024-08-21 08:22:35 +00:00
local_path_test.go Improves detection of PyPI package names in environment dependencies (#1699) 2024-08-21 08:22:35 +00:00
match_test.go Upload local libraries even if they don't have artifact defined (#1664) 2024-08-14 09:03:44 +00:00
upload.go Upload local libraries even if they don't have artifact defined (#1664) 2024-08-14 09:03:44 +00:00
upload_test.go Upload local libraries even if they don't have artifact defined (#1664) 2024-08-14 09:03:44 +00:00
workspace_path.go Refactor library to artifact matching to not use pointers (#1172) 2024-02-05 15:29:45 +00:00
workspace_path_test.go Refactor library to artifact matching to not use pointers (#1172) 2024-02-05 15:29:45 +00:00