bundle:
  name: job-metadata

workspace:
  root_path: "~/.bundle/{{.unique_id}}"

include:
  - "a/b/*.yml"

resources:
  jobs:
    foo:
      name: test-job-metadata-1-{{.unique_id}}
      tasks:
        - task_key: my_notebook_task
          new_cluster:
            num_workers: 1
            spark_version: "{{.spark_version}}"
            node_type_id: "{{.node_type_id}}"
          notebook_task:
            notebook_path: "./foo.py"