-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.yaml
More file actions
39 lines (37 loc) · 1.29 KB
/
application.yaml
File metadata and controls
39 lines (37 loc) · 1.29 KB
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
collibra:
baseCommunityId: "${COLLIBRA_BASE_COMMUNITY_ID}"
initialStatusId: "00000000-0000-0000-0000-000000005008"
domains:
assetDomain:
name: "Data Products"
typeId: "00000000-0000-0000-0000-000000030001"
glossary:
name: "Glossary"
typeId: "00000000-0000-0000-0000-000000010001"
assets:
dataProduct:
typeId: "00000000-0000-0000-0000-000000031002"
attributes:
"[$.description]": "00000000-0000-0000-0000-000000003114"
containsOutputPortRelationId: "00000000-0000-0000-0000-000000007017"
outputPort:
typeId: "00000000-0000-0000-0001-000400000001"
attributes:
"[$.description]": "00000000-0000-0000-0000-000000003114"
"[$.outputPortType]": "00000000-0000-0000-0001-000500000008"
containsColumnRelationId: "00000000-0000-0000-0000-000000007062"
column:
typeId: "00000000-0000-0000-0000-000000031008"
attributes:
"[$.description]": "00000000-0000-0000-0000-000000003114"
"[$.dataType]": "00000000-0000-0000-0000-000000000219"
businessTerm:
typeId: "00000000-0000-0000-0000-000000011001"
api:
username: "${COLLIBRA_USERNAME}"
password: "${COLLIBRA_PASSWORD}"
endpoint: "${COLLIBRA_HOST}"
customUrlPicker:
cors:
endpointMask: "/v1/resources/**"
origin: "*"