databricks-cli/acceptance/bundle/validate/include_locations/override.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
407 B
YAML
Raw Normal View History

targets:
dev:
resources:
jobs:
my_job:
name: dev name
tasks:
- task_key: default
notebook_task:
notebook_path: ./src/dev.py
prod:
resources:
jobs:
my_job:
name: prod name
tasks:
- task_key: default
notebook_task:
notebook_path: ./src/prod.py