acryl-datahub-cloud 0.3.6.9rc1__py3-none-any.whl → 0.3.7rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- acryl_datahub_cloud/_codegen_config.json +1 -1
- acryl_datahub_cloud/datahub_reporting/extract_graph.py +1 -1
- acryl_datahub_cloud/datahub_usage_reporting/usage_feature_patch_builder.py +466 -0
- acryl_datahub_cloud/datahub_usage_reporting/usage_feature_reporter.py +432 -34
- acryl_datahub_cloud/metadata/_urns/urn_defs.py +788 -5
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/actionrequest/__init__.py +2 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/ai/__init__.py +23 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/assertion/__init__.py +4 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/structured/__init__.py +2 -0
- acryl_datahub_cloud/metadata/schema.avsc +774 -75
- acryl_datahub_cloud/metadata/schema_classes.py +750 -20
- acryl_datahub_cloud/metadata/schemas/Access.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/ActionRequestInfo.avsc +76 -0
- acryl_datahub_cloud/metadata/schemas/AiInferenceMetadata.avsc +42 -0
- acryl_datahub_cloud/metadata/schemas/AnomaliesSummary.avsc +16 -8
- acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +3506 -0
- acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc +3 -2
- acryl_datahub_cloud/metadata/schemas/AssertionKey.avsc +2 -0
- acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc +4 -3
- acryl_datahub_cloud/metadata/schemas/AssertionSummary.avsc +50 -0
- acryl_datahub_cloud/metadata/schemas/AssertionsSummary.avsc +55 -8
- acryl_datahub_cloud/metadata/schemas/ConstraintInfo.avsc +4 -2
- acryl_datahub_cloud/metadata/schemas/ContainerKey.avsc +1 -0
- acryl_datahub_cloud/metadata/schemas/ContainerProperties.avsc +3 -1
- acryl_datahub_cloud/metadata/schemas/CorpUserInfo.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/DashboardInfo.avsc +29 -2
- acryl_datahub_cloud/metadata/schemas/DataFlowInfo.avsc +3 -1
- acryl_datahub_cloud/metadata/schemas/DataHubActionInfo.avsc +10 -1
- acryl_datahub_cloud/metadata/schemas/DataHubPolicyInfo.avsc +4 -2
- acryl_datahub_cloud/metadata/schemas/DataHubViewInfo.avsc +2 -0
- acryl_datahub_cloud/metadata/schemas/DataJobInfo.avsc +3 -1
- acryl_datahub_cloud/metadata/schemas/DataProcessKey.avsc +3 -1
- acryl_datahub_cloud/metadata/schemas/DatasetKey.avsc +5 -2
- acryl_datahub_cloud/metadata/schemas/DynamicFormAssignment.avsc +2 -0
- acryl_datahub_cloud/metadata/schemas/EntityInferenceMetadata.avsc +47 -0
- acryl_datahub_cloud/metadata/schemas/Filter.avsc +2 -0
- acryl_datahub_cloud/metadata/schemas/FormInfo.avsc +75 -0
- acryl_datahub_cloud/metadata/schemas/Forms.avsc +18 -9
- acryl_datahub_cloud/metadata/schemas/GlobalSettingsInfo.avsc +18 -0
- acryl_datahub_cloud/metadata/schemas/GlossaryRelatedTerms.avsc +4 -4
- acryl_datahub_cloud/metadata/schemas/IncidentActivityEvent.avsc +3 -1
- acryl_datahub_cloud/metadata/schemas/IncidentInfo.avsc +3 -1
- acryl_datahub_cloud/metadata/schemas/IncidentsSummary.avsc +4 -2
- acryl_datahub_cloud/metadata/schemas/InferredMetadata.avsc +4 -2
- acryl_datahub_cloud/metadata/schemas/MLFeatureKey.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/MLModelDeploymentKey.avsc +3 -1
- acryl_datahub_cloud/metadata/schemas/MLModelGroupKey.avsc +3 -1
- acryl_datahub_cloud/metadata/schemas/MLModelKey.avsc +5 -2
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +119 -11
- acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc +3 -2
- acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/Operation.avsc +0 -3
- acryl_datahub_cloud/metadata/schemas/Ownership.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/PlatformResourceInfo.avsc +2 -2
- acryl_datahub_cloud/metadata/schemas/PlatformResourceKey.avsc +4 -3
- acryl_datahub_cloud/metadata/schemas/PostInfo.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/RecommendationModule.avsc +2 -0
- acryl_datahub_cloud/metadata/schemas/Share.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/StructuredPropertyDefinition.avsc +25 -1
- acryl_datahub_cloud/metadata/schemas/SubTypes.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/TestResults.avsc +8 -4
- {acryl_datahub_cloud-0.3.6.9rc1.dist-info → acryl_datahub_cloud-0.3.7rc1.dist-info}/METADATA +38 -38
- {acryl_datahub_cloud-0.3.6.9rc1.dist-info → acryl_datahub_cloud-0.3.7rc1.dist-info}/RECORD +66 -60
- {acryl_datahub_cloud-0.3.6.9rc1.dist-info → acryl_datahub_cloud-0.3.7rc1.dist-info}/WHEEL +1 -1
- {acryl_datahub_cloud-0.3.6.9rc1.dist-info → acryl_datahub_cloud-0.3.7rc1.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.6.9rc1.dist-info → acryl_datahub_cloud-0.3.7rc1.dist-info}/top_level.txt +0 -0
|
@@ -10,19 +10,23 @@
|
|
|
10
10
|
"Searchable": {
|
|
11
11
|
"/*/completedPrompts/*/id": {
|
|
12
12
|
"fieldName": "incompleteFormsCompletedPromptIds",
|
|
13
|
-
"fieldType": "KEYWORD"
|
|
13
|
+
"fieldType": "KEYWORD",
|
|
14
|
+
"queryByDefault": false
|
|
14
15
|
},
|
|
15
16
|
"/*/completedPrompts/*/lastModified/time": {
|
|
16
17
|
"fieldName": "incompleteFormsCompletedPromptResponseTimes",
|
|
17
|
-
"fieldType": "DATETIME"
|
|
18
|
+
"fieldType": "DATETIME",
|
|
19
|
+
"queryByDefault": false
|
|
18
20
|
},
|
|
19
21
|
"/*/incompletePrompts/*/id": {
|
|
20
22
|
"fieldName": "incompleteFormsIncompletePromptIds",
|
|
21
|
-
"fieldType": "KEYWORD"
|
|
23
|
+
"fieldType": "KEYWORD",
|
|
24
|
+
"queryByDefault": false
|
|
22
25
|
},
|
|
23
26
|
"/*/urn": {
|
|
24
27
|
"fieldName": "incompleteForms",
|
|
25
|
-
"fieldType": "URN"
|
|
28
|
+
"fieldType": "URN",
|
|
29
|
+
"queryByDefault": false
|
|
26
30
|
}
|
|
27
31
|
},
|
|
28
32
|
"type": {
|
|
@@ -371,19 +375,23 @@
|
|
|
371
375
|
"Searchable": {
|
|
372
376
|
"/*/completedPrompts/*/id": {
|
|
373
377
|
"fieldName": "completedFormsCompletedPromptIds",
|
|
374
|
-
"fieldType": "KEYWORD"
|
|
378
|
+
"fieldType": "KEYWORD",
|
|
379
|
+
"queryByDefault": false
|
|
375
380
|
},
|
|
376
381
|
"/*/completedPrompts/*/lastModified/time": {
|
|
377
382
|
"fieldName": "completedFormsCompletedPromptResponseTimes",
|
|
378
|
-
"fieldType": "DATETIME"
|
|
383
|
+
"fieldType": "DATETIME",
|
|
384
|
+
"queryByDefault": false
|
|
379
385
|
},
|
|
380
386
|
"/*/incompletePrompts/*/id": {
|
|
381
387
|
"fieldName": "completedFormsIncompletePromptIds",
|
|
382
|
-
"fieldType": "KEYWORD"
|
|
388
|
+
"fieldType": "KEYWORD",
|
|
389
|
+
"queryByDefault": false
|
|
383
390
|
},
|
|
384
391
|
"/*/urn": {
|
|
385
392
|
"fieldName": "completedForms",
|
|
386
|
-
"fieldType": "URN"
|
|
393
|
+
"fieldType": "URN",
|
|
394
|
+
"queryByDefault": false
|
|
387
395
|
}
|
|
388
396
|
},
|
|
389
397
|
"type": {
|
|
@@ -397,7 +405,8 @@
|
|
|
397
405
|
"Searchable": {
|
|
398
406
|
"/*/form": {
|
|
399
407
|
"fieldName": "verifiedForms",
|
|
400
|
-
"fieldType": "URN"
|
|
408
|
+
"fieldType": "URN",
|
|
409
|
+
"queryByDefault": false
|
|
401
410
|
}
|
|
402
411
|
},
|
|
403
412
|
"type": {
|
|
@@ -492,6 +492,24 @@
|
|
|
492
492
|
"name": "helpLink",
|
|
493
493
|
"default": null,
|
|
494
494
|
"doc": "The configurable help link shown in the UI"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"type": [
|
|
498
|
+
"null",
|
|
499
|
+
"string"
|
|
500
|
+
],
|
|
501
|
+
"name": "customLogoUrl",
|
|
502
|
+
"default": null,
|
|
503
|
+
"doc": "The Url for a custom logo to display in the UI"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"type": [
|
|
507
|
+
"null",
|
|
508
|
+
"string"
|
|
509
|
+
],
|
|
510
|
+
"name": "customOrgName",
|
|
511
|
+
"default": null,
|
|
512
|
+
"doc": "A customized name for organization display preferences"
|
|
495
513
|
}
|
|
496
514
|
],
|
|
497
515
|
"doc": "Global settings for the UI"
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
},
|
|
18
18
|
"Searchable": {
|
|
19
19
|
"/*": {
|
|
20
|
-
"boostScore": 2.0,
|
|
21
20
|
"fieldName": "isRelatedTerms",
|
|
22
|
-
"fieldType": "URN"
|
|
21
|
+
"fieldType": "URN",
|
|
22
|
+
"queryByDefault": false
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"type": [
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
},
|
|
47
47
|
"Searchable": {
|
|
48
48
|
"/*": {
|
|
49
|
-
"boostScore": 2.0,
|
|
50
49
|
"fieldName": "hasRelatedTerms",
|
|
51
|
-
"fieldType": "URN"
|
|
50
|
+
"fieldType": "URN",
|
|
51
|
+
"queryByDefault": false
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"type": [
|
|
@@ -60,7 +60,8 @@
|
|
|
60
60
|
"fieldName": "resolvedIncidents",
|
|
61
61
|
"fieldType": "URN",
|
|
62
62
|
"hasValuesFieldName": "hasResolvedIncidents",
|
|
63
|
-
"numValuesFieldName": "numResolvedIncidents"
|
|
63
|
+
"numValuesFieldName": "numResolvedIncidents",
|
|
64
|
+
"queryByDefault": false
|
|
64
65
|
}
|
|
65
66
|
},
|
|
66
67
|
"type": {
|
|
@@ -142,7 +143,8 @@
|
|
|
142
143
|
"fieldName": "activeIncidents",
|
|
143
144
|
"fieldType": "URN",
|
|
144
145
|
"hasValuesFieldName": "hasActiveIncidents",
|
|
145
|
-
"numValuesFieldName": "numActiveIncidents"
|
|
146
|
+
"numValuesFieldName": "numActiveIncidents",
|
|
147
|
+
"queryByDefault": false
|
|
146
148
|
}
|
|
147
149
|
},
|
|
148
150
|
"type": {
|
|
@@ -197,7 +197,8 @@
|
|
|
197
197
|
"Searchable": {
|
|
198
198
|
"/*/owners/*/owner": {
|
|
199
199
|
"fieldName": "inferredOwners",
|
|
200
|
-
"fieldType": "URN"
|
|
200
|
+
"fieldType": "URN",
|
|
201
|
+
"queryByDefault": false
|
|
201
202
|
}
|
|
202
203
|
},
|
|
203
204
|
"type": [
|
|
@@ -299,7 +300,8 @@
|
|
|
299
300
|
},
|
|
300
301
|
"Searchable": {
|
|
301
302
|
"fieldName": "ownershipTypeUrn",
|
|
302
|
-
"fieldType": "URN"
|
|
303
|
+
"fieldType": "URN",
|
|
304
|
+
"queryByDefault": false
|
|
303
305
|
},
|
|
304
306
|
"java": {
|
|
305
307
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"PROD": "Designates production fabrics",
|
|
59
59
|
"QA": "Designates quality assurance fabrics",
|
|
60
60
|
"RVW": "Designates review fabrics",
|
|
61
|
+
"SANDBOX": "Designates sandbox fabrics",
|
|
61
62
|
"STG": "Designates staging fabrics",
|
|
62
63
|
"TEST": "Designates testing fabrics",
|
|
63
64
|
"TST": "Alternative Test spelling",
|
|
@@ -78,7 +79,8 @@
|
|
|
78
79
|
"CORP",
|
|
79
80
|
"RVW",
|
|
80
81
|
"PRD",
|
|
81
|
-
"TST"
|
|
82
|
+
"TST",
|
|
83
|
+
"SANDBOX"
|
|
82
84
|
],
|
|
83
85
|
"doc": "Fabric group type"
|
|
84
86
|
},
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
"PROD": "Designates production fabrics",
|
|
69
69
|
"QA": "Designates quality assurance fabrics",
|
|
70
70
|
"RVW": "Designates review fabrics",
|
|
71
|
+
"SANDBOX": "Designates sandbox fabrics",
|
|
71
72
|
"STG": "Designates staging fabrics",
|
|
72
73
|
"TEST": "Designates testing fabrics",
|
|
73
74
|
"TST": "Alternative Test spelling",
|
|
@@ -88,7 +89,8 @@
|
|
|
88
89
|
"CORP",
|
|
89
90
|
"RVW",
|
|
90
91
|
"PRD",
|
|
91
|
-
"TST"
|
|
92
|
+
"TST",
|
|
93
|
+
"SANDBOX"
|
|
92
94
|
],
|
|
93
95
|
"doc": "Fabric group type"
|
|
94
96
|
},
|
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
"share",
|
|
35
35
|
"origin",
|
|
36
36
|
"lineageFeatures",
|
|
37
|
-
"documentation"
|
|
37
|
+
"documentation",
|
|
38
|
+
"incidentsSummary"
|
|
38
39
|
]
|
|
39
40
|
},
|
|
40
41
|
"name": "MLModelKey",
|
|
@@ -81,6 +82,7 @@
|
|
|
81
82
|
"PROD": "Designates production fabrics",
|
|
82
83
|
"QA": "Designates quality assurance fabrics",
|
|
83
84
|
"RVW": "Designates review fabrics",
|
|
85
|
+
"SANDBOX": "Designates sandbox fabrics",
|
|
84
86
|
"STG": "Designates staging fabrics",
|
|
85
87
|
"TEST": "Designates testing fabrics",
|
|
86
88
|
"TST": "Alternative Test spelling",
|
|
@@ -101,7 +103,8 @@
|
|
|
101
103
|
"CORP",
|
|
102
104
|
"RVW",
|
|
103
105
|
"PRD",
|
|
104
|
-
"TST"
|
|
106
|
+
"TST",
|
|
107
|
+
"SANDBOX"
|
|
105
108
|
],
|
|
106
109
|
"doc": "Fabric group type"
|
|
107
110
|
},
|
|
@@ -226,6 +226,7 @@
|
|
|
226
226
|
"fields": [
|
|
227
227
|
{
|
|
228
228
|
"Searchable": {
|
|
229
|
+
"addToFilters": true,
|
|
229
230
|
"fieldType": "KEYWORD"
|
|
230
231
|
},
|
|
231
232
|
"type": "string",
|
|
@@ -343,6 +344,9 @@
|
|
|
343
344
|
"namespace": "com.linkedin.pegasus2avro.actionrequest",
|
|
344
345
|
"fields": [
|
|
345
346
|
{
|
|
347
|
+
"Searchable": {
|
|
348
|
+
"addToFilters": true
|
|
349
|
+
},
|
|
346
350
|
"java": {
|
|
347
351
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
348
352
|
},
|
|
@@ -367,6 +371,9 @@
|
|
|
367
371
|
"namespace": "com.linkedin.pegasus2avro.actionrequest",
|
|
368
372
|
"fields": [
|
|
369
373
|
{
|
|
374
|
+
"Searchable": {
|
|
375
|
+
"addToFilters": true
|
|
376
|
+
},
|
|
370
377
|
"java": {
|
|
371
378
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
372
379
|
},
|
|
@@ -660,6 +667,75 @@
|
|
|
660
667
|
"name": "dueDate",
|
|
661
668
|
"default": null,
|
|
662
669
|
"doc": "The time at which the request is due"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"Searchable": {
|
|
673
|
+
"addToFilters": true
|
|
674
|
+
},
|
|
675
|
+
"type": [
|
|
676
|
+
{
|
|
677
|
+
"type": "enum",
|
|
678
|
+
"symbolDocs": {
|
|
679
|
+
"INFERRED": "The Action Request was inferred by an inference pipeline, e.g. DataHub AI.",
|
|
680
|
+
"MANUAL": "The Action Request was created by the user or group via the API or UI"
|
|
681
|
+
},
|
|
682
|
+
"name": "ActionRequestOrigin",
|
|
683
|
+
"namespace": "com.linkedin.pegasus2avro.actionrequest",
|
|
684
|
+
"symbols": [
|
|
685
|
+
"MANUAL",
|
|
686
|
+
"INFERRED"
|
|
687
|
+
],
|
|
688
|
+
"doc": "The origin type of an Action Request"
|
|
689
|
+
},
|
|
690
|
+
"null"
|
|
691
|
+
],
|
|
692
|
+
"name": "origin",
|
|
693
|
+
"default": "MANUAL",
|
|
694
|
+
"doc": "The origin of the action request"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"Searchable": {
|
|
698
|
+
"/confidenceLevel": {
|
|
699
|
+
"addToFilters": true,
|
|
700
|
+
"fieldName": "inferenceConfidenceLevel"
|
|
701
|
+
},
|
|
702
|
+
"/lastInferredAt": {
|
|
703
|
+
"fieldName": "inferenceLastInferredAt"
|
|
704
|
+
}
|
|
705
|
+
},
|
|
706
|
+
"type": [
|
|
707
|
+
"null",
|
|
708
|
+
{
|
|
709
|
+
"type": "record",
|
|
710
|
+
"name": "InferenceMetadata",
|
|
711
|
+
"namespace": "com.linkedin.pegasus2avro.ai",
|
|
712
|
+
"fields": [
|
|
713
|
+
{
|
|
714
|
+
"type": "long",
|
|
715
|
+
"name": "lastInferredAt",
|
|
716
|
+
"doc": "Timestamp of the last inference in milliseconds."
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"type": "int",
|
|
720
|
+
"name": "version",
|
|
721
|
+
"doc": "Monotonically incrementing version number. Once bumped, will re-trigger a new inference."
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"type": [
|
|
725
|
+
"null",
|
|
726
|
+
"int"
|
|
727
|
+
],
|
|
728
|
+
"name": "confidenceLevel",
|
|
729
|
+
"default": null,
|
|
730
|
+
"doc": "Numeric confidence level of the inference that was made.\n\n 0 = Low Confidence\n 1 = Medium Confidence\n 2 = High Confidence"
|
|
731
|
+
}
|
|
732
|
+
],
|
|
733
|
+
"doc": "Reusable metadata about an individual inference - i.e. a single glossary term, tag, description, etc."
|
|
734
|
+
}
|
|
735
|
+
],
|
|
736
|
+
"name": "inferenceMetadata",
|
|
737
|
+
"default": null,
|
|
738
|
+
"doc": "Additional inference metadata. Optionally provided if the origin is INFERRED."
|
|
663
739
|
}
|
|
664
740
|
],
|
|
665
741
|
"doc": "The status of the action request - e.g. accepted, rejected, pending, etc"
|
|
@@ -1214,7 +1290,8 @@
|
|
|
1214
1290
|
},
|
|
1215
1291
|
"Searchable": {
|
|
1216
1292
|
"fieldName": "ownershipTypeUrn",
|
|
1217
|
-
"fieldType": "URN"
|
|
1293
|
+
"fieldType": "URN",
|
|
1294
|
+
"queryByDefault": false
|
|
1218
1295
|
},
|
|
1219
1296
|
"java": {
|
|
1220
1297
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
@@ -2078,7 +2155,7 @@
|
|
|
2078
2155
|
"Searchable": {
|
|
2079
2156
|
"fieldName": "managerLdap",
|
|
2080
2157
|
"fieldType": "URN",
|
|
2081
|
-
"queryByDefault":
|
|
2158
|
+
"queryByDefault": false
|
|
2082
2159
|
},
|
|
2083
2160
|
"java": {
|
|
2084
2161
|
"class": "com.linkedin.pegasus2avro.common.urn.CorpuserUrn"
|
|
@@ -2598,6 +2675,29 @@
|
|
|
2598
2675
|
"default": null,
|
|
2599
2676
|
"doc": "Datasets consumed by a dashboard"
|
|
2600
2677
|
},
|
|
2678
|
+
{
|
|
2679
|
+
"Relationship": {
|
|
2680
|
+
"/*/destinationUrn": {
|
|
2681
|
+
"createdActor": "datasetEdges/*/created/actor",
|
|
2682
|
+
"createdOn": "datasetEdges/*/created/time",
|
|
2683
|
+
"entityTypes": [
|
|
2684
|
+
"dashboard"
|
|
2685
|
+
],
|
|
2686
|
+
"isLineage": true,
|
|
2687
|
+
"name": "DashboardContainsDashboard",
|
|
2688
|
+
"properties": "datasetEdges/*/properties",
|
|
2689
|
+
"updatedActor": "datasetEdges/*/lastModified/actor",
|
|
2690
|
+
"updatedOn": "datasetEdges/*/lastModified/time"
|
|
2691
|
+
}
|
|
2692
|
+
},
|
|
2693
|
+
"type": {
|
|
2694
|
+
"type": "array",
|
|
2695
|
+
"items": "com.linkedin.pegasus2avro.common.Edge"
|
|
2696
|
+
},
|
|
2697
|
+
"name": "dashboards",
|
|
2698
|
+
"default": [],
|
|
2699
|
+
"doc": "Dashboards included by this dashboard.\nSome dashboard entities (e.g. PowerBI Apps) can contain other dashboards.\n\nThe Edge's sourceUrn should never be set, as it will always be the base dashboard."
|
|
2700
|
+
},
|
|
2601
2701
|
{
|
|
2602
2702
|
"Searchable": {
|
|
2603
2703
|
"/lastModified/time": {
|
|
@@ -2640,7 +2740,9 @@
|
|
|
2640
2740
|
"doc": "Access level for the dashboard"
|
|
2641
2741
|
},
|
|
2642
2742
|
{
|
|
2643
|
-
"Searchable": {
|
|
2743
|
+
"Searchable": {
|
|
2744
|
+
"queryByDefault": false
|
|
2745
|
+
},
|
|
2644
2746
|
"type": [
|
|
2645
2747
|
"null",
|
|
2646
2748
|
"long"
|
|
@@ -2650,7 +2752,9 @@
|
|
|
2650
2752
|
"doc": "The time when this dashboard last refreshed"
|
|
2651
2753
|
},
|
|
2652
2754
|
{
|
|
2653
|
-
"Searchable": {
|
|
2755
|
+
"Searchable": {
|
|
2756
|
+
"queryByDefault": false
|
|
2757
|
+
},
|
|
2654
2758
|
"java": {
|
|
2655
2759
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
2656
2760
|
},
|
|
@@ -2949,6 +3053,7 @@
|
|
|
2949
3053
|
"PROD": "Designates production fabrics",
|
|
2950
3054
|
"QA": "Designates quality assurance fabrics",
|
|
2951
3055
|
"RVW": "Designates review fabrics",
|
|
3056
|
+
"SANDBOX": "Designates sandbox fabrics",
|
|
2952
3057
|
"STG": "Designates staging fabrics",
|
|
2953
3058
|
"TEST": "Designates testing fabrics",
|
|
2954
3059
|
"TST": "Alternative Test spelling",
|
|
@@ -2969,7 +3074,8 @@
|
|
|
2969
3074
|
"CORP",
|
|
2970
3075
|
"RVW",
|
|
2971
3076
|
"PRD",
|
|
2972
|
-
"TST"
|
|
3077
|
+
"TST",
|
|
3078
|
+
"SANDBOX"
|
|
2973
3079
|
],
|
|
2974
3080
|
"doc": "Fabric group type"
|
|
2975
3081
|
}
|
|
@@ -7703,9 +7809,9 @@
|
|
|
7703
7809
|
},
|
|
7704
7810
|
"Searchable": {
|
|
7705
7811
|
"/*": {
|
|
7706
|
-
"boostScore": 2.0,
|
|
7707
7812
|
"fieldName": "isRelatedTerms",
|
|
7708
|
-
"fieldType": "URN"
|
|
7813
|
+
"fieldType": "URN",
|
|
7814
|
+
"queryByDefault": false
|
|
7709
7815
|
}
|
|
7710
7816
|
},
|
|
7711
7817
|
"type": [
|
|
@@ -7732,9 +7838,9 @@
|
|
|
7732
7838
|
},
|
|
7733
7839
|
"Searchable": {
|
|
7734
7840
|
"/*": {
|
|
7735
|
-
"boostScore": 2.0,
|
|
7736
7841
|
"fieldName": "hasRelatedTerms",
|
|
7737
|
-
"fieldType": "URN"
|
|
7842
|
+
"fieldType": "URN",
|
|
7843
|
+
"queryByDefault": false
|
|
7738
7844
|
}
|
|
7739
7845
|
},
|
|
7740
7846
|
"type": [
|
|
@@ -8106,12 +8212,14 @@
|
|
|
8106
8212
|
"type": {
|
|
8107
8213
|
"type": "enum",
|
|
8108
8214
|
"symbolDocs": {
|
|
8109
|
-
"EQUALS": "Whether the field matches the value"
|
|
8215
|
+
"EQUALS": "Whether the field matches the value",
|
|
8216
|
+
"STARTS_WITH": "Whether the field value starts with the value"
|
|
8110
8217
|
},
|
|
8111
8218
|
"name": "PolicyMatchCondition",
|
|
8112
8219
|
"namespace": "com.linkedin.pegasus2avro.policy",
|
|
8113
8220
|
"symbols": [
|
|
8114
|
-
"EQUALS"
|
|
8221
|
+
"EQUALS",
|
|
8222
|
+
"STARTS_WITH"
|
|
8115
8223
|
],
|
|
8116
8224
|
"doc": "The matching condition in a filter criterion"
|
|
8117
8225
|
},
|
|
@@ -574,10 +574,11 @@
|
|
|
574
574
|
"FIELD",
|
|
575
575
|
"DATA_SCHEMA",
|
|
576
576
|
"CUSTOM"
|
|
577
|
-
]
|
|
577
|
+
],
|
|
578
|
+
"doc": "Type of assertion. Assertion types can evolve to span Datasets, Flows (Pipelines), Models, Features etc."
|
|
578
579
|
},
|
|
579
580
|
"name": "type",
|
|
580
|
-
"doc": "Type of assertion.
|
|
581
|
+
"doc": "Type of assertion."
|
|
581
582
|
},
|
|
582
583
|
{
|
|
583
584
|
"type": [
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"type": "string",
|
|
14
14
|
"name": "resourceType",
|
|
15
|
-
"doc": "The type of the resource. \
|
|
15
|
+
"doc": "The type of the resource. \nIntended as a loose specifier of the generic type of the resource.\nProducer is not forced to conform to a specific set of symbols for\nresource types.\nThe @PlatformResourceType enumeration offers a paved path for agreed upon\ncommon terms, but is not required to be followed.\nExample values could be: conversation, user, grant, etc.\nResource types are indexed for ease of access. \ne.g. Get me all platform resources of type user for the platform looker"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"Searchable": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"type": "string",
|
|
22
22
|
"name": "primaryKey",
|
|
23
|
-
"doc": "The primary key for this platform resource.\
|
|
23
|
+
"doc": "The primary key for this platform resource.\ne.g. for a slack member this would be the memberID.\nprimary keys specified here don't need to include any additional specificity for the\n dataPlatform\nThe @PlatformResourceKey is supposed to represent that"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"Searchable": {
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"dataPlatformInstance",
|
|
9
9
|
"platformResourceInfo",
|
|
10
10
|
"status"
|
|
11
|
-
]
|
|
11
|
+
],
|
|
12
|
+
"entityDoc": "Platform Resources are assets that are unmodeled and stored outside of the core data model. They are stored in DataHub primarily to help with application-specific use-cases that are not sufficiently generalized to move into the core data model."
|
|
12
13
|
},
|
|
13
14
|
"name": "PlatformResourceKey",
|
|
14
15
|
"namespace": "com.linkedin.pegasus2avro.platformresource",
|
|
@@ -16,8 +17,8 @@
|
|
|
16
17
|
{
|
|
17
18
|
"type": "string",
|
|
18
19
|
"name": "id",
|
|
19
|
-
"doc": "A unique id for this entity
|
|
20
|
+
"doc": "A unique id for this entity.\nThere are no constraints on the format of this id, but most implementations\nwill choose to use a UUID.\nThis id should be globally unique for the entire DataHub instance and\n uniquely identify the resource that is being stored, so most\n implementations\nwill combine logical attributes like platform name, platform instance,\nplatform-specific-id and the resource type to create the unique id.\ne.g. slack:slack-instance:slack-user-id:user-info \nor guid(slack, slack-instance, slack-user-id, user-info) etc."
|
|
20
21
|
}
|
|
21
22
|
],
|
|
22
|
-
"doc": "Key for Platform Resource.\
|
|
23
|
+
"doc": "Key for a Platform Resource.\nPlatform Resources are assets that are not part of the core data model.\nThey are stored in DataHub primarily to help with application-specific\nuse-cases that are not sufficiently generalized to move into the core data model.\nFor instance, if we want to persist & retrieve additional user profile data \nfrom auxiliary integrations such as Slack or Microsoft Teams for resolving details later."
|
|
23
24
|
}
|
|
@@ -212,6 +212,7 @@
|
|
|
212
212
|
],
|
|
213
213
|
"name": "PostTarget"
|
|
214
214
|
},
|
|
215
|
+
"Searchable": {},
|
|
215
216
|
"java": {
|
|
216
217
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
217
218
|
},
|
|
@@ -221,7 +222,7 @@
|
|
|
221
222
|
],
|
|
222
223
|
"name": "target",
|
|
223
224
|
"default": null,
|
|
224
|
-
"doc": "Optional URN that the post is associated with.",
|
|
225
|
+
"doc": "Optional Entity URN that the post is associated with.",
|
|
225
226
|
"Urn": "Urn",
|
|
226
227
|
"entityTypes": [
|
|
227
228
|
"dataset",
|
|
@@ -137,6 +137,7 @@
|
|
|
137
137
|
"EXISTS": "Represents the relation: field exists and is non-empty, e.g. owners is not null and != [] (empty)",
|
|
138
138
|
"GREATER_THAN": "Represent the relation greater than, e.g. ownerCount > 5",
|
|
139
139
|
"GREATER_THAN_OR_EQUAL_TO": "Represent the relation greater than or equal to, e.g. ownerCount >= 5",
|
|
140
|
+
"IEQUAL": "Represent the relation: field = value and support case insensitive values, e.g. platform = hdfs",
|
|
140
141
|
"IN": "Represent the relation: String field is one of the array values to, e.g. name in [\"Profile\", \"Event\"]",
|
|
141
142
|
"IS_NULL": "Represent the relation: field is null, e.g. platform is null",
|
|
142
143
|
"LESS_THAN": "Represent the relation less than, e.g. ownerCount < 3",
|
|
@@ -150,6 +151,7 @@
|
|
|
150
151
|
"CONTAIN",
|
|
151
152
|
"END_WITH",
|
|
152
153
|
"EQUAL",
|
|
154
|
+
"IEQUAL",
|
|
153
155
|
"IS_NULL",
|
|
154
156
|
"EXISTS",
|
|
155
157
|
"GREATER_THAN",
|