acryl-datahub-cloud 0.3.13rc3__py3-none-any.whl → 0.3.13rc4__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.
Potentially problematic release.
This version of acryl-datahub-cloud might be problematic. Click here for more details.
- acryl_datahub_cloud/_codegen_config.json +1 -1
- acryl_datahub_cloud/metadata/_urns/urn_defs.py +56 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/actionworkflow/__init__.py +53 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/assertion/__init__.py +0 -2
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/key/__init__.py +2 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/module/__init__.py +0 -4
- acryl_datahub_cloud/metadata/schema.avsc +732 -291
- acryl_datahub_cloud/metadata/schema_classes.py +1077 -280
- acryl_datahub_cloud/metadata/schemas/ActionRequestInfo.avsc +136 -1
- acryl_datahub_cloud/metadata/schemas/ActionWorkflowInfo.avsc +683 -0
- acryl_datahub_cloud/metadata/schemas/ActionWorkflowKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +0 -46
- acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc +0 -25
- acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc +0 -25
- acryl_datahub_cloud/metadata/schemas/CorpUserSettings.avsc +1 -10
- acryl_datahub_cloud/metadata/schemas/DataHubPageModuleProperties.avsc +7 -88
- acryl_datahub_cloud/metadata/schemas/DatasetKey.avsc +0 -1
- acryl_datahub_cloud/metadata/schemas/GlobalSettingsInfo.avsc +0 -9
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +136 -19
- acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc +44 -62
- acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc +0 -61
- acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc +0 -25
- acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc +4 -0
- acryl_datahub_cloud/metadata/schemas/QuerySubjects.avsc +12 -1
- acryl_datahub_cloud/metadata/schemas/SchemaFieldKey.avsc +0 -1
- acryl_datahub_cloud/metadata/schemas/SystemMetadata.avsc +0 -61
- {acryl_datahub_cloud-0.3.13rc3.dist-info → acryl_datahub_cloud-0.3.13rc4.dist-info}/METADATA +52 -52
- {acryl_datahub_cloud-0.3.13rc3.dist-info → acryl_datahub_cloud-0.3.13rc4.dist-info}/RECORD +31 -30
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/logical/__init__.py +0 -15
- acryl_datahub_cloud/metadata/schemas/LogicalParent.avsc +0 -140
- {acryl_datahub_cloud-0.3.13rc3.dist-info → acryl_datahub_cloud-0.3.13rc4.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.13rc3.dist-info → acryl_datahub_cloud-0.3.13rc4.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.13rc3.dist-info → acryl_datahub_cloud-0.3.13rc4.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "actionWorkflowKey",
|
|
5
|
+
"keyForEntity": "actionWorkflow",
|
|
6
|
+
"entityCategory": "internal",
|
|
7
|
+
"entityAspects": [
|
|
8
|
+
"actionWorkflowInfo"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"name": "ActionWorkflowKey",
|
|
12
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.key",
|
|
13
|
+
"fields": [
|
|
14
|
+
{
|
|
15
|
+
"type": "string",
|
|
16
|
+
"name": "id",
|
|
17
|
+
"doc": " The unique identifier for the workflow "
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"doc": "Key for an ActionRequestWorkflow"
|
|
21
|
+
}
|
|
@@ -167,27 +167,6 @@
|
|
|
167
167
|
"doc": "Data Platform for parent",
|
|
168
168
|
"Urn": "Urn"
|
|
169
169
|
},
|
|
170
|
-
{
|
|
171
|
-
"Searchable": {
|
|
172
|
-
"/*": {
|
|
173
|
-
"addToFilters": true,
|
|
174
|
-
"fieldType": "URN",
|
|
175
|
-
"hasValuesFieldName": "hasAsserteeContainer"
|
|
176
|
-
}
|
|
177
|
-
},
|
|
178
|
-
"TimeseriesField": {},
|
|
179
|
-
"java": {
|
|
180
|
-
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
181
|
-
},
|
|
182
|
-
"type": [
|
|
183
|
-
"null",
|
|
184
|
-
"string"
|
|
185
|
-
],
|
|
186
|
-
"name": "asserteeContainer",
|
|
187
|
-
"default": null,
|
|
188
|
-
"doc": "The Container attached to the entity's parent Asset",
|
|
189
|
-
"Urn": "Urn"
|
|
190
|
-
},
|
|
191
170
|
{
|
|
192
171
|
"Searchable": {
|
|
193
172
|
"addToFilters": true,
|
|
@@ -2981,31 +2960,6 @@
|
|
|
2981
2960
|
"name": "description",
|
|
2982
2961
|
"default": null,
|
|
2983
2962
|
"doc": "An optional human-readable description of the assertion"
|
|
2984
|
-
},
|
|
2985
|
-
{
|
|
2986
|
-
"type": [
|
|
2987
|
-
"null",
|
|
2988
|
-
{
|
|
2989
|
-
"type": "record",
|
|
2990
|
-
"name": "AssertionNote",
|
|
2991
|
-
"namespace": "com.linkedin.pegasus2avro.assertion",
|
|
2992
|
-
"fields": [
|
|
2993
|
-
{
|
|
2994
|
-
"type": "string",
|
|
2995
|
-
"name": "content",
|
|
2996
|
-
"doc": "The note to give technical owners more context about the assertion, and how to troubleshoot it."
|
|
2997
|
-
},
|
|
2998
|
-
{
|
|
2999
|
-
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
3000
|
-
"name": "lastModified",
|
|
3001
|
-
"doc": "The time at which the note was last modified."
|
|
3002
|
-
}
|
|
3003
|
-
]
|
|
3004
|
-
}
|
|
3005
|
-
],
|
|
3006
|
-
"name": "note",
|
|
3007
|
-
"default": null,
|
|
3008
|
-
"doc": "An optional note to give technical owners more context about the assertion, and how to troubleshoot it.\nThe UI will render this in markdown format."
|
|
3009
2963
|
}
|
|
3010
2964
|
],
|
|
3011
2965
|
"doc": "Information about an assertion\n\nAcryl Only: Did you update AssertionWithoutAnnotations.pdl? If not, please update it."
|
|
@@ -2669,31 +2669,6 @@
|
|
|
2669
2669
|
"name": "description",
|
|
2670
2670
|
"default": null,
|
|
2671
2671
|
"doc": "An optional human-readable description of the assertion"
|
|
2672
|
-
},
|
|
2673
|
-
{
|
|
2674
|
-
"type": [
|
|
2675
|
-
"null",
|
|
2676
|
-
{
|
|
2677
|
-
"type": "record",
|
|
2678
|
-
"name": "AssertionNote",
|
|
2679
|
-
"namespace": "com.linkedin.pegasus2avro.assertion",
|
|
2680
|
-
"fields": [
|
|
2681
|
-
{
|
|
2682
|
-
"type": "string",
|
|
2683
|
-
"name": "content",
|
|
2684
|
-
"doc": "The note to give technical owners more context about the assertion, and how to troubleshoot it."
|
|
2685
|
-
},
|
|
2686
|
-
{
|
|
2687
|
-
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
2688
|
-
"name": "lastModified",
|
|
2689
|
-
"doc": "The time at which the note was last modified."
|
|
2690
|
-
}
|
|
2691
|
-
]
|
|
2692
|
-
}
|
|
2693
|
-
],
|
|
2694
|
-
"name": "note",
|
|
2695
|
-
"default": null,
|
|
2696
|
-
"doc": "An optional note to give technical owners more context about the assertion, and how to troubleshoot it.\nThe UI will render this in markdown format."
|
|
2697
2672
|
}
|
|
2698
2673
|
],
|
|
2699
2674
|
"doc": "Information about an assertion\n\nAcryl Only: Did you update AssertionWithoutAnnotations.pdl? If not, please update it."
|
|
@@ -2760,31 +2760,6 @@
|
|
|
2760
2760
|
"name": "description",
|
|
2761
2761
|
"default": null,
|
|
2762
2762
|
"doc": "An optional human-readable description of the assertion"
|
|
2763
|
-
},
|
|
2764
|
-
{
|
|
2765
|
-
"type": [
|
|
2766
|
-
"null",
|
|
2767
|
-
{
|
|
2768
|
-
"type": "record",
|
|
2769
|
-
"name": "AssertionNote",
|
|
2770
|
-
"namespace": "com.linkedin.pegasus2avro.assertion",
|
|
2771
|
-
"fields": [
|
|
2772
|
-
{
|
|
2773
|
-
"type": "string",
|
|
2774
|
-
"name": "content",
|
|
2775
|
-
"doc": "The note to give technical owners more context about the assertion, and how to troubleshoot it."
|
|
2776
|
-
},
|
|
2777
|
-
{
|
|
2778
|
-
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
2779
|
-
"name": "lastModified",
|
|
2780
|
-
"doc": "The time at which the note was last modified."
|
|
2781
|
-
}
|
|
2782
|
-
]
|
|
2783
|
-
}
|
|
2784
|
-
],
|
|
2785
|
-
"name": "note",
|
|
2786
|
-
"default": null,
|
|
2787
|
-
"doc": "An optional note to give technical owners more context about the assertion, and how to troubleshoot it.\nThe UI will render this in markdown format."
|
|
2788
2763
|
}
|
|
2789
2764
|
],
|
|
2790
2765
|
"doc": "Information about an assertion\n\nAcryl Only: Did you update AssertionWithoutAnnotations.pdl? If not, please update it."
|
|
@@ -216,12 +216,6 @@
|
|
|
216
216
|
"namespace": "com.linkedin.pegasus2avro.identity",
|
|
217
217
|
"fields": [
|
|
218
218
|
{
|
|
219
|
-
"Relationship": {
|
|
220
|
-
"entityTypes": [
|
|
221
|
-
"dataHubPageTemplate"
|
|
222
|
-
],
|
|
223
|
-
"name": "HasPersonalPageTemplate"
|
|
224
|
-
},
|
|
225
219
|
"java": {
|
|
226
220
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
227
221
|
},
|
|
@@ -232,10 +226,7 @@
|
|
|
232
226
|
"name": "pageTemplate",
|
|
233
227
|
"default": null,
|
|
234
228
|
"doc": "The page template that will be rendered in the UI by default for this user",
|
|
235
|
-
"Urn": "Urn"
|
|
236
|
-
"entityTypes": [
|
|
237
|
-
"dataHubPageTemplate"
|
|
238
|
-
]
|
|
229
|
+
"Urn": "Urn"
|
|
239
230
|
},
|
|
240
231
|
{
|
|
241
232
|
"type": [
|
|
@@ -23,8 +23,7 @@
|
|
|
23
23
|
"HIERARCHY": "A module displaying a hierarchy to navigate",
|
|
24
24
|
"LINK": "Link type module",
|
|
25
25
|
"OWNED_ASSETS": "Module displaying assets owned by a user",
|
|
26
|
-
"RICH_TEXT": "Module containing rich text to be rendered"
|
|
27
|
-
"SUBSCRIBED_ASSETS": "Module displaying assets subscribed to by a given user"
|
|
26
|
+
"RICH_TEXT": "Module containing rich text to be rendered"
|
|
28
27
|
},
|
|
29
28
|
"name": "DataHubPageModuleType",
|
|
30
29
|
"namespace": "com.linkedin.pegasus2avro.module",
|
|
@@ -34,8 +33,7 @@
|
|
|
34
33
|
"ASSET_COLLECTION",
|
|
35
34
|
"HIERARCHY",
|
|
36
35
|
"OWNED_ASSETS",
|
|
37
|
-
"DOMAINS"
|
|
38
|
-
"SUBSCRIBED_ASSETS"
|
|
36
|
+
"DOMAINS"
|
|
39
37
|
],
|
|
40
38
|
"doc": "Enum containing the types of page modules that there are"
|
|
41
39
|
},
|
|
@@ -89,24 +87,12 @@
|
|
|
89
87
|
"namespace": "com.linkedin.pegasus2avro.module",
|
|
90
88
|
"fields": [
|
|
91
89
|
{
|
|
90
|
+
"java": {
|
|
91
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
92
|
+
},
|
|
92
93
|
"type": "string",
|
|
93
|
-
"name": "
|
|
94
|
-
|
|
95
|
-
{
|
|
96
|
-
"type": [
|
|
97
|
-
"null",
|
|
98
|
-
"string"
|
|
99
|
-
],
|
|
100
|
-
"name": "imageUrl",
|
|
101
|
-
"default": null
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"type": [
|
|
105
|
-
"null",
|
|
106
|
-
"string"
|
|
107
|
-
],
|
|
108
|
-
"name": "description",
|
|
109
|
-
"default": null
|
|
94
|
+
"name": "linkUrn",
|
|
95
|
+
"Urn": "Urn"
|
|
110
96
|
}
|
|
111
97
|
]
|
|
112
98
|
}
|
|
@@ -133,73 +119,6 @@
|
|
|
133
119
|
"name": "richTextParams",
|
|
134
120
|
"default": null,
|
|
135
121
|
"doc": "The params required if the module is type RICH_TEXT"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"type": [
|
|
139
|
-
"null",
|
|
140
|
-
{
|
|
141
|
-
"type": "record",
|
|
142
|
-
"name": "AssetCollectionModuleParams",
|
|
143
|
-
"namespace": "com.linkedin.pegasus2avro.module",
|
|
144
|
-
"fields": [
|
|
145
|
-
{
|
|
146
|
-
"type": {
|
|
147
|
-
"type": "array",
|
|
148
|
-
"items": "string"
|
|
149
|
-
},
|
|
150
|
-
"name": "assetUrns",
|
|
151
|
-
"Urn": "Urn",
|
|
152
|
-
"urn_is_array": true
|
|
153
|
-
}
|
|
154
|
-
],
|
|
155
|
-
"doc": "The params required if the module is type ASSET_COLLECTION"
|
|
156
|
-
}
|
|
157
|
-
],
|
|
158
|
-
"name": "assetCollectionParams",
|
|
159
|
-
"default": null,
|
|
160
|
-
"doc": "The params required if the module is type ASSET_COLLECTION"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"type": [
|
|
164
|
-
"null",
|
|
165
|
-
{
|
|
166
|
-
"type": "record",
|
|
167
|
-
"name": "HierarchyModuleParams",
|
|
168
|
-
"namespace": "com.linkedin.pegasus2avro.module",
|
|
169
|
-
"fields": [
|
|
170
|
-
{
|
|
171
|
-
"type": [
|
|
172
|
-
"null",
|
|
173
|
-
{
|
|
174
|
-
"type": "array",
|
|
175
|
-
"items": "string"
|
|
176
|
-
}
|
|
177
|
-
],
|
|
178
|
-
"name": "assetUrns",
|
|
179
|
-
"default": null,
|
|
180
|
-
"Urn": "Urn",
|
|
181
|
-
"urn_is_array": true
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"type": "boolean",
|
|
185
|
-
"name": "showRelatedEntities"
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"type": [
|
|
189
|
-
"null",
|
|
190
|
-
"string"
|
|
191
|
-
],
|
|
192
|
-
"name": "relatedEntitiesFilterJson",
|
|
193
|
-
"default": null,
|
|
194
|
-
"doc": "Optional filters to filter relatedEntities (assetUrns) out\n\nThe stringified json representing the logical predicate built in the UI to select assets.\nThis predicate is turned into orFilters to send through graphql since graphql doesn't support\narbitrary nesting. This string is used to restore the UI for this logical predicate."
|
|
195
|
-
}
|
|
196
|
-
],
|
|
197
|
-
"doc": "The params required if the module is type HIERARCHY_VIEW"
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
"name": "hierarchyViewParams",
|
|
201
|
-
"default": null,
|
|
202
|
-
"doc": "The params required if the module is type HIERARCHY_VIEW"
|
|
203
122
|
}
|
|
204
123
|
],
|
|
205
124
|
"doc": "The specific parameters stored for a module"
|
|
@@ -47,15 +47,6 @@
|
|
|
47
47
|
"name": "defaultChannelName",
|
|
48
48
|
"default": null,
|
|
49
49
|
"doc": "A default slack channel to use."
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"type": [
|
|
53
|
-
"null",
|
|
54
|
-
"boolean"
|
|
55
|
-
],
|
|
56
|
-
"name": "datahubAtMentionEnabled",
|
|
57
|
-
"default": null,
|
|
58
|
-
"doc": "Whether the Slack @DataHub bot mention functionality is enabled.\nIf null, use the default value from feature flags."
|
|
59
50
|
}
|
|
60
51
|
],
|
|
61
52
|
"doc": "Slack integration settings."
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
},
|
|
244
244
|
"type": "string",
|
|
245
245
|
"name": "type",
|
|
246
|
-
"doc": "The type of the action request, for example 'TAG_ASSOCIATION'"
|
|
246
|
+
"doc": "The type of the action request, for example 'TAG_ASSOCIATION', 'WORKFLOW_FORM_REQUEST'"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"Searchable": {
|
|
@@ -1000,6 +1000,141 @@
|
|
|
1000
1000
|
"name": "dataContractProposal",
|
|
1001
1001
|
"default": null,
|
|
1002
1002
|
"doc": "A proposal to create or modify a Data Contract"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"type": [
|
|
1006
|
+
"null",
|
|
1007
|
+
{
|
|
1008
|
+
"type": "record",
|
|
1009
|
+
"name": "ActionWorkflowFormRequest",
|
|
1010
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
1011
|
+
"fields": [
|
|
1012
|
+
{
|
|
1013
|
+
"Searchable": {
|
|
1014
|
+
"fieldName": "actionWorkflow"
|
|
1015
|
+
},
|
|
1016
|
+
"java": {
|
|
1017
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
1018
|
+
},
|
|
1019
|
+
"type": "string",
|
|
1020
|
+
"name": "workflow",
|
|
1021
|
+
"doc": "The urn of the associated access request workflow.",
|
|
1022
|
+
"Urn": "Urn"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"Searchable": {
|
|
1026
|
+
"fieldName": "workflowCategory"
|
|
1027
|
+
},
|
|
1028
|
+
"type": {
|
|
1029
|
+
"type": "enum",
|
|
1030
|
+
"symbolDocs": {
|
|
1031
|
+
"ACCESS": "Workflow for requesting access to a resource, such as a dataset or data job.\nRequires the `access` field to be populated with specific access parameters.",
|
|
1032
|
+
"CUSTOM": "Custom, non-access related workflow. For example, may be used to model workflows like\nasset creation, asset cleanup or deletion, etc."
|
|
1033
|
+
},
|
|
1034
|
+
"name": "ActionWorkflowCategory",
|
|
1035
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
1036
|
+
"symbols": [
|
|
1037
|
+
"ACCESS",
|
|
1038
|
+
"CUSTOM"
|
|
1039
|
+
]
|
|
1040
|
+
},
|
|
1041
|
+
"name": "category",
|
|
1042
|
+
"doc": "The category of the workflow. \nPrimarily used for searching / filtering action requests."
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"Searchable": {
|
|
1046
|
+
"fieldName": "customWorkflowCategory"
|
|
1047
|
+
},
|
|
1048
|
+
"type": [
|
|
1049
|
+
"null",
|
|
1050
|
+
"string"
|
|
1051
|
+
],
|
|
1052
|
+
"name": "customCategory",
|
|
1053
|
+
"default": null,
|
|
1054
|
+
"doc": "The custom category of the workflow, if category is custom.\nPrimarily used for searching / filtering action requests."
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"type": {
|
|
1058
|
+
"type": "array",
|
|
1059
|
+
"items": {
|
|
1060
|
+
"type": "record",
|
|
1061
|
+
"name": "ActionWorkflowFormRequestField",
|
|
1062
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
1063
|
+
"fields": [
|
|
1064
|
+
{
|
|
1065
|
+
"type": "string",
|
|
1066
|
+
"name": "id",
|
|
1067
|
+
"doc": "Workflow-local id for the field"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"type": {
|
|
1071
|
+
"type": "array",
|
|
1072
|
+
"items": [
|
|
1073
|
+
"string",
|
|
1074
|
+
"double"
|
|
1075
|
+
]
|
|
1076
|
+
},
|
|
1077
|
+
"name": "values",
|
|
1078
|
+
"doc": "Value, reused model from structured properties. Empty if no response was provided."
|
|
1079
|
+
}
|
|
1080
|
+
],
|
|
1081
|
+
"doc": "Simply capture the field id + the value."
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
"name": "fields",
|
|
1085
|
+
"doc": "Custom fields provided by the user making the request if the action request is of type FORM_SUBMITTED\nEventually, these may need to become search indexed. For now, not indexed."
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"type": [
|
|
1089
|
+
"null",
|
|
1090
|
+
{
|
|
1091
|
+
"type": "record",
|
|
1092
|
+
"name": "ActionWorkflowRequestAccess",
|
|
1093
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
1094
|
+
"fields": [
|
|
1095
|
+
{
|
|
1096
|
+
"Searchable": {},
|
|
1097
|
+
"type": [
|
|
1098
|
+
"null",
|
|
1099
|
+
"long"
|
|
1100
|
+
],
|
|
1101
|
+
"name": "expiresAt",
|
|
1102
|
+
"default": null,
|
|
1103
|
+
"doc": "Expiration time for the action request (optional, if part of the template)."
|
|
1104
|
+
}
|
|
1105
|
+
]
|
|
1106
|
+
}
|
|
1107
|
+
],
|
|
1108
|
+
"name": "access",
|
|
1109
|
+
"default": null,
|
|
1110
|
+
"doc": "Details specific for access request workflow requests."
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"type": {
|
|
1114
|
+
"type": "record",
|
|
1115
|
+
"name": "ActionWorkflowRequestStepState",
|
|
1116
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
1117
|
+
"fields": [
|
|
1118
|
+
{
|
|
1119
|
+
"Searchable": {
|
|
1120
|
+
"fieldName": "workflowStepId"
|
|
1121
|
+
},
|
|
1122
|
+
"type": "string",
|
|
1123
|
+
"name": "stepId",
|
|
1124
|
+
"doc": "The id of the current step in the workflow, which should be of type ACTION_REQUEST_REVIEW."
|
|
1125
|
+
}
|
|
1126
|
+
]
|
|
1127
|
+
},
|
|
1128
|
+
"name": "stepState",
|
|
1129
|
+
"doc": "State related to steps. This should correspond to a step of type ACTION_REQUEST_REVIEW in the workflow \ndefinition."
|
|
1130
|
+
}
|
|
1131
|
+
],
|
|
1132
|
+
"doc": "A request for an access workflow form to be reviewed.\n\nFor an access workflow of trigger type FORM, this action request currently represents the \"state\" \nof the workflow instance. \n\nIn the future, we may add more features like due dates, escalations, etc.\nIdeally, for now we are keeping these out of here."
|
|
1133
|
+
}
|
|
1134
|
+
],
|
|
1135
|
+
"name": "workflowFormRequest",
|
|
1136
|
+
"default": null,
|
|
1137
|
+
"doc": "An action workflow form request."
|
|
1003
1138
|
}
|
|
1004
1139
|
],
|
|
1005
1140
|
"doc": "Parameters provided with a particular action request. Only one of the fields will be populated,\ndepending on the action request type."
|
|
@@ -9122,24 +9257,6 @@
|
|
|
9122
9257
|
"name": "version",
|
|
9123
9258
|
"default": null,
|
|
9124
9259
|
"doc": "Aspect version\n Initial implementation will use the aspect version's number, however stored as\n a string in the case where a different aspect versioning scheme is later adopted."
|
|
9125
|
-
},
|
|
9126
|
-
{
|
|
9127
|
-
"type": [
|
|
9128
|
-
"null",
|
|
9129
|
-
"com.linkedin.pegasus2avro.common.AuditStamp"
|
|
9130
|
-
],
|
|
9131
|
-
"name": "aspectCreated",
|
|
9132
|
-
"default": null,
|
|
9133
|
-
"doc": "When the aspect was initially created and who created it, detected by version 0 -> 1 change"
|
|
9134
|
-
},
|
|
9135
|
-
{
|
|
9136
|
-
"type": [
|
|
9137
|
-
"null",
|
|
9138
|
-
"com.linkedin.pegasus2avro.common.AuditStamp"
|
|
9139
|
-
],
|
|
9140
|
-
"name": "aspectModified",
|
|
9141
|
-
"default": null,
|
|
9142
|
-
"doc": "When the aspect was last modified and the actor that performed the modification"
|
|
9143
9260
|
}
|
|
9144
9261
|
],
|
|
9145
9262
|
"doc": "Metadata associated with each metadata change that is processed by the system"
|
|
@@ -267,67 +267,6 @@
|
|
|
267
267
|
"name": "version",
|
|
268
268
|
"default": null,
|
|
269
269
|
"doc": "Aspect version\n Initial implementation will use the aspect version's number, however stored as\n a string in the case where a different aspect versioning scheme is later adopted."
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"type": [
|
|
273
|
-
"null",
|
|
274
|
-
{
|
|
275
|
-
"type": "record",
|
|
276
|
-
"name": "AuditStamp",
|
|
277
|
-
"namespace": "com.linkedin.pegasus2avro.common",
|
|
278
|
-
"fields": [
|
|
279
|
-
{
|
|
280
|
-
"type": "long",
|
|
281
|
-
"name": "time",
|
|
282
|
-
"doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"java": {
|
|
286
|
-
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
287
|
-
},
|
|
288
|
-
"type": "string",
|
|
289
|
-
"name": "actor",
|
|
290
|
-
"doc": "The entity (e.g. a member URN) which will be credited for moving the resource/association/sub-resource into the specific lifecycle stage. It is also the one used to authorize the change.",
|
|
291
|
-
"Urn": "Urn"
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"java": {
|
|
295
|
-
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
296
|
-
},
|
|
297
|
-
"type": [
|
|
298
|
-
"null",
|
|
299
|
-
"string"
|
|
300
|
-
],
|
|
301
|
-
"name": "impersonator",
|
|
302
|
-
"default": null,
|
|
303
|
-
"doc": "The entity (e.g. a service URN) which performs the change on behalf of the Actor and must be authorized to act as the Actor.",
|
|
304
|
-
"Urn": "Urn"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"type": [
|
|
308
|
-
"null",
|
|
309
|
-
"string"
|
|
310
|
-
],
|
|
311
|
-
"name": "message",
|
|
312
|
-
"default": null,
|
|
313
|
-
"doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
|
|
314
|
-
}
|
|
315
|
-
],
|
|
316
|
-
"doc": "Data captured on a resource/association/sub-resource level giving insight into when that resource/association/sub-resource moved into a particular lifecycle stage, and who acted to move it into that specific lifecycle stage."
|
|
317
|
-
}
|
|
318
|
-
],
|
|
319
|
-
"name": "aspectCreated",
|
|
320
|
-
"default": null,
|
|
321
|
-
"doc": "When the aspect was initially created and who created it, detected by version 0 -> 1 change"
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"type": [
|
|
325
|
-
"null",
|
|
326
|
-
"com.linkedin.pegasus2avro.common.AuditStamp"
|
|
327
|
-
],
|
|
328
|
-
"name": "aspectModified",
|
|
329
|
-
"default": null,
|
|
330
|
-
"doc": "When the aspect was last modified and the actor that performed the modification"
|
|
331
270
|
}
|
|
332
271
|
],
|
|
333
272
|
"doc": "Metadata associated with each metadata change that is processed by the system"
|
|
@@ -370,7 +309,50 @@
|
|
|
370
309
|
{
|
|
371
310
|
"type": [
|
|
372
311
|
"null",
|
|
373
|
-
|
|
312
|
+
{
|
|
313
|
+
"type": "record",
|
|
314
|
+
"name": "AuditStamp",
|
|
315
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
316
|
+
"fields": [
|
|
317
|
+
{
|
|
318
|
+
"type": "long",
|
|
319
|
+
"name": "time",
|
|
320
|
+
"doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"java": {
|
|
324
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
325
|
+
},
|
|
326
|
+
"type": "string",
|
|
327
|
+
"name": "actor",
|
|
328
|
+
"doc": "The entity (e.g. a member URN) which will be credited for moving the resource/association/sub-resource into the specific lifecycle stage. It is also the one used to authorize the change.",
|
|
329
|
+
"Urn": "Urn"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"java": {
|
|
333
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
334
|
+
},
|
|
335
|
+
"type": [
|
|
336
|
+
"null",
|
|
337
|
+
"string"
|
|
338
|
+
],
|
|
339
|
+
"name": "impersonator",
|
|
340
|
+
"default": null,
|
|
341
|
+
"doc": "The entity (e.g. a service URN) which performs the change on behalf of the Actor and must be authorized to act as the Actor.",
|
|
342
|
+
"Urn": "Urn"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"type": [
|
|
346
|
+
"null",
|
|
347
|
+
"string"
|
|
348
|
+
],
|
|
349
|
+
"name": "message",
|
|
350
|
+
"default": null,
|
|
351
|
+
"doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
|
|
352
|
+
}
|
|
353
|
+
],
|
|
354
|
+
"doc": "Data captured on a resource/association/sub-resource level giving insight into when that resource/association/sub-resource moved into a particular lifecycle stage, and who acted to move it into that specific lifecycle stage."
|
|
355
|
+
}
|
|
374
356
|
],
|
|
375
357
|
"name": "created",
|
|
376
358
|
"default": null,
|