mirror of https://github.com/databricks/cli.git
19 lines
401 B
YAML
19 lines
401 B
YAML
bundle:
|
|
name: python-wheel-local
|
|
|
|
workspace:
|
|
artifact_path: /foo/bar
|
|
|
|
resources:
|
|
jobs:
|
|
test_job:
|
|
name: "[${bundle.target}] My Wheel Job"
|
|
tasks:
|
|
- task_key: TestTask
|
|
existing_cluster_id: "0717-aaaaa-bbbbbb"
|
|
python_wheel_task:
|
|
package_name: "my_test_code"
|
|
entry_point: "run"
|
|
libraries:
|
|
- whl: ./package/*.whl
|