acryl-datahub-cloud 0.3.11.1rc8__py3-none-any.whl → 0.3.12rc1__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/_sdk_extras/__init__.py +17 -2
- acryl_datahub_cloud/_sdk_extras/assertion.py +603 -8
- acryl_datahub_cloud/_sdk_extras/assertion_input.py +1074 -0
- acryl_datahub_cloud/_sdk_extras/assertions_client.py +705 -11
- acryl_datahub_cloud/_sdk_extras/entities/__init__.py +0 -0
- acryl_datahub_cloud/_sdk_extras/entities/assertion.py +425 -0
- acryl_datahub_cloud/_sdk_extras/entities/monitor.py +291 -0
- acryl_datahub_cloud/_sdk_extras/entities/subscription.py +84 -0
- acryl_datahub_cloud/_sdk_extras/errors.py +34 -0
- acryl_datahub_cloud/_sdk_extras/resolver_client.py +39 -0
- acryl_datahub_cloud/_sdk_extras/subscription_client.py +565 -0
- acryl_datahub_cloud/action_request/action_request_owner_source.py +36 -6
- acryl_datahub_cloud/metadata/_urns/urn_defs.py +2023 -2023
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/assertion/__init__.py +2 -2
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/form/__init__.py +4 -0
- acryl_datahub_cloud/metadata/schema.avsc +24889 -25252
- acryl_datahub_cloud/metadata/schema_classes.py +1133 -1008
- acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +189 -201
- acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc +9 -1
- acryl_datahub_cloud/metadata/schemas/AssertionKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc +9 -1
- acryl_datahub_cloud/metadata/schemas/{AssertionSummary.avsc → AssertionRunSummary.avsc} +2 -2
- acryl_datahub_cloud/metadata/schemas/DataHubIngestionSourceKey.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/FormKey.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/FormSettings.avsc +27 -0
- acryl_datahub_cloud/metadata/schemas/MonitorAnomalyEvent.avsc +21 -9
- acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc +12 -4
- acryl_datahub_cloud/metadata/schemas/MonitorSuiteInfo.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/Operation.avsc +17 -0
- acryl_datahub_cloud/metadata/schemas/SubscriptionInfo.avsc +3 -3
- acryl_datahub_cloud/metadata/schemas/__init__.py +3 -3
- {acryl_datahub_cloud-0.3.11.1rc8.dist-info → acryl_datahub_cloud-0.3.12rc1.dist-info}/METADATA +46 -46
- {acryl_datahub_cloud-0.3.11.1rc8.dist-info → acryl_datahub_cloud-0.3.12rc1.dist-info}/RECORD +37 -28
- {acryl_datahub_cloud-0.3.11.1rc8.dist-info → acryl_datahub_cloud-0.3.12rc1.dist-info}/WHEEL +1 -1
- {acryl_datahub_cloud-0.3.11.1rc8.dist-info → acryl_datahub_cloud-0.3.12rc1.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.11.1rc8.dist-info → acryl_datahub_cloud-0.3.12rc1.dist-info}/top_level.txt +0 -0
|
@@ -36,14 +36,25 @@
|
|
|
36
36
|
"name": "type",
|
|
37
37
|
"doc": "Type of assertion."
|
|
38
38
|
},
|
|
39
|
+
{
|
|
40
|
+
"TimeseriesField": {},
|
|
41
|
+
"java": {
|
|
42
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
43
|
+
},
|
|
44
|
+
"type": [
|
|
45
|
+
"null",
|
|
46
|
+
"string"
|
|
47
|
+
],
|
|
48
|
+
"name": "creator",
|
|
49
|
+
"default": null,
|
|
50
|
+
"doc": "Creator of the assertion.",
|
|
51
|
+
"Urn": "Urn"
|
|
52
|
+
},
|
|
39
53
|
{
|
|
40
54
|
"Searchable": {
|
|
41
55
|
"/*": {
|
|
42
|
-
"addToFilters": true,
|
|
43
|
-
"fieldName": "parentDomains",
|
|
44
56
|
"fieldType": "URN",
|
|
45
|
-
"
|
|
46
|
-
"hasValuesFieldName": "hasParentDomain"
|
|
57
|
+
"hasValuesFieldName": "hasAsserteeDomain"
|
|
47
58
|
}
|
|
48
59
|
},
|
|
49
60
|
"TimeseriesField": {},
|
|
@@ -54,18 +65,15 @@
|
|
|
54
65
|
"items": "string"
|
|
55
66
|
}
|
|
56
67
|
],
|
|
57
|
-
"name": "
|
|
68
|
+
"name": "asserteeDomains",
|
|
58
69
|
"default": null,
|
|
59
70
|
"doc": "The Domains attached to the entity's parent Asset"
|
|
60
71
|
},
|
|
61
72
|
{
|
|
62
73
|
"Searchable": {
|
|
63
74
|
"/*": {
|
|
64
|
-
"addToFilters": true,
|
|
65
|
-
"fieldName": "domains",
|
|
66
75
|
"fieldType": "URN",
|
|
67
|
-
"
|
|
68
|
-
"hasValuesFieldName": "hasParentDataProduct"
|
|
76
|
+
"hasValuesFieldName": "hasAsserteeDataProduct"
|
|
69
77
|
}
|
|
70
78
|
},
|
|
71
79
|
"TimeseriesField": {},
|
|
@@ -76,137 +84,33 @@
|
|
|
76
84
|
"items": "string"
|
|
77
85
|
}
|
|
78
86
|
],
|
|
79
|
-
"name": "
|
|
87
|
+
"name": "asserteeDataProducts",
|
|
80
88
|
"default": null,
|
|
81
89
|
"doc": "The Data Products attached to the entity's parent Asset"
|
|
82
90
|
},
|
|
83
91
|
{
|
|
84
92
|
"Searchable": {
|
|
85
|
-
"
|
|
86
|
-
"addToFilters": true,
|
|
87
|
-
"boostScore": 0.5,
|
|
88
|
-
"fieldName": "tags",
|
|
93
|
+
"/*": {
|
|
89
94
|
"fieldType": "URN",
|
|
90
|
-
"
|
|
91
|
-
"hasValuesFieldName": "hasParentTags",
|
|
92
|
-
"queryByDefault": true
|
|
95
|
+
"hasValuesFieldName": "hasAsserteeTags"
|
|
93
96
|
}
|
|
94
97
|
},
|
|
95
|
-
"TimeseriesField": {},
|
|
96
98
|
"type": [
|
|
97
99
|
"null",
|
|
98
100
|
{
|
|
99
101
|
"type": "array",
|
|
100
|
-
"items":
|
|
101
|
-
"type": "record",
|
|
102
|
-
"name": "TagAssociation",
|
|
103
|
-
"namespace": "com.linkedin.pegasus2avro.common",
|
|
104
|
-
"fields": [
|
|
105
|
-
{
|
|
106
|
-
"java": {
|
|
107
|
-
"class": "com.linkedin.pegasus2avro.common.urn.TagUrn"
|
|
108
|
-
},
|
|
109
|
-
"type": "string",
|
|
110
|
-
"name": "tag",
|
|
111
|
-
"doc": "Urn of the applied tag",
|
|
112
|
-
"Urn": "TagUrn"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"type": [
|
|
116
|
-
"null",
|
|
117
|
-
"string"
|
|
118
|
-
],
|
|
119
|
-
"name": "context",
|
|
120
|
-
"default": null,
|
|
121
|
-
"doc": "Additional context about the association"
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"Searchable": {
|
|
125
|
-
"/actor": {
|
|
126
|
-
"fieldName": "tagAttributionActors",
|
|
127
|
-
"fieldType": "URN",
|
|
128
|
-
"queryByDefault": false
|
|
129
|
-
},
|
|
130
|
-
"/source": {
|
|
131
|
-
"fieldName": "tagAttributionSources",
|
|
132
|
-
"fieldType": "URN",
|
|
133
|
-
"queryByDefault": false
|
|
134
|
-
},
|
|
135
|
-
"/time": {
|
|
136
|
-
"fieldName": "tagAttributionDates",
|
|
137
|
-
"fieldType": "DATETIME",
|
|
138
|
-
"queryByDefault": false
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
"type": [
|
|
142
|
-
"null",
|
|
143
|
-
{
|
|
144
|
-
"type": "record",
|
|
145
|
-
"name": "MetadataAttribution",
|
|
146
|
-
"namespace": "com.linkedin.pegasus2avro.common",
|
|
147
|
-
"fields": [
|
|
148
|
-
{
|
|
149
|
-
"type": "long",
|
|
150
|
-
"name": "time",
|
|
151
|
-
"doc": "When this metadata was updated."
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"java": {
|
|
155
|
-
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
156
|
-
},
|
|
157
|
-
"type": "string",
|
|
158
|
-
"name": "actor",
|
|
159
|
-
"doc": "The entity (e.g. a member URN) responsible for applying the assocated metadata. This can\neither be a user (in case of UI edits) or the datahub system for automation.",
|
|
160
|
-
"Urn": "Urn"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"java": {
|
|
164
|
-
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
165
|
-
},
|
|
166
|
-
"type": [
|
|
167
|
-
"null",
|
|
168
|
-
"string"
|
|
169
|
-
],
|
|
170
|
-
"name": "source",
|
|
171
|
-
"default": null,
|
|
172
|
-
"doc": "The DataHub source responsible for applying the associated metadata. This will only be filled out\nwhen a DataHub source is responsible. This includes the specific metadata test urn, the automation urn.",
|
|
173
|
-
"Urn": "Urn"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"type": {
|
|
177
|
-
"type": "map",
|
|
178
|
-
"values": "string"
|
|
179
|
-
},
|
|
180
|
-
"name": "sourceDetail",
|
|
181
|
-
"default": {},
|
|
182
|
-
"doc": "The details associated with why this metadata was applied. For example, this could include\nthe actual regex rule, sql statement, ingestion pipeline ID, etc.\nAlso can include flags like 'propagated'=true or 'inferred'=true."
|
|
183
|
-
}
|
|
184
|
-
],
|
|
185
|
-
"doc": "Information about who, why, and how this metadata was applied"
|
|
186
|
-
}
|
|
187
|
-
],
|
|
188
|
-
"name": "attribution",
|
|
189
|
-
"default": null,
|
|
190
|
-
"doc": "Information about who, why, and how this metadata was applied"
|
|
191
|
-
}
|
|
192
|
-
],
|
|
193
|
-
"doc": "Properties of an applied tag. For now, just an Urn. In the future we can extend this with other properties, e.g.\npropagation parameters."
|
|
194
|
-
}
|
|
102
|
+
"items": "string"
|
|
195
103
|
}
|
|
196
104
|
],
|
|
197
|
-
"name": "
|
|
105
|
+
"name": "asserteeTags",
|
|
198
106
|
"default": null,
|
|
199
107
|
"doc": "The Tags attached to the entity's parent Asset"
|
|
200
108
|
},
|
|
201
109
|
{
|
|
202
110
|
"Searchable": {
|
|
203
111
|
"/*": {
|
|
204
|
-
"addToFilters": true,
|
|
205
|
-
"fieldName": "parentOwners",
|
|
206
112
|
"fieldType": "URN",
|
|
207
|
-
"
|
|
208
|
-
"hasValuesFieldName": "hasParentOwners",
|
|
209
|
-
"queryByDefault": false
|
|
113
|
+
"hasValuesFieldName": "hasAsserteeGlossaryTerms"
|
|
210
114
|
}
|
|
211
115
|
},
|
|
212
116
|
"TimeseriesField": {},
|
|
@@ -217,15 +121,32 @@
|
|
|
217
121
|
"items": "string"
|
|
218
122
|
}
|
|
219
123
|
],
|
|
220
|
-
"name": "
|
|
124
|
+
"name": "asserteeGlossaryTerms",
|
|
125
|
+
"default": null,
|
|
126
|
+
"doc": "The Glossary Terms attached to the entity's parent Asset"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"Searchable": {
|
|
130
|
+
"/*": {
|
|
131
|
+
"fieldType": "URN",
|
|
132
|
+
"hasValuesFieldName": "hasAsserteeOwners"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"TimeseriesField": {},
|
|
136
|
+
"type": [
|
|
137
|
+
"null",
|
|
138
|
+
{
|
|
139
|
+
"type": "array",
|
|
140
|
+
"items": "string"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"name": "asserteeOwners",
|
|
221
144
|
"default": null,
|
|
222
145
|
"doc": "Parent Owner URN, e.g. urn:li:corpuser:ldap, urn:li:corpGroup:group_name, and urn:li:multiProduct:mp_name\n(Caveat: only corpuser is currently supported in the frontend.)"
|
|
223
146
|
},
|
|
224
147
|
{
|
|
225
148
|
"Searchable": {
|
|
226
|
-
"
|
|
227
|
-
"fieldType": "URN",
|
|
228
|
-
"filterNameOverride": "Parent Platform"
|
|
149
|
+
"fieldType": "URN"
|
|
229
150
|
},
|
|
230
151
|
"TimeseriesField": {},
|
|
231
152
|
"java": {
|
|
@@ -235,17 +156,14 @@
|
|
|
235
156
|
"null",
|
|
236
157
|
"string"
|
|
237
158
|
],
|
|
238
|
-
"name": "
|
|
159
|
+
"name": "asserteeDataPlatform",
|
|
239
160
|
"default": null,
|
|
240
161
|
"doc": "Data Platform for parent",
|
|
241
162
|
"Urn": "Urn"
|
|
242
163
|
},
|
|
243
164
|
{
|
|
244
165
|
"Searchable": {
|
|
245
|
-
"
|
|
246
|
-
"fieldName": "parentPlatformInstance",
|
|
247
|
-
"fieldType": "URN",
|
|
248
|
-
"filterNameOverride": "Parent Platform Instance"
|
|
166
|
+
"fieldType": "URN"
|
|
249
167
|
},
|
|
250
168
|
"TimeseriesField": {},
|
|
251
169
|
"java": {
|
|
@@ -255,11 +173,49 @@
|
|
|
255
173
|
"null",
|
|
256
174
|
"string"
|
|
257
175
|
],
|
|
258
|
-
"name": "
|
|
176
|
+
"name": "asserteeDataPlatformInstance",
|
|
259
177
|
"default": null,
|
|
260
178
|
"doc": "Instance of the parent's data platform (e.g. db instance)",
|
|
261
179
|
"Urn": "Urn"
|
|
262
180
|
},
|
|
181
|
+
{
|
|
182
|
+
"Searchable": {
|
|
183
|
+
"/*": {
|
|
184
|
+
"fieldType": "URN",
|
|
185
|
+
"hasValuesFieldName": "hasAsserteeSchemaFieldGlossaryTerms"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"TimeseriesField": {},
|
|
189
|
+
"type": [
|
|
190
|
+
"null",
|
|
191
|
+
{
|
|
192
|
+
"type": "array",
|
|
193
|
+
"items": "string"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"name": "asserteeSchemaFieldGlossaryTerms",
|
|
197
|
+
"default": null,
|
|
198
|
+
"doc": "Only provided if the Assertion is of type 'Column'. The glossary terms associated with the target column."
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"Searchable": {
|
|
202
|
+
"/*": {
|
|
203
|
+
"fieldType": "URN",
|
|
204
|
+
"hasValuesFieldName": "hasAsserteeSchemaFieldTags"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"TimeseriesField": {},
|
|
208
|
+
"type": [
|
|
209
|
+
"null",
|
|
210
|
+
{
|
|
211
|
+
"type": "array",
|
|
212
|
+
"items": "string"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"name": "asserteeSchemaFieldTags",
|
|
216
|
+
"default": null,
|
|
217
|
+
"doc": "Only provided if the Assertion is of type 'Column'. The tags associated with the target column."
|
|
218
|
+
},
|
|
263
219
|
{
|
|
264
220
|
"type": "long",
|
|
265
221
|
"name": "timestampMillis",
|
|
@@ -1615,7 +1571,7 @@
|
|
|
1615
1571
|
},
|
|
1616
1572
|
"type": "com.linkedin.pegasus2avro.schema.SchemaFieldSpec",
|
|
1617
1573
|
"name": "field",
|
|
1618
|
-
"doc": "The field under evaluation"
|
|
1574
|
+
"doc": "The field path under evaluation"
|
|
1619
1575
|
},
|
|
1620
1576
|
{
|
|
1621
1577
|
"type": {
|
|
@@ -2360,7 +2316,101 @@
|
|
|
2360
2316
|
},
|
|
2361
2317
|
"type": {
|
|
2362
2318
|
"type": "array",
|
|
2363
|
-
"items":
|
|
2319
|
+
"items": {
|
|
2320
|
+
"type": "record",
|
|
2321
|
+
"name": "TagAssociation",
|
|
2322
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
2323
|
+
"fields": [
|
|
2324
|
+
{
|
|
2325
|
+
"java": {
|
|
2326
|
+
"class": "com.linkedin.pegasus2avro.common.urn.TagUrn"
|
|
2327
|
+
},
|
|
2328
|
+
"type": "string",
|
|
2329
|
+
"name": "tag",
|
|
2330
|
+
"doc": "Urn of the applied tag",
|
|
2331
|
+
"Urn": "TagUrn"
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"type": [
|
|
2335
|
+
"null",
|
|
2336
|
+
"string"
|
|
2337
|
+
],
|
|
2338
|
+
"name": "context",
|
|
2339
|
+
"default": null,
|
|
2340
|
+
"doc": "Additional context about the association"
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
"Searchable": {
|
|
2344
|
+
"/actor": {
|
|
2345
|
+
"fieldName": "tagAttributionActors",
|
|
2346
|
+
"fieldType": "URN",
|
|
2347
|
+
"queryByDefault": false
|
|
2348
|
+
},
|
|
2349
|
+
"/source": {
|
|
2350
|
+
"fieldName": "tagAttributionSources",
|
|
2351
|
+
"fieldType": "URN",
|
|
2352
|
+
"queryByDefault": false
|
|
2353
|
+
},
|
|
2354
|
+
"/time": {
|
|
2355
|
+
"fieldName": "tagAttributionDates",
|
|
2356
|
+
"fieldType": "DATETIME",
|
|
2357
|
+
"queryByDefault": false
|
|
2358
|
+
}
|
|
2359
|
+
},
|
|
2360
|
+
"type": [
|
|
2361
|
+
"null",
|
|
2362
|
+
{
|
|
2363
|
+
"type": "record",
|
|
2364
|
+
"name": "MetadataAttribution",
|
|
2365
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
2366
|
+
"fields": [
|
|
2367
|
+
{
|
|
2368
|
+
"type": "long",
|
|
2369
|
+
"name": "time",
|
|
2370
|
+
"doc": "When this metadata was updated."
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
"java": {
|
|
2374
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
2375
|
+
},
|
|
2376
|
+
"type": "string",
|
|
2377
|
+
"name": "actor",
|
|
2378
|
+
"doc": "The entity (e.g. a member URN) responsible for applying the assocated metadata. This can\neither be a user (in case of UI edits) or the datahub system for automation.",
|
|
2379
|
+
"Urn": "Urn"
|
|
2380
|
+
},
|
|
2381
|
+
{
|
|
2382
|
+
"java": {
|
|
2383
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
2384
|
+
},
|
|
2385
|
+
"type": [
|
|
2386
|
+
"null",
|
|
2387
|
+
"string"
|
|
2388
|
+
],
|
|
2389
|
+
"name": "source",
|
|
2390
|
+
"default": null,
|
|
2391
|
+
"doc": "The DataHub source responsible for applying the associated metadata. This will only be filled out\nwhen a DataHub source is responsible. This includes the specific metadata test urn, the automation urn.",
|
|
2392
|
+
"Urn": "Urn"
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"type": {
|
|
2396
|
+
"type": "map",
|
|
2397
|
+
"values": "string"
|
|
2398
|
+
},
|
|
2399
|
+
"name": "sourceDetail",
|
|
2400
|
+
"default": {},
|
|
2401
|
+
"doc": "The details associated with why this metadata was applied. For example, this could include\nthe actual regex rule, sql statement, ingestion pipeline ID, etc.\nAlso can include flags like 'propagated'=true or 'inferred'=true."
|
|
2402
|
+
}
|
|
2403
|
+
],
|
|
2404
|
+
"doc": "Information about who, why, and how this metadata was applied"
|
|
2405
|
+
}
|
|
2406
|
+
],
|
|
2407
|
+
"name": "attribution",
|
|
2408
|
+
"default": null,
|
|
2409
|
+
"doc": "Information about who, why, and how this metadata was applied"
|
|
2410
|
+
}
|
|
2411
|
+
],
|
|
2412
|
+
"doc": "Properties of an applied tag. For now, just an Urn. In the future we can extend this with other properties, e.g.\npropagation parameters."
|
|
2413
|
+
}
|
|
2364
2414
|
},
|
|
2365
2415
|
"name": "tags",
|
|
2366
2416
|
"doc": "Tags associated with a given entity"
|
|
@@ -2809,6 +2859,14 @@
|
|
|
2809
2859
|
"doc": "A Custom Assertion definition. This field is populated when type is CUSTOM."
|
|
2810
2860
|
},
|
|
2811
2861
|
{
|
|
2862
|
+
"Searchable": {
|
|
2863
|
+
"/created/actor": {
|
|
2864
|
+
"fieldName": "creator",
|
|
2865
|
+
"fieldType": "URN",
|
|
2866
|
+
"filterNameOverride": "Created By",
|
|
2867
|
+
"hasValuesFieldName": "hasCreator"
|
|
2868
|
+
}
|
|
2869
|
+
},
|
|
2812
2870
|
"type": [
|
|
2813
2871
|
"null",
|
|
2814
2872
|
{
|
|
@@ -3587,76 +3645,6 @@
|
|
|
3587
3645
|
"default": null,
|
|
3588
3646
|
"doc": "Results of assertion, present if the status is COMPLETE"
|
|
3589
3647
|
},
|
|
3590
|
-
{
|
|
3591
|
-
"type": [
|
|
3592
|
-
"null",
|
|
3593
|
-
{
|
|
3594
|
-
"type": "map",
|
|
3595
|
-
"values": "string"
|
|
3596
|
-
}
|
|
3597
|
-
],
|
|
3598
|
-
"name": "runtimeContext",
|
|
3599
|
-
"default": null,
|
|
3600
|
-
"doc": "Runtime parameters of evaluation"
|
|
3601
|
-
},
|
|
3602
|
-
{
|
|
3603
|
-
"type": [
|
|
3604
|
-
"null",
|
|
3605
|
-
{
|
|
3606
|
-
"type": "record",
|
|
3607
|
-
"name": "BatchSpec",
|
|
3608
|
-
"namespace": "com.linkedin.pegasus2avro.assertion",
|
|
3609
|
-
"fields": [
|
|
3610
|
-
{
|
|
3611
|
-
"Searchable": {
|
|
3612
|
-
"/*": {
|
|
3613
|
-
"fieldType": "TEXT",
|
|
3614
|
-
"queryByDefault": true
|
|
3615
|
-
}
|
|
3616
|
-
},
|
|
3617
|
-
"type": {
|
|
3618
|
-
"type": "map",
|
|
3619
|
-
"values": "string"
|
|
3620
|
-
},
|
|
3621
|
-
"name": "customProperties",
|
|
3622
|
-
"default": {},
|
|
3623
|
-
"doc": "Custom property bag."
|
|
3624
|
-
},
|
|
3625
|
-
{
|
|
3626
|
-
"type": [
|
|
3627
|
-
"null",
|
|
3628
|
-
"string"
|
|
3629
|
-
],
|
|
3630
|
-
"name": "nativeBatchId",
|
|
3631
|
-
"default": null,
|
|
3632
|
-
"doc": "The native identifier as specified by the system operating on the batch."
|
|
3633
|
-
},
|
|
3634
|
-
{
|
|
3635
|
-
"type": [
|
|
3636
|
-
"null",
|
|
3637
|
-
"string"
|
|
3638
|
-
],
|
|
3639
|
-
"name": "query",
|
|
3640
|
-
"default": null,
|
|
3641
|
-
"doc": "A query that identifies a batch of data"
|
|
3642
|
-
},
|
|
3643
|
-
{
|
|
3644
|
-
"type": [
|
|
3645
|
-
"null",
|
|
3646
|
-
"int"
|
|
3647
|
-
],
|
|
3648
|
-
"name": "limit",
|
|
3649
|
-
"default": null,
|
|
3650
|
-
"doc": "Any limit to the number of rows in the batch, if applied"
|
|
3651
|
-
}
|
|
3652
|
-
],
|
|
3653
|
-
"doc": "A batch on which certain operations, e.g. data quality evaluation, is done."
|
|
3654
|
-
}
|
|
3655
|
-
],
|
|
3656
|
-
"name": "batchSpec",
|
|
3657
|
-
"default": null,
|
|
3658
|
-
"doc": "Specification of the batch which this run is evaluating"
|
|
3659
|
-
},
|
|
3660
3648
|
{
|
|
3661
3649
|
"type": [
|
|
3662
3650
|
"null",
|
|
@@ -1289,7 +1289,7 @@
|
|
|
1289
1289
|
},
|
|
1290
1290
|
"type": "com.linkedin.pegasus2avro.schema.SchemaFieldSpec",
|
|
1291
1291
|
"name": "field",
|
|
1292
|
-
"doc": "The field under evaluation"
|
|
1292
|
+
"doc": "The field path under evaluation"
|
|
1293
1293
|
},
|
|
1294
1294
|
{
|
|
1295
1295
|
"type": {
|
|
@@ -2577,6 +2577,14 @@
|
|
|
2577
2577
|
"doc": "A Custom Assertion definition. This field is populated when type is CUSTOM."
|
|
2578
2578
|
},
|
|
2579
2579
|
{
|
|
2580
|
+
"Searchable": {
|
|
2581
|
+
"/created/actor": {
|
|
2582
|
+
"fieldName": "creator",
|
|
2583
|
+
"fieldType": "URN",
|
|
2584
|
+
"filterNameOverride": "Created By",
|
|
2585
|
+
"hasValuesFieldName": "hasCreator"
|
|
2586
|
+
}
|
|
2587
|
+
},
|
|
2580
2588
|
"type": [
|
|
2581
2589
|
"null",
|
|
2582
2590
|
{
|
|
@@ -1380,7 +1380,7 @@
|
|
|
1380
1380
|
},
|
|
1381
1381
|
"type": "com.linkedin.pegasus2avro.schema.SchemaFieldSpec",
|
|
1382
1382
|
"name": "field",
|
|
1383
|
-
"doc": "The field under evaluation"
|
|
1383
|
+
"doc": "The field path under evaluation"
|
|
1384
1384
|
},
|
|
1385
1385
|
{
|
|
1386
1386
|
"type": {
|
|
@@ -2668,6 +2668,14 @@
|
|
|
2668
2668
|
"doc": "A Custom Assertion definition. This field is populated when type is CUSTOM."
|
|
2669
2669
|
},
|
|
2670
2670
|
{
|
|
2671
|
+
"Searchable": {
|
|
2672
|
+
"/created/actor": {
|
|
2673
|
+
"fieldName": "creator",
|
|
2674
|
+
"fieldType": "URN",
|
|
2675
|
+
"filterNameOverride": "Created By",
|
|
2676
|
+
"hasValuesFieldName": "hasCreator"
|
|
2677
|
+
}
|
|
2678
|
+
},
|
|
2671
2679
|
"type": [
|
|
2672
2680
|
"null",
|
|
2673
2681
|
{
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "formSettings"
|
|
5
|
+
},
|
|
6
|
+
"name": "FormSettings",
|
|
7
|
+
"namespace": "com.linkedin.pegasus2avro.form",
|
|
8
|
+
"fields": [
|
|
9
|
+
{
|
|
10
|
+
"type": {
|
|
11
|
+
"type": "record",
|
|
12
|
+
"name": "FormNotificationSettings",
|
|
13
|
+
"namespace": "com.linkedin.pegasus2avro.form",
|
|
14
|
+
"fields": [
|
|
15
|
+
{
|
|
16
|
+
"type": "boolean",
|
|
17
|
+
"name": "notifyAssigneesOnPublish",
|
|
18
|
+
"default": false,
|
|
19
|
+
"doc": "Whether to notify the assignees of the form when it is published."
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"name": "notificationSettings",
|
|
24
|
+
"doc": "Notification settings for a form"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
}
|