mirror of https://github.com/databricks/cli.git
16 lines
375 B
YAML
16 lines
375 B
YAML
bundle:
|
|
name: python-wheel
|
|
|
|
resources:
|
|
jobs:
|
|
test_job:
|
|
name: "[${bundle.target}] My Wheel Job"
|
|
tasks:
|
|
- task_key: TestTask
|
|
existing_cluster_id: "0717-132531-5opeqon1"
|
|
python_wheel_task:
|
|
package_name: "my_test_code"
|
|
entry_point: "run"
|
|
libraries:
|
|
- whl: dbfs:/path/to/dist/mywheel.whl
|