mirror of https://github.com/databricks/cli.git
19 lines
410 B
Cheetah
19 lines
410 B
Cheetah
bundle:
|
|
name: basic
|
|
|
|
workspace:
|
|
root_path: "~/.bundle/{{.unique_id}}"
|
|
|
|
resources:
|
|
jobs:
|
|
foo:
|
|
name: test-job-basic-{{.unique_id}}
|
|
tasks:
|
|
- task_key: my_notebook_task
|
|
new_cluster:
|
|
num_workers: 1
|
|
spark_version: "{{.spark_version}}"
|
|
node_type_id: "{{.node_type_id}}"
|
|
spark_python_task:
|
|
python_file: ./hello_world.py
|