-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathdatabricks.yml
More file actions
36 lines (30 loc) · 1006 Bytes
/
databricks.yml
File metadata and controls
36 lines (30 loc) · 1006 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 bundle builds the salesforce-zerobus whl and creates a job to run the service. You can use the serverless model here or uncomment the job cluster options to use a job cluster.
bundle:
name: salesforce-zerobus
artifacts:
app_whl:
type: whl
build: uv build --wheel && rm -f dist/.gitignore
path: .
variables:
salesforce_objects:
description: List of Salesforce objects to ingest
default: not_specified
ldp_catalog:
description: List of Salesforce objects to ingest
default: not_specified
ldp_schema:
description: List of Salesforce objects to ingest
default: not_specified
include:
- resources/*.yml
targets:
dev:
default: true
mode: development
# workspace:
# root_path: /Workspace/Users/.bundle/${bundle.name}/${bundle.target}
variables:
salesforce_objects: '["AccountChangeEvent", "LeadChangeEvent", "OpportunityChangeEvent", "ContactChangeEvent"]'
ldp_catalog: <your_catalog>
ldp_schema: <your_schema>