acryl-datahub-cloud 0.3.13rc4__py3-none-any.whl → 0.3.13rc6__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.

Files changed (26) hide show
  1. acryl_datahub_cloud/_codegen_config.json +1 -1
  2. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/assertion/__init__.py +2 -0
  3. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/logical/__init__.py +15 -0
  4. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/module/__init__.py +4 -0
  5. acryl_datahub_cloud/metadata/schema.avsc +210 -18
  6. acryl_datahub_cloud/metadata/schema_classes.py +289 -10
  7. acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +46 -0
  8. acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc +25 -0
  9. acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc +25 -0
  10. acryl_datahub_cloud/metadata/schemas/CorpUserSettings.avsc +10 -1
  11. acryl_datahub_cloud/metadata/schemas/DataHubPageModuleProperties.avsc +88 -7
  12. acryl_datahub_cloud/metadata/schemas/DatasetKey.avsc +1 -0
  13. acryl_datahub_cloud/metadata/schemas/GlobalSettingsInfo.avsc +9 -0
  14. acryl_datahub_cloud/metadata/schemas/LogicalParent.avsc +140 -0
  15. acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +18 -0
  16. acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc +62 -44
  17. acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc +61 -0
  18. acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc +25 -0
  19. acryl_datahub_cloud/metadata/schemas/QuerySubjects.avsc +1 -12
  20. acryl_datahub_cloud/metadata/schemas/SchemaFieldKey.avsc +1 -0
  21. acryl_datahub_cloud/metadata/schemas/SystemMetadata.avsc +61 -0
  22. {acryl_datahub_cloud-0.3.13rc4.dist-info → acryl_datahub_cloud-0.3.13rc6.dist-info}/METADATA +42 -42
  23. {acryl_datahub_cloud-0.3.13rc4.dist-info → acryl_datahub_cloud-0.3.13rc6.dist-info}/RECORD +26 -24
  24. {acryl_datahub_cloud-0.3.13rc4.dist-info → acryl_datahub_cloud-0.3.13rc6.dist-info}/WHEEL +0 -0
  25. {acryl_datahub_cloud-0.3.13rc4.dist-info → acryl_datahub_cloud-0.3.13rc6.dist-info}/entry_points.txt +0 -0
  26. {acryl_datahub_cloud-0.3.13rc4.dist-info → acryl_datahub_cloud-0.3.13rc6.dist-info}/top_level.txt +0 -0
@@ -216,6 +216,12 @@
216
216
  "namespace": "com.linkedin.pegasus2avro.identity",
217
217
  "fields": [
218
218
  {
219
+ "Relationship": {
220
+ "entityTypes": [
221
+ "dataHubPageTemplate"
222
+ ],
223
+ "name": "HasPersonalPageTemplate"
224
+ },
219
225
  "java": {
220
226
  "class": "com.linkedin.pegasus2avro.common.urn.Urn"
221
227
  },
@@ -226,7 +232,10 @@
226
232
  "name": "pageTemplate",
227
233
  "default": null,
228
234
  "doc": "The page template that will be rendered in the UI by default for this user",
229
- "Urn": "Urn"
235
+ "Urn": "Urn",
236
+ "entityTypes": [
237
+ "dataHubPageTemplate"
238
+ ]
230
239
  },
231
240
  {
232
241
  "type": [
@@ -23,7 +23,8 @@
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"
26
+ "RICH_TEXT": "Module containing rich text to be rendered",
27
+ "SUBSCRIBED_ASSETS": "Module displaying assets subscribed to by a given user"
27
28
  },
28
29
  "name": "DataHubPageModuleType",
29
30
  "namespace": "com.linkedin.pegasus2avro.module",
@@ -33,7 +34,8 @@
33
34
  "ASSET_COLLECTION",
34
35
  "HIERARCHY",
35
36
  "OWNED_ASSETS",
36
- "DOMAINS"
37
+ "DOMAINS",
38
+ "SUBSCRIBED_ASSETS"
37
39
  ],
38
40
  "doc": "Enum containing the types of page modules that there are"
39
41
  },
@@ -87,12 +89,24 @@
87
89
  "namespace": "com.linkedin.pegasus2avro.module",
88
90
  "fields": [
89
91
  {
90
- "java": {
91
- "class": "com.linkedin.pegasus2avro.common.urn.Urn"
92
- },
93
92
  "type": "string",
94
- "name": "linkUrn",
95
- "Urn": "Urn"
93
+ "name": "linkUrl"
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
96
110
  }
97
111
  ]
98
112
  }
@@ -119,6 +133,73 @@
119
133
  "name": "richTextParams",
120
134
  "default": null,
121
135
  "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"
122
203
  }
123
204
  ],
124
205
  "doc": "The specific parameters stored for a module"
@@ -39,6 +39,7 @@
39
39
  "partitionsSummary",
40
40
  "versionProperties",
41
41
  "icebergCatalogInfo",
42
+ "logicalParent",
42
43
  "inferredNeighbors",
