mirror of https://github.com/databricks/cli.git
14 lines
220 B
YAML
14 lines
220 B
YAML
|
bundle:
|
||
|
name: my_project
|
||
|
|
||
|
sync: {} # dont need to copy files
|
||
|
|
||
|
resources:
|
||
|
jobs:
|
||
|
my_job:
|
||
|
name: My Job
|
||
|
tasks:
|
||
|
- task_key: my_notebook
|
||
|
notebook_task:
|
||
|
notebook_path: my_notebook.py
|