-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatabricks.yml
39 lines (35 loc) · 912 Bytes
/
databricks.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# yaml-language-server: $schema=bundle_config_schema.json
bundle:
name: uc-mlops-example
include:
- resources/*.yml
# resources:
# pipelines:
# dlt-wikipedia-pipeline:
# name: dlt-wikipedia-pipeline
# development: true
# continuous: false
# channel: "CURRENT"
# photon: false
# libraries:
# - file:
# path: ./dlt-wikipedia-python.py
# edition: "ADVANCED"
# clusters:
# - label: "default"
# num_workers: 1
targets:
dev:
default: true
workspace:
host: https://adb-984752964297111.11.azuredatabricks.net/
prod:
workspace:
host: https://adb-984752964297111.11.azuredatabricks.net/
root_path: /Shared/.bundle/prod/${bundle.name}
run_as:
user_name: [email protected]
# resources:
# pipelines:
# dlt-wikipedia-pipeline:
# continuous: true