forked from apostolos1927/DatabricksAssetBundleTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabricks.yml
More file actions
36 lines (29 loc) · 726 Bytes
/
databricks.yml
File metadata and controls
36 lines (29 loc) · 726 Bytes
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
# This is a Databricks asset bundle definition
# See https://docs.databricks.com/dev-tools/bundles/index.html for documentation.
bundle:
name: template
include:
- templates/*.yaml
variables:
env_name:
default: dev
description: Environment name
schema:
default: test
description: Schema for Demo
workspace:
root_path: /Shared/Demo/.bundle/${bundle.name}/${bundle.target}
# Do we need targets? Make sense to leave for future modifications
targets:
dev:
prd:
# Need to specify when wheel package is not pre-built, otherwise comment this block
artifacts:
default:
type: whl
build: poetry build
path: .
# For passing wheel package to workspace
sync:
include:
- ./dist/*.whl