databricks-cli/bundle/tests/python_wheel
Andrew Nester 48ff18e5fc
Upload local libraries even if they don't have artifact defined (#1664)
## Changes
Previously for all the libraries referenced in configuration DABs made
sure that there is corresponding artifact section.
But this is not really necessary and flexible, because local libraries
might be built outside of dabs context.
It also created difficult to follow logic in code where we back
referenced libraries to artifacts which was difficult to fllow


This PR does 3 things:
1. Allows all local libraries referenced in DABs config to be uploaded
to remote
2. Simplifies upload and glob references expand logic by doing this in
single place
3. Speed things up by uploading library only once and doing this in
parallel

## Tests
Added unit + integration tests + made sure that change is backward
compatible (no changes in existing tests)

---------

Co-authored-by: Pieter Noordhuis <pieter.noordhuis@databricks.com>
2024-08-14 09:03:44 +00:00
..
environment_key Added support for job environments (#1379) 2024-04-22 11:44:34 +00:00
python_wheel Move bundle tests into bundle/tests (#1299) 2024-03-21 10:37:05 +00:00
python_wheel_dbfs_lib Move bundle tests into bundle/tests (#1299) 2024-03-21 10:37:05 +00:00
python_wheel_multiple Split artifact cleanup into prepare step before build (#1618) 2024-07-24 09:13:49 +00:00
python_wheel_no_artifact Move bundle tests into bundle/tests (#1299) 2024-03-21 10:37:05 +00:00
python_wheel_no_artifact_no_setup Upload local libraries even if they don't have artifact defined (#1664) 2024-08-14 09:03:44 +00:00
python_wheel_no_artifact_notebook Expand and upload local wheel libraries for all task types (#1649) 2024-08-05 14:44:23 +00:00
python_wheel_no_build Fixed incorrectly cleaning up python wheel dist folder (#1656) 2024-08-06 09:54:58 +00:00