mirror of https://github.com/databricks/cli.git
18 lines
472 B
YAML
18 lines
472 B
YAML
resources:
|
|
jobs:
|
|
out:
|
|
name: gitjob
|
|
tasks:
|
|
- task_key: test_task
|
|
notebook_task:
|
|
notebook_path: some/test/notebook.py
|
|
- task_key: test_task_2
|
|
notebook_task:
|
|
notebook_path: /Workspace/Users/foo@bar.com/some/test/notebook.py
|
|
source: WORKSPACE
|
|
git_source:
|
|
git_branch: main
|
|
git_commit: abcdef
|
|
git_provider: github
|
|
git_url: https://git.databricks.com
|