43
44
  "inferredMetadata",
44
45
  "schemaFieldsInferredMetadata",
@@ -47,6 +47,15 @@
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."
50
59
  }
51
60
  ],
52
61
  "doc": "Slack integration settings."
@@ -0,0 +1,140 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "logicalParent"
5
+ },
6
+ "name": "LogicalParent",
7
+ "namespace": "com.linkedin.pegasus2avro.logical",
8
+ "fields": [
9
+ {
10
+ "Relationship": {
11
+ "/destinationUrn": {
12
+ "createdActor": "parent/created/actor",
13
+ "createdOn": "parent/created/time",
14
+ "entityTypes": [
15
+ "dataset",
16
+ "schemaField"
17
+ ],
18
+ "name": "PhysicalInstanceOf",
19
+ "properties": "parent/properties",
20
+ "updatedActor": "parent/lastModified/actor",
21
+ "updatedOn": "parent/lastModified/time"
22
+ }
23
+ },
24
+ "Searchable": {
25
+ "/destinationUrn": {
26
+ "addToFilters": true,
27
+ "fieldName": "logicalParent",
28
+ "fieldType": "URN",
29
+ "filterNameOverride": "Physical Instance Of",
30
+ "hasValuesFieldName": "hasLogicalParent",
31
+ "queryByDefault": false
32
+ }
33
+ },
34
+ "type": {
35
+ "type": "record",
36
+ "name": "Edge",
37
+ "namespace": "com.linkedin.pegasus2avro.common",
38
+ "fields": [
39
+ {
40
+ "java": {
41
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
42
+ },
43
+ "type": [
44
+ "null",
45
+ "string"
46
+ ],
47
+ "name": "sourceUrn",
48
+ "default": null,
49
+ "doc": "Urn of the source of this relationship edge.\nIf not specified, assumed to be the entity that this aspect belongs to.",
50
+ "Urn": "Urn"
51
+ },
52
+ {
53
+ "java": {
54
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
55
+ },
56
+ "type": "string",
57
+ "name": "destinationUrn",
58
+ "doc": "Urn of the destination of this relationship edge.",
59
+ "Urn": "Urn"
60
+ },
61
+ {
62
+ "type": [
63
+ "null",
64
+ {
65
+ "type": "record",
66
+ "name": "AuditStamp",
67
+ "namespace": "com.linkedin.pegasus2avro.common",
68
+ "fields": [
69
+ {
70
+ "type": "long",
71
+ "name": "time",
72
+ "doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
73
+ },
74
+ {
75
+ "java": {
76
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
77
+ },
78
+ "type": "string",
79
+ "name": "actor",
80
+ "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.",
81
+ "Urn": "Urn"
82
+ },
83
+ {
84
+ "java": {
85
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
86
+ },
87
+ "type": [
88
+ "null",
89
+ "string"
90
+ ],
91
+ "name": "impersonator",
92
+ "default": null,
93
+ "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.",
94
+ "Urn": "Urn"
95
+ },
96
+ {
97
+ "type": [
98
+ "null",
99
+ "string"
100
+ ],
101
+ "name": "message",
102
+ "default": null,
103
+ "doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
104
+ }
105
+ ],
106
+ "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."
107
+ }
108
+ ],
109
+ "name": "created",
110
+ "default": null,
111
+ "doc": "Audit stamp containing who created this relationship edge and when"
112
+ },
113
+ {
114
+ "type": [
115
+ "null",
116
+ "com.linkedin.pegasus2avro.common.AuditStamp"
117
+ ],
118
+ "name": "lastModified",
119
+ "default": null,
120
+ "doc": "Audit stamp containing who last modified this relationship edge and when"
121
+ },
122
+ {
123
+ "type": [
124
+ "null",
125
+ {
126
+ "type": "map",
127
+ "values": "string"
128
+ }
129
+ ],
130
+ "name": "properties",
131
+ "default": null,
132
+ "doc": "A generic properties bag that allows us to store specific information on this graph edge."
133
+ }
134
+ ],
135
+ "doc": "A common structure to represent all edges to entities when used inside aspects as collections\nThis ensures that all edges have common structure around audit-stamps and will support PATCH, time-travel automatically."
136
+ },
137
+ "name": "parent"
138
+ }
139
+ ]
140
+ }
@@ -9257,6 +9257,24 @@
9257
9257
  "name": "version",
9258
9258
  "default": null,
9259
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."
9260
+ },
9261
+ {
9262
+ "type": [
9263
+ "null",
9264
+ "com.linkedin.pegasus2avro.common.AuditStamp"
9265
+ ],
9266
+ "name": "aspectCreated",
9267
+ "default": null,
9268
+ "doc": "When the aspect was initially created and who created it, detected by version 0 -> 1 change"
9269
+ },
9270
+ {
9271
+ "type": [
9272
+ "null",
9273
+ "com.linkedin.pegasus2avro.common.AuditStamp"
9274
+ ],
9275
+ "name": "aspectModified",
9276
+ "default": null,
9277
+ "doc": "When the aspect was last modified and the actor that performed the modification"
9260
9278
  }
