databricks-cli/python
Andrew Nester 9a88fa602d
Added support for artifacts building for bundles (#583)
## Changes
Added support for artifacts building for bundles. 

Now it allows to specify `artifacts` block in bundle.yml and define a
resource (at the moment Python wheel) to be build and uploaded during
`bundle deploy`

Built artifact will be automatically attached to corresponding job task
or pipeline where it's used as a library

Follow-ups:
1. If artifact is used in job or pipeline, but not found in the config,
try to infer and build it anyway
2. If build command is not provided for Python wheel artifact, infer it
2023-07-25 13:35:08 +02:00
..
testdata/simple-python-wheel Update setup.py (#397) 2023-05-23 11:39:57 +02:00
env.go Rename bricks -> databricks (#389) 2023-05-16 18:35:39 +02:00
env_test.go Run unit tests on windows and macos (#103) 2022-11-28 11:34:25 +01:00
runner.go added essential Python metadata detection 2022-05-20 21:40:03 +02:00
runner_test.go Run unit tests on windows and macos (#103) 2022-11-28 11:34:25 +01:00
utils.go Added support for artifacts building for bundles (#583) 2023-07-25 13:35:08 +02:00
wheel.go Added support for artifacts building for bundles (#583) 2023-07-25 13:35:08 +02:00
wheel_test.go Run unit tests on windows and macos (#103) 2022-11-28 11:34:25 +01:00