9261
9279
  ],
9262
9280
  "doc": "Metadata associated with each metadata change that is processed by the system"
@@ -267,6 +267,67 @@
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"
270
331
  }
271
332
  ],
272
333
  "doc": "Metadata associated with each metadata change that is processed by the system"
@@ -309,50 +370,7 @@
309
370
  {
310
371
  "type": [
311
372
  "null",
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
- }
373
+ "com.linkedin.pegasus2avro.common.AuditStamp"
356
374
  ],
357
375
  "name": "created",
358
376
  "default": null,
@@ -267,6 +267,67 @@
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"
270
331
  }
271
332
  ],
272
333
  "doc": "Metadata associated with each metadata change that is processed by the system"
@@ -3258,6 +3258,31 @@
3258
3258
  "name": "description",
3259
3259
  "default": null,
3260
3260
  "doc": "An optional human-readable description of the assertion"
3261
+ },
3262
+ {
3263
+ "type": [
3264
+ "null",
3265
+ {
3266
+ "type": "record",
3267
+ "name": "AssertionNote",
3268
+ "namespace": "com.linkedin.pegasus2avro.assertion",
3269
+ "fields": [
3270
+ {
3271
+ "type": "string",
3272
+ "name": "content",
3273
+ "doc": "The note to give technical owners more context about the assertion, and how to troubleshoot it."
3274
+ },
3275
+ {
3276
+ "type": "com.linkedin.pegasus2avro.common.AuditStamp",
3277
+ "name": "lastModified",
3278
+ "doc": "The time at which the note was last modified."
3279
+ }
3280
+ ]
3281
+ }
3282
+ ],
3283
+ "name": "note",
3284
+ "default": null,
3285
+ "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."
3261
3286
  }
3262
3287
  ],
3263
3288
  "doc": "Information about an assertion\n\nAcryl Only: Did you update AssertionWithoutAnnotations.pdl? If not, please update it."
@@ -15,13 +15,6 @@
15
15
  "namespace": "com.linkedin.pegasus2avro.query",
16
16
  "fields": [
17
17
  {
18
- "Relationship": {
19
- "entityTypes": [
20
- "dataset",
21
- "schemaField"
22
- ],
23
- "name": "IsAssociatedWith"
24
- },
25
18
  "Searchable": {
26
19
  "fieldName": "entities",
27
20
  "fieldType": "URN"
@@ -32,11 +25,7 @@
32
25
  "type": "string",
33
26
  "name": "entity",
34
27
  "doc": "An entity which is the subject of a query.",
35
- "Urn": "Urn",
36
- "entityTypes": [
37
- "dataset",
38
- "schemaField"
39
- ]
28
+ "Urn": "Urn"
40
29
  }
41
30
  ],
42
31
  "doc": "A single subject of a particular query.\nIn the future, we may evolve this model to include richer details\nabout the Query Subject in relation to the query."
@@ -15,6 +15,7 @@
15
15
  "testResults",
16
16
  "deprecation",
17
17
  "subTypes",
18
+ "logicalParent",
18
19
  "schemaFieldProfile",
19
20
  "lineageFeatures"
20
21
  ]
@@ -80,6 +80,67 @@
80
80
  "name": "version",
81
81
  "default": null,
82
82
  "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."
83
+ },
84
+ {
85
+ "type": [
86
+ "null",
87
+ {
88
+ "type": "record",
89
+ "name": "AuditStamp",
90
+ "namespace": "com.linkedin.pegasus2avro.common",
91
+ "fields": [
92
+ {
93
+ "type": "long",
94
+ "name": "time",
95
+ "doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
96
+ },
97
+ {
98
+ "java": {
99
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
100
+ },
101
+ "type": "string",
102
+ "name": "actor",
103
+ "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.",
104
+ "Urn": "Urn"
105
+ },
106
+ {
107
+ "java": {
108
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
109
+ },
110
+ "type": [
111
+ "null",
112
+ "string"
113
+ ],
114
+ "name": "impersonator",
115
+ "default": null,
116
+ "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.",
117
+ "Urn": "Urn"
118
+ },
119
+ {
120
+ "type": [
121
+ "null",
122
+ "string"
123
+ ],
124
+ "name": "message",
125
+ "default": null,
126
+ "doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
127
+ }
128
+ ],
129
+ "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."
130
+ }
131
+ ],
132
+ "name": "aspectCreated",
133
+ "default": null,
134
+ "doc": "When the aspect was initially created and who created it, detected by version 0 -> 1 change"
135
+ },
136
+ {
137
+ "type": [
138
+ "null",
139
+ "com.linkedin.pegasus2avro.common.AuditStamp"
140
+ ],
141
+ "name": "aspectModified",
142
+ "default": null,
143
+ "doc": "When the aspect was last modified and the actor that performed the modification"
83
144
  }
84
145
  ],
85
146
  "doc": "Metadata associated with each metadata change that is processed by the system"