acryl-datahub-cloud 0.3.8.2rc4__py3-none-any.whl → 0.3.9rc1__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/acryl_cs_issues/acryl_customer.py +1 -1
- acryl_datahub_cloud/action_request/__init__.py +0 -0
- acryl_datahub_cloud/action_request/action_request_owner_source.py +174 -0
- acryl_datahub_cloud/api/__init__.py +1 -1
- acryl_datahub_cloud/api/client.py +2 -2
- acryl_datahub_cloud/datahub_reporting/datahub_dataset.py +6 -6
- acryl_datahub_cloud/datahub_reporting/datahub_form_reporting.py +67 -33
- acryl_datahub_cloud/datahub_reporting/extract_sql.py +4 -4
- acryl_datahub_cloud/datahub_usage_reporting/query_builder.py +1 -0
- acryl_datahub_cloud/datahub_usage_reporting/usage_feature_patch_builder.py +21 -21
- acryl_datahub_cloud/datahub_usage_reporting/usage_feature_reporter.py +151 -141
- acryl_datahub_cloud/metadata/_urns/urn_defs.py +1064 -418
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/actionrequest/__init__.py +6 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/dataplatforminstance/__init__.py +2 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/dataset/__init__.py +2 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/executorglobalconfig/__init__.py +15 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/executorpool/__init__.py +4 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/key/__init__.py +4 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metric/__init__.py +29 -0
- acryl_datahub_cloud/metadata/schema.avsc +778 -42
- acryl_datahub_cloud/metadata/schema_classes.py +1089 -61
- acryl_datahub_cloud/metadata/schemas/ActionRequestInfo.avsc +422 -12
- acryl_datahub_cloud/metadata/schemas/ActionRequestStatus.avsc +12 -0
- acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +5 -3
- acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc +5 -3
- acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc +5 -3
- acryl_datahub_cloud/metadata/schemas/BusinessAttributeInfo.avsc +6 -2
- acryl_datahub_cloud/metadata/schemas/BusinessAttributes.avsc +6 -0
- acryl_datahub_cloud/metadata/schemas/ChartInfo.avsc +1 -0
- acryl_datahub_cloud/metadata/schemas/ChartKey.avsc +3 -3
- acryl_datahub_cloud/metadata/schemas/ContainerKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/CorpGroupKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/DashboardKey.avsc +3 -3
- acryl_datahub_cloud/metadata/schemas/DataFlowKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/DataHubActionInfo.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/DataHubConnectionKey.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/DataHubIngestionSourceInfo.avsc +9 -4
- acryl_datahub_cloud/metadata/schemas/DataHubMetricCubeDefinition.avsc +185 -0
- acryl_datahub_cloud/metadata/schemas/DataHubMetricCubeEvent.avsc +184 -0
- acryl_datahub_cloud/metadata/schemas/DataHubMetricCubeKey.avsc +22 -0
- acryl_datahub_cloud/metadata/schemas/DataJobKey.avsc +4 -4
- acryl_datahub_cloud/metadata/schemas/DataPlatformInstanceKey.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceInput.avsc +4 -2
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceOutput.avsc +2 -0
- acryl_datahub_cloud/metadata/schemas/DatasetKey.avsc +14 -13
- acryl_datahub_cloud/metadata/schemas/EditableSchemaMetadata.avsc +6 -2
- acryl_datahub_cloud/metadata/schemas/ExecutionRequestInput.avsc +6 -1
- acryl_datahub_cloud/metadata/schemas/ExecutionRequestSignal.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/GlossaryTerms.avsc +3 -1
- acryl_datahub_cloud/metadata/schemas/IcebergCatalogInfo.avsc +28 -0
- acryl_datahub_cloud/metadata/schemas/IcebergWarehouseInfo.avsc +96 -0
- acryl_datahub_cloud/metadata/schemas/IncidentActivityEvent.avsc +4 -1
- acryl_datahub_cloud/metadata/schemas/IncidentInfo.avsc +4 -1
- acryl_datahub_cloud/metadata/schemas/InputFields.avsc +3 -1
- acryl_datahub_cloud/metadata/schemas/MLFeatureKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/MLFeatureTableKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/MLModelGroupKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/MLModelKey.avsc +3 -3
- acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +399 -176
- acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc +6 -4
- acryl_datahub_cloud/metadata/schemas/NotebookKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/Operation.avsc +4 -2
- acryl_datahub_cloud/metadata/schemas/RemoteExecutorGlobalConfigKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/RemoteExecutorPoolGlobalConfig.avsc +16 -0
- acryl_datahub_cloud/metadata/schemas/RemoteExecutorPoolInfo.avsc +85 -0
- acryl_datahub_cloud/metadata/schemas/RemoteExecutorPoolKey.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/RemoteExecutorStatus.avsc +5 -5
- acryl_datahub_cloud/metadata/schemas/SchemaFieldKey.avsc +2 -2
- acryl_datahub_cloud/metadata/schemas/SchemaMetadata.avsc +3 -1
- acryl_datahub_cloud/metadata/schemas/StructuredPropertyDefinition.avsc +14 -0
- {acryl_datahub_cloud-0.3.8.2rc4.dist-info → acryl_datahub_cloud-0.3.9rc1.dist-info}/METADATA +43 -43
- {acryl_datahub_cloud-0.3.8.2rc4.dist-info → acryl_datahub_cloud-0.3.9rc1.dist-info}/RECORD +77 -67
- {acryl_datahub_cloud-0.3.8.2rc4.dist-info → acryl_datahub_cloud-0.3.9rc1.dist-info}/WHEEL +1 -1
- {acryl_datahub_cloud-0.3.8.2rc4.dist-info → acryl_datahub_cloud-0.3.9rc1.dist-info}/entry_points.txt +1 -0
- acryl_datahub_cloud/api/entity_versioning.py +0 -167
- {acryl_datahub_cloud-0.3.8.2rc4.dist-info → acryl_datahub_cloud-0.3.9rc1.dist-info}/top_level.txt +0 -0
|
@@ -2356,7 +2356,9 @@
|
|
|
2356
2356
|
"fieldName": "glossaryTerms",
|
|
2357
2357
|
"fieldType": "URN",
|
|
2358
2358
|
"filterNameOverride": "Glossary Term Applied",
|
|
2359
|
-
"hasValuesFieldName": "hasGlossaryTerms"
|
|
2359
|
+
"hasValuesFieldName": "hasGlossaryTerms",
|
|
2360
|
+
"includeSystemModifiedAt": true,
|
|
2361
|
+
"systemModifiedAtFieldName": "termsModifiedAt"
|
|
2360
2362
|
},
|
|
2361
2363
|
"java": {
|
|
2362
2364
|
"class": "com.linkedin.pegasus2avro.common.urn.GlossaryTermUrn"
|
|
@@ -2744,8 +2746,8 @@
|
|
|
2744
2746
|
"type": "enum",
|
|
2745
2747
|
"symbolDocs": {
|
|
2746
2748
|
"EXTERNAL": "The assertion was defined and managed externally of DataHub.",
|
|
2747
|
-
"INFERRED": "The assertion was inferred, e.g. from offline AI / ML models
|
|
2748
|
-
"NATIVE": "The assertion was defined natively on DataHub by a user
|
|
2749
|
+
"INFERRED": "The assertion was inferred, e.g. from offline AI / ML models.\nDataHub Cloud only",
|
|
2750
|
+
"NATIVE": "The assertion was defined natively on DataHub by a user.\nDataHub Cloud only"
|
|
2749
2751
|
},
|
|
2750
2752
|
"name": "AssertionSourceType",
|
|
2751
2753
|
"namespace": "com.linkedin.pegasus2avro.assertion",
|
|
@@ -4217,7 +4219,7 @@
|
|
|
4217
4219
|
],
|
|
4218
4220
|
"name": "executorId",
|
|
4219
4221
|
"default": null,
|
|
4220
|
-
"doc": "Advanced: specify a specific executor to route the request to. If none is provided, a
|
|
4222
|
+
"doc": "Advanced: specify a specific executor pool to route the request to. If none is provided, a default embedded executor is used."
|
|
4221
4223
|
},
|
|
4222
4224
|
{
|
|
4223
4225
|
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
@@ -4346,9 +4348,14 @@
|
|
|
4346
4348
|
"doc": "Arguments provided to the task"
|
|
4347
4349
|
},
|
|
4348
4350
|
{
|
|
4351
|
+
"Searchable": {
|
|
4352
|
+
"fieldName": "executorId",
|
|
4353
|
+
"fieldType": "KEYWORD",
|
|
4354
|
+
"queryByDefault": false
|
|
4355
|
+
},
|
|
4349
4356
|
"type": "string",
|
|
4350
4357
|
"name": "executorId",
|
|
4351
|
-
"doc": "Advanced: specify a specific executor to route the request to. If none is provided, a \"default\" executor is used."
|
|
4358
|
+
"doc": "Advanced: specify a specific executor pool to route the request to. If none is provided, a \"default\" embedded executor is used."
|
|
4352
4359
|
},
|
|
4353
4360
|
{
|
|
4354
4361
|
"type": {
|
|
@@ -4540,8 +4547,8 @@
|
|
|
4540
4547
|
"fieldType": "KEYWORD"
|
|
4541
4548
|
},
|
|
4542
4549
|
"type": "string",
|
|
4543
|
-
"name": "
|
|
4544
|
-
"doc": "References the '
|
|
4550
|
+
"name": "executorPoolId",
|
|
4551
|
+
"doc": "References the 'id' defined in RemoteExecutorPoolKey"
|
|
4545
4552
|
},
|
|
4546
4553
|
{
|
|
4547
4554
|
"type": "string",
|
|
@@ -4570,19 +4577,19 @@
|
|
|
4570
4577
|
"type": "boolean",
|
|
4571
4578
|
"name": "executorExpired",
|
|
4572
4579
|
"default": false,
|
|
4573
|
-
"doc": "Flag indicating whether remote executor status record is stale."
|
|
4580
|
+
"doc": "Flag indicating whether remote executor status record is stale.\nThis means executor no longer sends heartbeats and considered dead."
|
|
4574
4581
|
},
|
|
4575
4582
|
{
|
|
4576
4583
|
"type": "boolean",
|
|
4577
4584
|
"name": "executorStopped",
|
|
4578
4585
|
"default": false,
|
|
4579
|
-
"doc": "Flag indicating whether remote executor is stopped."
|
|
4586
|
+
"doc": "Flag indicating whether remote executor is stopped, and properly reported its termination."
|
|
4580
4587
|
},
|
|
4581
4588
|
{
|
|
4582
4589
|
"type": "boolean",
|
|
4583
4590
|
"name": "executorEmbedded",
|
|
4584
4591
|
"default": false,
|
|
4585
|
-
"doc": "Flag indicating whether remote executor is embedded
|
|
4592
|
+
"doc": "Flag indicating whether remote executor is embedded into the coordinator pod"
|
|
4586
4593
|
},
|
|
4587
4594
|
{
|
|
4588
4595
|
"type": "boolean",
|
|
@@ -6476,6 +6483,22 @@
|
|
|
6476
6483
|
],
|
|
6477
6484
|
"doc": "Link from an asset to its parent container"
|
|
6478
6485
|
},
|
|
6486
|
+
{
|
|
6487
|
+
"type": "record",
|
|
6488
|
+
"Aspect": {
|
|
6489
|
+
"name": "dataHubRemoteExecutorPoolGlobalConfig"
|
|
6490
|
+
},
|
|
6491
|
+
"name": "RemoteExecutorPoolGlobalConfig",
|
|
6492
|
+
"namespace": "com.linkedin.pegasus2avro.executorglobalconfig",
|
|
6493
|
+
"fields": [
|
|
6494
|
+
{
|
|
6495
|
+
"type": "string",
|
|
6496
|
+
"name": "defaultExecutorPoolId",
|
|
6497
|
+
"doc": "The default pool to use for tasks that require remote executors.\nReferences 'id' in com.linkedin.pegasus2avro.metadata.key.RemoteExecutorPoolKey"
|
|
6498
|
+
}
|
|
6499
|
+
],
|
|
6500
|
+
"doc": "Global singleton storing configs for remote executor pools."
|
|
6501
|
+
},
|
|
6479
6502
|
{
|
|
6480
6503
|
"type": "record",
|
|
6481
6504
|
"Aspect": {
|
|
@@ -9067,7 +9090,7 @@
|
|
|
9067
9090
|
],
|
|
9068
9091
|
"name": "executorId",
|
|
9069
9092
|
"default": null,
|
|
9070
|
-
"doc": "Advanced: The executor
|
|
9093
|
+
"doc": "Advanced: The executor pool id of the remote monitor service, if any."
|
|
9071
9094
|
}
|
|
9072
9095
|
],
|
|
9073
9096
|
"doc": "Information about an asset monitor."
|
|
@@ -9791,7 +9814,10 @@
|
|
|
9791
9814
|
},
|
|
9792
9815
|
{
|
|
9793
9816
|
"Searchable": {
|
|
9794
|
-
"
|
|
9817
|
+
"/time": {
|
|
9818
|
+
"fieldName": "startedAt",
|
|
9819
|
+
"fieldType": "COUNT"
|
|
9820
|
+
}
|
|
9795
9821
|
},
|
|
9796
9822
|
"type": [
|
|
9797
9823
|
"null",
|
|
@@ -10959,6 +10985,91 @@
|
|
|
10959
10985
|
"type": "long",
|
|
10960
10986
|
"name": "createdAt",
|
|
10961
10987
|
"doc": "UTC-based timestamp of when this pool was created"
|
|
10988
|
+
},
|
|
10989
|
+
{
|
|
10990
|
+
"java": {
|
|
10991
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
10992
|
+
},
|
|
10993
|
+
"Urn": "Urn",
|
|
10994
|
+
"type": [
|
|
10995
|
+
"null",
|
|
10996
|
+
"string"
|
|
10997
|
+
],
|
|
10998
|
+
"name": "creator",
|
|
10999
|
+
"default": null,
|
|
11000
|
+
"doc": "The creator of this pool"
|
|
11001
|
+
},
|
|
11002
|
+
{
|
|
11003
|
+
"type": [
|
|
11004
|
+
"null",
|
|
11005
|
+
"string"
|
|
11006
|
+
],
|
|
11007
|
+
"name": "description",
|
|
11008
|
+
"default": null,
|
|
11009
|
+
"doc": "A description for this pool"
|
|
11010
|
+
},
|
|
11011
|
+
{
|
|
11012
|
+
"type": [
|
|
11013
|
+
"null",
|
|
11014
|
+
"string"
|
|
11015
|
+
],
|
|
11016
|
+
"name": "queueUrl",
|
|
11017
|
+
"default": null,
|
|
11018
|
+
"doc": "The url to the task queue for this pool. I.e., SQS queue url."
|
|
11019
|
+
},
|
|
11020
|
+
{
|
|
11021
|
+
"type": [
|
|
11022
|
+
"null",
|
|
11023
|
+
"boolean"
|
|
11024
|
+
],
|
|
11025
|
+
"name": "isEmbedded",
|
|
11026
|
+
"default": null,
|
|
11027
|
+
"doc": "Only set true if this is the pool embedded within the DataHub Cloud deployment"
|
|
11028
|
+
},
|
|
11029
|
+
{
|
|
11030
|
+
"type": [
|
|
11031
|
+
"null",
|
|
11032
|
+
{
|
|
11033
|
+
"type": "record",
|
|
11034
|
+
"name": "RemoteExecutorPoolState",
|
|
11035
|
+
"namespace": "com.linkedin.pegasus2avro.executorpool",
|
|
11036
|
+
"fields": [
|
|
11037
|
+
{
|
|
11038
|
+
"type": {
|
|
11039
|
+
"type": "enum",
|
|
11040
|
+
"symbolDocs": {
|
|
11041
|
+
"PROVISIONING_FAILED": "The pool has failed to be provisioned.",
|
|
11042
|
+
"PROVISIONING_IN_PROGRESS": "The pool has been picked up by DataHub and is in the process of being provisioned.",
|
|
11043
|
+
"PROVISIONING_PENDING": "The pool is pending provisioning. Default state on creation.",
|
|
11044
|
+
"READY": "The pool has been successfully provisioned and is ready to accept tasks."
|
|
11045
|
+
},
|
|
11046
|
+
"name": "RemoteExecutorPoolStatus",
|
|
11047
|
+
"namespace": "com.linkedin.pegasus2avro.executorpool",
|
|
11048
|
+
"symbols": [
|
|
11049
|
+
"PROVISIONING_PENDING",
|
|
11050
|
+
"PROVISIONING_IN_PROGRESS",
|
|
11051
|
+
"PROVISIONING_FAILED",
|
|
11052
|
+
"READY"
|
|
11053
|
+
]
|
|
11054
|
+
},
|
|
11055
|
+
"name": "status",
|
|
11056
|
+
"doc": "The status of the remote executor pool"
|
|
11057
|
+
},
|
|
11058
|
+
{
|
|
11059
|
+
"type": [
|
|
11060
|
+
"null",
|
|
11061
|
+
"string"
|
|
11062
|
+
],
|
|
11063
|
+
"name": "message",
|
|
11064
|
+
"default": null,
|
|
11065
|
+
"doc": "The message associated with the status. I.e., an error message explaining failure."
|
|
11066
|
+
}
|
|
11067
|
+
]
|
|
11068
|
+
}
|
|
11069
|
+
],
|
|
11070
|
+
"name": "state",
|
|
11071
|
+
"default": null,
|
|
11072
|
+
"doc": "The status of the remote executor pool"
|
|
10962
11073
|
}
|
|
10963
11074
|
]
|
|
10964
11075
|
},
|
|
@@ -11147,6 +11258,13 @@
|
|
|
11147
11258
|
"doc": "The display name of the property. This is the name that will be shown in the UI and can be used to look up the property id."
|
|
11148
11259
|
},
|
|
11149
11260
|
{
|
|
11261
|
+
"UrnValidation": {
|
|
11262
|
+
"entityTypes": [
|
|
11263
|
+
"dataType"
|
|
11264
|
+
],
|
|
11265
|
+
"exist": true,
|
|
11266
|
+
"strict": true
|
|
11267
|
+
},
|
|
11150
11268
|
"java": {
|
|
11151
11269
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
11152
11270
|
},
|
|
@@ -11235,6 +11353,13 @@
|
|
|
11235
11353
|
"fieldName": "entityTypes"
|
|
11236
11354
|
}
|
|
11237
11355
|
},
|
|
11356
|
+
"UrnValidation": {
|
|
11357
|
+
"entityTypes": [
|
|
11358
|
+
"entityType"
|
|
11359
|
+
],
|
|
11360
|
+
"exist": true,
|
|
11361
|
+
"strict": true
|
|
11362
|
+
},
|
|
11238
11363
|
"Urn": "Urn",
|
|
11239
11364
|
"urn_is_array": true,
|
|
11240
11365
|
"type": {
|
|
@@ -12207,6 +12332,65 @@
|
|
|
12207
12332
|
],
|
|
12208
12333
|
"doc": "Properties associated with a Data Platform Instance"
|
|
12209
12334
|
},
|
|
12335
|
+
{
|
|
12336
|
+
"type": "record",
|
|
12337
|
+
"Aspect": {
|
|
12338
|
+
"name": "icebergWarehouseInfo"
|
|
12339
|
+
},
|
|
12340
|
+
"name": "IcebergWarehouseInfo",
|
|
12341
|
+
"namespace": "com.linkedin.pegasus2avro.dataplatforminstance",
|
|
12342
|
+
"fields": [
|
|
12343
|
+
{
|
|
12344
|
+
"type": "string",
|
|
12345
|
+
"name": "dataRoot",
|
|
12346
|
+
"doc": "Path of the root for the backing store of the tables in the warehouse."
|
|
12347
|
+
},
|
|
12348
|
+
{
|
|
12349
|
+
"java": {
|
|
12350
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
12351
|
+
},
|
|
12352
|
+
"Urn": "Urn",
|
|
12353
|
+
"type": "string",
|
|
12354
|
+
"name": "clientId",
|
|
12355
|
+
"doc": "clientId to be used to authenticate with storage hosting this warehouse"
|
|
12356
|
+
},
|
|
12357
|
+
{
|
|
12358
|
+
"java": {
|
|
12359
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
12360
|
+
},
|
|
12361
|
+
"Urn": "Urn",
|
|
12362
|
+
"type": "string",
|
|
12363
|
+
"name": "clientSecret",
|
|
12364
|
+
"doc": "client secret to authenticate with storage hosting this warehouse"
|
|
12365
|
+
},
|
|
12366
|
+
{
|
|
12367
|
+
"type": "string",
|
|
12368
|
+
"name": "region",
|
|
12369
|
+
"doc": "region where the warehouse is located."
|
|
12370
|
+
},
|
|
12371
|
+
{
|
|
12372
|
+
"type": [
|
|
12373
|
+
"null",
|
|
12374
|
+
"string"
|
|
12375
|
+
],
|
|
12376
|
+
"name": "role",
|
|
12377
|
+
"default": null
|
|
12378
|
+
},
|
|
12379
|
+
{
|
|
12380
|
+
"type": [
|
|
12381
|
+
"null",
|
|
12382
|
+
"int"
|
|
12383
|
+
],
|
|
12384
|
+
"name": "tempCredentialExpirationSeconds",
|
|
12385
|
+
"default": null
|
|
12386
|
+
},
|
|
12387
|
+
{
|
|
12388
|
+
"type": "com.linkedin.pegasus2avro.common.FabricType",
|
|
12389
|
+
"name": "env"
|
|
12390
|
+
}
|
|
12391
|
+
],
|
|
12392
|
+
"doc": "An Iceberg warehouse location and credentails whose read/writes are governed by datahub catalog."
|
|
12393
|
+
},
|
|
12210
12394
|
{
|
|
12211
12395
|
"type": "record",
|
|
12212
12396
|
"Aspect": {
|
|
@@ -12952,6 +13136,18 @@
|
|
|
12952
13136
|
"default": null,
|
|
12953
13137
|
"doc": "Optional result of the action request, e.g. APPROVE or DENY in case of request approvals."
|
|
12954
13138
|
},
|
|
13139
|
+
{
|
|
13140
|
+
"Searchable": {
|
|
13141
|
+
"fieldType": "KEYWORD"
|
|
13142
|
+
},
|
|
13143
|
+
"type": [
|
|
13144
|
+
"null",
|
|
13145
|
+
"string"
|
|
13146
|
+
],
|
|
13147
|
+
"name": "note",
|
|
13148
|
+
"default": null,
|
|
13149
|
+
"doc": "Optional note associated with the status.\nE.g. if the request is rejected, the reason for rejection. If the request is approved, the reason for approval."
|
|
13150
|
+
},
|
|
12955
13151
|
{
|
|
12956
13152
|
"Searchable": {
|
|
12957
13153
|
"/time": {
|
|
@@ -12997,7 +13193,7 @@
|
|
|
12997
13193
|
"items": "string"
|
|
12998
13194
|
},
|
|
12999
13195
|
"name": "assignedUsers",
|
|
13000
|
-
"doc": "The users this action request is assigned to"
|
|
13196
|
+
"doc": "The users this action request is assigned to.\nBy default, action requests are assigned to Dataset Owners\nand with anyone who has the View Proposals platform privilege."
|
|
13001
13197
|
},
|
|
13002
13198
|
{
|
|
13003
13199
|
"Searchable": {
|
|
@@ -13013,7 +13209,7 @@
|
|
|
13013
13209
|
"items": "string"
|
|
13014
13210
|
},
|
|
13015
13211
|
"name": "assignedGroups",
|
|
13016
|
-
"doc": "The groups this action request is assigned to"
|
|
13212
|
+
"doc": "The groups this action request is assigned to\nBy default, action requests are assigned to Dataset Owners\nand with anyone who has the View Proposals platform privilege."
|
|
13017
13213
|
},
|
|
13018
13214
|
{
|
|
13019
13215
|
"Searchable": {
|
|
@@ -13033,7 +13229,7 @@
|
|
|
13033
13229
|
],
|
|
13034
13230
|
"name": "assignedRoles",
|
|
13035
13231
|
"default": null,
|
|
13036
|
-
"doc": "The roles this action request is assigned to"
|
|
13232
|
+
"doc": "The roles this action request is assigned to\nBy default, action requests are assigned any roles that have the View Proposals platform privilege."
|
|
13037
13233
|
},
|
|
13038
13234
|
{
|
|
13039
13235
|
"type": [
|
|
@@ -13075,7 +13271,7 @@
|
|
|
13075
13271
|
],
|
|
13076
13272
|
"name": "subResource",
|
|
13077
13273
|
"default": null,
|
|
13078
|
-
"doc": "The sub-resource identifier that the action is associated with, for example 'fieldName'"
|
|
13274
|
+
"doc": "The sub-resource identifier that the action is associated with, for example 'fieldName'.\nCurrently, this is only used for Field Paths & schema fields."
|
|
13079
13275
|
},
|
|
13080
13276
|
{
|
|
13081
13277
|
"type": [
|
|
@@ -13095,22 +13291,48 @@
|
|
|
13095
13291
|
"fields": [
|
|
13096
13292
|
{
|
|
13097
13293
|
"Searchable": {
|
|
13098
|
-
"addToFilters": true
|
|
13294
|
+
"addToFilters": true,
|
|
13295
|
+
"fieldName": "glossaryTerms"
|
|
13099
13296
|
},
|
|
13297
|
+
"deprecated": true,
|
|
13100
13298
|
"java": {
|
|
13101
13299
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
13102
13300
|
},
|
|
13103
13301
|
"Urn": "Urn",
|
|
13104
|
-
"type":
|
|
13302
|
+
"type": [
|
|
13303
|
+
"null",
|
|
13304
|
+
"string"
|
|
13305
|
+
],
|
|
13105
13306
|
"name": "glossaryTerm",
|
|
13106
|
-
"
|
|
13307
|
+
"default": null,
|
|
13308
|
+
"doc": "This field is deprecated and will be removed in a future version. Use glossaryTerms instead.\nThe urn of the glossary term being proposed."
|
|
13309
|
+
},
|
|
13310
|
+
{
|
|
13311
|
+
"Searchable": {
|
|
13312
|
+
"/*": {
|
|
13313
|
+
"addToFilters": true,
|
|
13314
|
+
"fieldName": "glossaryTerms"
|
|
13315
|
+
}
|
|
13316
|
+
},
|
|
13317
|
+
"Urn": "Urn",
|
|
13318
|
+
"urn_is_array": true,
|
|
13319
|
+
"type": [
|
|
13320
|
+
"null",
|
|
13321
|
+
{
|
|
13322
|
+
"type": "array",
|
|
13323
|
+
"items": "string"
|
|
13324
|
+
}
|
|
13325
|
+
],
|
|
13326
|
+
"name": "glossaryTerms",
|
|
13327
|
+
"default": null,
|
|
13328
|
+
"doc": "The urns of the glossary terms being proposed.\nUse this field over glossaryTerm."
|
|
13107
13329
|
}
|
|
13108
13330
|
]
|
|
13109
13331
|
}
|
|
13110
13332
|
],
|
|
13111
13333
|
"name": "glossaryTermProposal",
|
|
13112
13334
|
"default": null,
|
|
13113
|
-
"doc": "An optional set of information specific to term proposals."
|
|
13335
|
+
"doc": "An optional set of information specific to term proposals.\nTODO: Add validation that ensures that glossaryTerm or glossaryTerms field is provided, but not both."
|
|
13114
13336
|
},
|
|
13115
13337
|
{
|
|
13116
13338
|
"type": [
|
|
@@ -13122,22 +13344,149 @@
|
|
|
13122
13344
|
"fields": [
|
|
13123
13345
|
{
|
|
13124
13346
|
"Searchable": {
|
|
13125
|
-
"addToFilters": true
|
|
13347
|
+
"addToFilters": true,
|
|
13348
|
+
"fieldName": "tags"
|
|
13126
13349
|
},
|
|
13350
|
+
"deprecated": true,
|
|
13127
13351
|
"java": {
|
|
13128
13352
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
13129
13353
|
},
|
|
13130
13354
|
"Urn": "Urn",
|
|
13131
|
-
"type":
|
|
13355
|
+
"type": [
|
|
13356
|
+
"null",
|
|
13357
|
+
"string"
|
|
13358
|
+
],
|
|
13132
13359
|
"name": "tag",
|
|
13133
|
-
"
|
|
13360
|
+
"default": null,
|
|
13361
|
+
"doc": "This field is deprecated and will be removed in a future version. Use tags instead.\nThe urn of the tag being proposed."
|
|
13362
|
+
},
|
|
13363
|
+
{
|
|
13364
|
+
"Searchable": {
|
|
13365
|
+
"/*": {
|
|
13366
|
+
"addToFilters": true,
|
|
13367
|
+
"fieldName": "tags"
|
|
13368
|
+
}
|
|
13369
|
+
},
|
|
13370
|
+
"Urn": "Urn",
|
|
13371
|
+
"urn_is_array": true,
|
|
13372
|
+
"type": [
|
|
13373
|
+
"null",
|
|
13374
|
+
{
|
|
13375
|
+
"type": "array",
|
|
13376
|
+
"items": "string"
|
|
13377
|
+
}
|
|
13378
|
+
],
|
|
13379
|
+
"name": "tags",
|
|
13380
|
+
"default": null,
|
|
13381
|
+
"doc": "The urns of the glossary terms being proposed.\nUse this field over glossaryTerm."
|
|
13134
13382
|
}
|
|
13135
13383
|
]
|
|
13136
13384
|
}
|
|
13137
13385
|
],
|
|
13138
13386
|
"name": "tagProposal",
|
|
13139
13387
|
"default": null,
|
|
13140
|
-
"doc": "An optional set of information specific to tag proposals."
|
|
13388
|
+
"doc": "An optional set of information specific to tag proposals.\nTODO: Add validation that ensures that tag or tagUrns field is provided, but not both."
|
|
13389
|
+
},
|
|
13390
|
+
{
|
|
13391
|
+
"type": [
|
|
13392
|
+
"null",
|
|
13393
|
+
{
|
|
13394
|
+
"type": "record",
|
|
13395
|
+
"name": "DomainProposal",
|
|
13396
|
+
"namespace": "com.linkedin.pegasus2avro.actionrequest",
|
|
13397
|
+
"fields": [
|
|
13398
|
+
{
|
|
13399
|
+
"Searchable": {
|
|
13400
|
+
"/*": {
|
|
13401
|
+
"addToFilters": true,
|
|
13402
|
+
"fieldName": "domains"
|
|
13403
|
+
}
|
|
13404
|
+
},
|
|
13405
|
+
"Urn": "Urn",
|
|
13406
|
+
"urn_is_array": true,
|
|
13407
|
+
"type": {
|
|
13408
|
+
"type": "array",
|
|
13409
|
+
"items": "string"
|
|
13410
|
+
},
|
|
13411
|
+
"name": "domains",
|
|
13412
|
+
"doc": "The urns of the domain(s) being proposed. Currently, only 1 domain is supported per asset.\nIf this changes in the future, this data modeling will suffice."
|
|
13413
|
+
}
|
|
13414
|
+
]
|
|
13415
|
+
}
|
|
13416
|
+
],
|
|
13417
|
+
"name": "domainProposal",
|
|
13418
|
+
"default": null,
|
|
13419
|
+
"doc": "An optional set of information specific to domain proposals."
|
|
13420
|
+
},
|
|
13421
|
+
{
|
|
13422
|
+
"type": [
|
|
13423
|
+
"null",
|
|
13424
|
+
{
|
|
13425
|
+
"type": "record",
|
|
13426
|
+
"name": "OwnerProposal",
|
|
13427
|
+
"namespace": "com.linkedin.pegasus2avro.actionrequest",
|
|
13428
|
+
"fields": [
|
|
13429
|
+
{
|
|
13430
|
+
"Searchable": {
|
|
13431
|
+
"/*/owner": {
|
|
13432
|
+
"addToFilters": true,
|
|
13433
|
+
"fieldName": "owners"
|
|
13434
|
+
},
|
|
13435
|
+
"/*/typeUrn": {
|
|
13436
|
+
"addToFilters": true,
|
|
13437
|
+
"fieldName": "ownershipTypes"
|
|
13438
|
+
}
|
|
13439
|
+
},
|
|
13440
|
+
"type": [
|
|
13441
|
+
"null",
|
|
13442
|
+
{
|
|
13443
|
+
"type": "array",
|
|
13444
|
+
"items": "com.linkedin.pegasus2avro.common.Owner"
|
|
13445
|
+
}
|
|
13446
|
+
],
|
|
13447
|
+
"name": "owners",
|
|
13448
|
+
"default": null,
|
|
13449
|
+
"doc": "The urns of the owner(s) being proposed."
|
|
13450
|
+
}
|
|
13451
|
+
]
|
|
13452
|
+
}
|
|
13453
|
+
],
|
|
13454
|
+
"name": "ownerProposal",
|
|
13455
|
+
"default": null,
|
|
13456
|
+
"doc": "An optional set of information specific to ownership proposals."
|
|
13457
|
+
},
|
|
13458
|
+
{
|
|
13459
|
+
"type": [
|
|
13460
|
+
"null",
|
|
13461
|
+
{
|
|
13462
|
+
"type": "record",
|
|
13463
|
+
"name": "StructuredPropertyProposal",
|
|
13464
|
+
"namespace": "com.linkedin.pegasus2avro.actionrequest",
|
|
13465
|
+
"fields": [
|
|
13466
|
+
{
|
|
13467
|
+
"Searchable": {
|
|
13468
|
+
"/*/propertyUrn": {
|
|
13469
|
+
"addToFilters": true,
|
|
13470
|
+
"fieldName": "structuredPropertyUrns"
|
|
13471
|
+
}
|
|
13472
|
+
},
|
|
13473
|
+
"type": [
|
|
13474
|
+
"null",
|
|
13475
|
+
{
|
|
13476
|
+
"type": "array",
|
|
13477
|
+
"items": "com.linkedin.pegasus2avro.structured.StructuredPropertyValueAssignment"
|
|
13478
|
+
}
|
|
13479
|
+
],
|
|
13480
|
+
"name": "structuredPropertyValues",
|
|
13481
|
+
"default": null,
|
|
13482
|
+
"doc": "The urns of the domain(s) being proposed. Currently, only 1 domain is supported per asset.\nIf this changes in the future, the data model will be ready.\nTODO: Decide if indexing the value would also be useful."
|
|
13483
|
+
}
|
|
13484
|
+
]
|
|
13485
|
+
}
|
|
13486
|
+
],
|
|
13487
|
+
"name": "structuredPropertyProposal",
|
|
13488
|
+
"default": null,
|
|
13489
|
+
"doc": "An optional set of information specific to structured property proposals."
|
|
13141
13490
|
},
|
|
13142
13491
|
{
|
|
13143
13492
|
"type": [
|
|
@@ -13412,9 +13761,18 @@
|
|
|
13412
13761
|
{
|
|
13413
13762
|
"type": [
|
|
13414
13763
|
"null",
|
|
13415
|
-
"
|
|
13764
|
+
"string"
|
|
13416
13765
|
],
|
|
13417
|
-
"name": "
|
|
13766
|
+
"name": "description",
|
|
13767
|
+
"default": null,
|
|
13768
|
+
"doc": "An optional description that can be added to the action request\nto explain the intention behind it."
|
|
13769
|
+
},
|
|
13770
|
+
{
|
|
13771
|
+
"type": [
|
|
13772
|
+
"null",
|
|
13773
|
+
"long"
|
|
13774
|
+
],
|
|
13775
|
+
"name": "dueDate",
|
|
13418
13776
|
"default": null,
|
|
13419
13777
|
"doc": "The time at which the request is due"
|
|
13420
13778
|
},
|
|
@@ -13586,6 +13944,7 @@
|
|
|
13586
13944
|
},
|
|
13587
13945
|
{
|
|
13588
13946
|
"Searchable": {
|
|
13947
|
+
"boostScore": 10.0,
|
|
13589
13948
|
"enableAutocomplete": true,
|
|
13590
13949
|
"fieldNameAliases": [
|
|
13591
13950
|
"_entityName"
|
|
@@ -16001,7 +16360,9 @@
|
|
|
16001
16360
|
"/terms/*/urn": {
|
|
16002
16361
|
"boostScore": 0.5,
|
|
16003
16362
|
"fieldName": "editedFieldGlossaryTerms",
|
|
16004
|
-
"fieldType": "URN"
|
|
16363
|
+
"fieldType": "URN",
|
|
16364
|
+
"includeSystemModifiedAt": true,
|
|
16365
|
+
"systemModifiedAtFieldName": "schemaFieldTermsModifiedAt"
|
|
16005
16366
|
}
|
|
16006
16367
|
},
|
|
16007
16368
|
"type": [
|
|
@@ -18412,6 +18773,289 @@
|
|
|
18412
18773
|
"doc": "Schema proposals aspect for proposed tags and glossary terms on schema metadata."
|
|
18413
18774
|
},
|
|
18414
18775
|
"com.linkedin.pegasus2avro.schema.SchemaMetadata",
|
|
18776
|
+
{
|
|
18777
|
+
"type": "record",
|
|
18778
|
+
"Aspect": {
|
|
18779
|
+
"name": "dataHubMetricCubeEvent",
|
|
18780
|
+
"type": "timeseries"
|
|
18781
|
+
},
|
|
18782
|
+
"name": "DataHubMetricCubeEvent",
|
|
18783
|
+
"namespace": "com.linkedin.pegasus2avro.metric",
|
|
18784
|
+
"fields": [
|
|
18785
|
+
{
|
|
18786
|
+
"type": "long",
|
|
18787
|
+
"name": "reportedTimeMillis",
|
|
18788
|
+
"doc": "The event or bucket reported time field as epoch at UTC in milli seconds.\nThis must be provided in order to pass validation."
|
|
18789
|
+
},
|
|
18790
|
+
{
|
|
18791
|
+
"TimeseriesField": {},
|
|
18792
|
+
"type": "double",
|
|
18793
|
+
"name": "measure",
|
|
18794
|
+
"doc": "The first measure value - Typically this is the primary metric."
|
|
18795
|
+
},
|
|
18796
|
+
{
|
|
18797
|
+
"TimeseriesField": {},
|
|
18798
|
+
"type": [
|
|
18799
|
+
"null",
|
|
18800
|
+
{
|
|
18801
|
+
"type": "array",
|
|
18802
|
+
"items": "string"
|
|
18803
|
+
}
|
|
18804
|
+
],
|
|
18805
|
+
"name": "dim1",
|
|
18806
|
+
"default": null,
|
|
18807
|
+
"doc": "The first dimension value(s). Array type to support multi-dimensionality."
|
|
18808
|
+
},
|
|
18809
|
+
{
|
|
18810
|
+
"TimeseriesField": {},
|
|
18811
|
+
"type": [
|
|
18812
|
+
"null",
|
|
18813
|
+
{
|
|
18814
|
+
"type": "array",
|
|
18815
|
+
"items": "string"
|
|
18816
|
+
}
|
|
18817
|
+
],
|
|
18818
|
+
"name": "dim2",
|
|
18819
|
+
"default": null,
|
|
18820
|
+
"doc": "The second dimension value(s). Array type to support multi-dimensionality."
|
|
18821
|
+
},
|
|
18822
|
+
{
|
|
18823
|
+
"TimeseriesField": {},
|
|
18824
|
+
"type": [
|
|
18825
|
+
"null",
|
|
18826
|
+
{
|
|
18827
|
+
"type": "array",
|
|
18828
|
+
"items": "string"
|
|
18829
|
+
}
|
|
18830
|
+
],
|
|
18831
|
+
"name": "dim3",
|
|
18832
|
+
"default": null,
|
|
18833
|
+
"doc": "The third dimension value(s). Array type to support multi-dimensionality."
|
|
18834
|
+
},
|
|
18835
|
+
{
|
|
18836
|
+
"type": "long",
|
|
18837
|
+
"name": "timestampMillis",
|
|
18838
|
+
"doc": "The event timestamp field as epoch at UTC in milli seconds."
|
|
18839
|
+
},
|
|
18840
|
+
{
|
|
18841
|
+
"type": [
|
|
18842
|
+
"null",
|
|
18843
|
+
"com.linkedin.pegasus2avro.timeseries.TimeWindowSize"
|
|
18844
|
+
],
|
|
18845
|
+
"name": "eventGranularity",
|
|
18846
|
+
"default": null,
|
|
18847
|
+
"doc": "Granularity of the event if applicable"
|
|
18848
|
+
},
|
|
18849
|
+
{
|
|
18850
|
+
"type": [
|
|
18851
|
+
"com.linkedin.pegasus2avro.timeseries.PartitionSpec",
|
|
18852
|
+
"null"
|
|
18853
|
+
],
|
|
18854
|
+
"name": "partitionSpec",
|
|
18855
|
+
"default": {
|
|
18856
|
+
"partition": "FULL_TABLE_SNAPSHOT",
|
|
18857
|
+
"type": "FULL_TABLE",
|
|
18858
|
+
"timePartition": null
|
|
18859
|
+
},
|
|
18860
|
+
"doc": "The optional partition specification."
|
|
18861
|
+
},
|
|
18862
|
+
{
|
|
18863
|
+
"type": [
|
|
18864
|
+
"null",
|
|
18865
|
+
"string"
|
|
18866
|
+
],
|
|
18867
|
+
"name": "messageId",
|
|
18868
|
+
"default": null,
|
|
18869
|
+
"doc": "The optional messageId, if provided serves as a custom user-defined unique identifier for an aspect value."
|
|
18870
|
+
}
|
|
18871
|
+
],
|
|
18872
|
+
"doc": "A timeseries measure event, e.g. a single observation."
|
|
18873
|
+
},
|
|
18874
|
+
{
|
|
18875
|
+
"type": "record",
|
|
18876
|
+
"Aspect": {
|
|
18877
|
+
"name": "dataHubMetricCubeDefinition"
|
|
18878
|
+
},
|
|
18879
|
+
"name": "DataHubMetricCubeDefinition",
|
|
18880
|
+
"namespace": "com.linkedin.pegasus2avro.metric",
|
|
18881
|
+
"fields": [
|
|
18882
|
+
{
|
|
18883
|
+
"Searchable": {},
|
|
18884
|
+
"type": "string",
|
|
18885
|
+
"name": "name",
|
|
18886
|
+
"doc": " Display name of the metric cube"
|
|
18887
|
+
},
|
|
18888
|
+
{
|
|
18889
|
+
"Searchable": {},
|
|
18890
|
+
"type": "string",
|
|
18891
|
+
"name": "type",
|
|
18892
|
+
"default": "custom",
|
|
18893
|
+
"doc": "A type or category for the metric cube. This is used to categorize the metric cube & for filtering.\n\nThis may be used to group similar types of metrics for a given entity, e.g. 'row_count', 'error_count', etc.\nthat originated in different places."
|
|
18894
|
+
},
|
|
18895
|
+
{
|
|
18896
|
+
"type": [
|
|
18897
|
+
"null",
|
|
18898
|
+
"string"
|
|
18899
|
+
],
|
|
18900
|
+
"name": "description",
|
|
18901
|
+
"default": null,
|
|
18902
|
+
"doc": " Optional description for the metric"
|
|
18903
|
+
},
|
|
18904
|
+
{
|
|
18905
|
+
"Searchable": {},
|
|
18906
|
+
"java": {
|
|
18907
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
18908
|
+
},
|
|
18909
|
+
"Urn": "Urn",
|
|
18910
|
+
"type": [
|
|
18911
|
+
"null",
|
|
18912
|
+
"string"
|
|
18913
|
+
],
|
|
18914
|
+
"name": "entity",
|
|
18915
|
+
"default": null,
|
|
18916
|
+
"doc": " An optional URN for the entity that this metric cube is associated with."
|
|
18917
|
+
},
|
|
18918
|
+
{
|
|
18919
|
+
"type": {
|
|
18920
|
+
"type": "record",
|
|
18921
|
+
"name": "DataHubMetricCubeOrigin",
|
|
18922
|
+
"namespace": "com.linkedin.pegasus2avro.metric",
|
|
18923
|
+
"fields": [
|
|
18924
|
+
{
|
|
18925
|
+
"Searchable": {
|
|
18926
|
+
"addToFilters": true,
|
|
18927
|
+
"fieldName": "originType",
|
|
18928
|
+
"filterNameOverride": "Origin"
|
|
18929
|
+
},
|
|
18930
|
+
"type": {
|
|
18931
|
+
"type": "enum",
|
|
18932
|
+
"symbolDocs": {
|
|
18933
|
+
"ASSERTION_MONITOR": "Assertion monitor created the metric.",
|
|
18934
|
+
"MANUAL": "Manually created metric, via UI or API."
|
|
18935
|
+
},
|
|
18936
|
+
"name": "DataHubMetricSourceType",
|
|
18937
|
+
"namespace": "com.linkedin.pegasus2avro.metric",
|
|
18938
|
+
"symbols": [
|
|
18939
|
+
"MANUAL",
|
|
18940
|
+
"ASSERTION_MONITOR"
|
|
18941
|
+
]
|
|
18942
|
+
},
|
|
18943
|
+
"name": "type",
|
|
18944
|
+
"doc": "Message associated with the incident"
|
|
18945
|
+
},
|
|
18946
|
+
{
|
|
18947
|
+
"Searchable": {
|
|
18948
|
+
"fieldType": "URN"
|
|
18949
|
+
},
|
|
18950
|
+
"java": {
|
|
18951
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
18952
|
+
},
|
|
18953
|
+
"Urn": "Urn",
|
|
18954
|
+
"type": [
|
|
18955
|
+
"null",
|
|
18956
|
+
"string"
|
|
18957
|
+
],
|
|
18958
|
+
"name": "originUrn",
|
|
18959
|
+
"default": null,
|
|
18960
|
+
"doc": "Reference to the source that created the metric.\nIn the case of assertion monitor, this is the URN of the assertion monitor."
|
|
18961
|
+
}
|
|
18962
|
+
],
|
|
18963
|
+
"doc": "Information about the origin of the metric cube"
|
|
18964
|
+
},
|
|
18965
|
+
"name": "origin",
|
|
18966
|
+
"doc": "The origin of the metric cube."
|
|
18967
|
+
},
|
|
18968
|
+
{
|
|
18969
|
+
"type": [
|
|
18970
|
+
"null",
|
|
18971
|
+
{
|
|
18972
|
+
"type": "record",
|
|
18973
|
+
"name": "DataHubMetricCubeMeasures",
|
|
18974
|
+
"namespace": "com.linkedin.pegasus2avro.metric",
|
|
18975
|
+
"fields": [
|
|
18976
|
+
{
|
|
18977
|
+
"type": {
|
|
18978
|
+
"type": "record",
|
|
18979
|
+
"name": "DataHubMetricCubeMeasure",
|
|
18980
|
+
"namespace": "com.linkedin.pegasus2avro.metric",
|
|
18981
|
+
"fields": [
|
|
18982
|
+
{
|
|
18983
|
+
"type": "string",
|
|
18984
|
+
"name": "name",
|
|
18985
|
+
"doc": " The name of the measure"
|
|
18986
|
+
}
|
|
18987
|
+
],
|
|
18988
|
+
"doc": "The definition of a metric cube measure."
|
|
18989
|
+
},
|
|
18990
|
+
"name": "measure",
|
|
18991
|
+
"doc": " The first measure being tracked in the cube."
|
|
18992
|
+
}
|
|
18993
|
+
],
|
|
18994
|
+
"doc": "The definition of the measures of a metric cube.\nA measure is a metric that is being tracked in the cube."
|
|
18995
|
+
}
|
|
18996
|
+
],
|
|
18997
|
+
"name": "measures",
|
|
18998
|
+
"default": null,
|
|
18999
|
+
"doc": " Optional - The measures of the cube for display purposes."
|
|
19000
|
+
},
|
|
19001
|
+
{
|
|
19002
|
+
"type": [
|
|
19003
|
+
"null",
|
|
19004
|
+
{
|
|
19005
|
+
"type": "record",
|
|
19006
|
+
"name": "DataHubMetricCubeDimensions",
|
|
19007
|
+
"namespace": "com.linkedin.pegasus2avro.metric",
|
|
19008
|
+
"fields": [
|
|
19009
|
+
{
|
|
19010
|
+
"type": [
|
|
19011
|
+
"null",
|
|
19012
|
+
{
|
|
19013
|
+
"type": "record",
|
|
19014
|
+
"name": "DataHubMetricCubeDimension",
|
|
19015
|
+
"namespace": "com.linkedin.pegasus2avro.metric",
|
|
19016
|
+
"fields": [
|
|
19017
|
+
{
|
|
19018
|
+
"type": "string",
|
|
19019
|
+
"name": "name",
|
|
19020
|
+
"doc": " The name of the dimension"
|
|
19021
|
+
}
|
|
19022
|
+
],
|
|
19023
|
+
"doc": "The definition of a metric cube dimension."
|
|
19024
|
+
}
|
|
19025
|
+
],
|
|
19026
|
+
"name": "dim1",
|
|
19027
|
+
"default": null,
|
|
19028
|
+
"doc": " The first measure being tracked in the cube."
|
|
19029
|
+
},
|
|
19030
|
+
{
|
|
19031
|
+
"type": [
|
|
19032
|
+
"null",
|
|
19033
|
+
"com.linkedin.pegasus2avro.metric.DataHubMetricCubeDimension"
|
|
19034
|
+
],
|
|
19035
|
+
"name": "dim2",
|
|
19036
|
+
"default": null,
|
|
19037
|
+
"doc": "Optional: A second measure being tracked in the cube."
|
|
19038
|
+
},
|
|
19039
|
+
{
|
|
19040
|
+
"type": [
|
|
19041
|
+
"null",
|
|
19042
|
+
"com.linkedin.pegasus2avro.metric.DataHubMetricCubeDimension"
|
|
19043
|
+
],
|
|
19044
|
+
"name": "dim3",
|
|
19045
|
+
"default": null,
|
|
19046
|
+
"doc": "Optional: A third measure being tracked in the cube."
|
|
19047
|
+
}
|
|
19048
|
+
],
|
|
19049
|
+
"doc": "The dimensions of the cube. This is what you filter and group by.\nThis is a record to allow for future expansion of the dimensions."
|
|
19050
|
+
}
|
|
19051
|
+
],
|
|
19052
|
+
"name": "dimensions",
|
|
19053
|
+
"default": null,
|
|
19054
|
+
"doc": "Optional - The dimensions of the cube for display purposes."
|
|
19055
|
+
}
|
|
19056
|
+
],
|
|
19057
|
+
"doc": "The structure of an individual metric cube in DataHub."
|
|
19058
|
+
},
|
|
18415
19059
|
{
|
|
18416
19060
|
"type": "record",
|
|
18417
19061
|
"Aspect": {
|
|
@@ -19702,7 +20346,7 @@
|
|
|
19702
20346
|
"symbolDocs": {
|
|
19703
20347
|
"ALTER": "Asset was altered",
|
|
19704
20348
|
"CREATE": "Asset was created",
|
|
19705
|
-
"CUSTOM": "Custom asset operation",
|
|
20349
|
+
"CUSTOM": "Custom asset operation. If this is set, ensure customOperationType is filled out.",
|
|
19706
20350
|
"DELETE": "Rows were deleted",
|
|
19707
20351
|
"DROP": "Asset was dropped",
|
|
19708
20352
|
"INSERT": "Rows were inserted",
|
|
@@ -19880,7 +20524,9 @@
|
|
|
19880
20524
|
"fieldName": "lastOperationTime",
|
|
19881
20525
|
"fieldType": "DATETIME"
|
|
19882
20526
|
},
|
|
19883
|
-
"TimeseriesField": {
|
|
20527
|
+
"TimeseriesField": {
|
|
20528
|
+
"fieldType": "DATETIME"
|
|
20529
|
+
},
|
|
19884
20530
|
"type": "long",
|
|
19885
20531
|
"name": "lastUpdatedTimestamp",
|
|
19886
20532
|
"doc": "The time at which the operation occurred. Would be better named 'operationTime'"
|
|
@@ -20655,7 +21301,9 @@
|
|
|
20655
21301
|
"/terms/*/urn": {
|
|
20656
21302
|
"boostScore": 0.5,
|
|
20657
21303
|
"fieldName": "editedFieldGlossaryTerms",
|
|
20658
|
-
"fieldType": "URN"
|
|
21304
|
+
"fieldType": "URN",
|
|
21305
|
+
"includeSystemModifiedAt": true,
|
|
21306
|
+
"systemModifiedAtFieldName": "schemaFieldTermsModifiedAt"
|
|
20659
21307
|
}
|
|
20660
21308
|
},
|
|
20661
21309
|
"type": [
|
|
@@ -20769,6 +21417,12 @@
|
|
|
20769
21417
|
"namespace": "com.linkedin.pegasus2avro.businessattribute",
|
|
20770
21418
|
"fields": [
|
|
20771
21419
|
{
|
|
21420
|
+
"Searchable": {
|
|
21421
|
+
"fieldName": "schemaFieldBusinessAttribute",
|
|
21422
|
+
"includeSystemModifiedAt": true,
|
|
21423
|
+
"queryByDefault": false,
|
|
21424
|
+
"systemModifiedAtFieldName": "schemaFieldBusinessAttributeModifiedAt"
|
|
21425
|
+
},
|
|
20772
21426
|
"java": {
|
|
20773
21427
|
"class": "com.linkedin.pegasus2avro.common.urn.BusinessAttributeUrn"
|
|
20774
21428
|
},
|
|
@@ -21516,8 +22170,10 @@
|
|
|
21516
22170
|
"Relationship": {
|
|
21517
22171
|
"/*": {
|
|
21518
22172
|
"entityTypes": [
|
|
21519
|
-
"dataset"
|
|
22173
|
+
"dataset",
|
|
22174
|
+
"mlModel"
|
|
21520
22175
|
],
|
|
22176
|
+
"isLineage": true,
|
|
21521
22177
|
"name": "Consumes"
|
|
21522
22178
|
}
|
|
21523
22179
|
},
|
|
@@ -21537,7 +22193,7 @@
|
|
|
21537
22193
|
"items": "string"
|
|
21538
22194
|
},
|
|
21539
22195
|
"name": "inputs",
|
|
21540
|
-
"doc": "Input
|
|
22196
|
+
"doc": "Input assets consumed"
|
|
21541
22197
|
}
|
|
21542
22198
|
],
|
|
21543
22199
|
"doc": "Information about the inputs datasets of a Data process"
|
|
@@ -21888,6 +22544,8 @@
|
|
|
21888
22544
|
"dataset",
|
|
21889
22545
|
"mlModel"
|
|
21890
22546
|
],
|
|
22547
|
+
"isLineage": true,
|
|
22548
|
+
"isUpstream": false,
|
|
21891
22549
|
"name": "Produces"
|
|
21892
22550
|
}
|
|
21893
22551
|
},
|
|
@@ -22763,6 +23421,34 @@
|
|
|
22763
23421
|
"doc": "Metrics corresponding to datasets.\n\nNotice that this aspect may be partially completed so the user\nshould filter for existence of the stats they need when querying."
|
|
22764
23422
|
},
|
|
22765
23423
|
"com.linkedin.pegasus2avro.dataset.DatasetDeprecation",
|
|
23424
|
+
{
|
|
23425
|
+
"type": "record",
|
|
23426
|
+
"Aspect": {
|
|
23427
|
+
"name": "icebergCatalogInfo"
|
|
23428
|
+
},
|
|
23429
|
+
"name": "IcebergCatalogInfo",
|
|
23430
|
+
"namespace": "com.linkedin.pegasus2avro.dataset",
|
|
23431
|
+
"fields": [
|
|
23432
|
+
{
|
|
23433
|
+
"type": [
|
|
23434
|
+
"null",
|
|
23435
|
+
"string"
|
|
23436
|
+
],
|
|
23437
|
+
"name": "metadataPointer",
|
|
23438
|
+
"default": null,
|
|
23439
|
+
"doc": "When Datahub is the REST Catalog for an Iceberg Table, stores the current metadata pointer.\nIf the Iceberg table is managed by an external catalog, the metadata pointer is not set."
|
|
23440
|
+
},
|
|
23441
|
+
{
|
|
23442
|
+
"type": [
|
|
23443
|
+
"null",
|
|
23444
|
+
"boolean"
|
|
23445
|
+
],
|
|
23446
|
+
"name": "view",
|
|
23447
|
+
"default": null
|
|
23448
|
+
}
|
|
23449
|
+
],
|
|
23450
|
+
"doc": "Iceberg Catalog metadata associated with an Iceberg table/view"
|
|
23451
|
+
},
|
|
22766
23452
|
"com.linkedin.pegasus2avro.dataset.DatasetProperties",
|
|
22767
23453
|
{
|
|
22768
23454
|
"type": "record",
|
|
@@ -23876,7 +24562,8 @@
|
|
|
23876
24562
|
"globalTags",
|
|
23877
24563
|
"institutionalMemory",
|
|
23878
24564
|
"deprecation",
|
|
23879
|
-
"status"
|
|
24565
|
+
"status",
|
|
24566
|
+
"icebergWarehouseInfo"
|
|
23880
24567
|
]
|
|
23881
24568
|
},
|
|
23882
24569
|
"name": "DataPlatformInstanceKey",
|
|
@@ -23899,6 +24586,28 @@
|
|
|
23899
24586
|
],
|
|
23900
24587
|
"doc": "Key for a Dataset"
|
|
23901
24588
|
},
|
|
24589
|
+
{
|
|
24590
|
+
"type": "record",
|
|
24591
|
+
"Aspect": {
|
|
24592
|
+
"name": "dataHubMetricCubeKey",
|
|
24593
|
+
"keyForEntity": "dataHubMetricCube",
|
|
24594
|
+
"entityCategory": "internal",
|
|
24595
|
+
"entityAspects": [
|
|
24596
|
+
"dataHubMetricCubeDefinition",
|
|
24597
|
+
"dataHubMetricCubeEvent"
|
|
24598
|
+
]
|
|
24599
|
+
},
|
|
24600
|
+
"name": "DataHubMetricCubeKey",
|
|
24601
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.key",
|
|
24602
|
+
"fields": [
|
|
24603
|
+
{
|
|
24604
|
+
"type": "string",
|
|
24605
|
+
"name": "id",
|
|
24606
|
+
"doc": "Unique id for the cube type."
|
|
24607
|
+
}
|
|
24608
|
+
],
|
|
24609
|
+
"doc": "Key for a DataHub Metric Cube, e.g. an internal metric."
|
|
24610
|
+
},
|
|
23902
24611
|
{
|
|
23903
24612
|
"type": "record",
|
|
23904
24613
|
"Aspect": {
|
|
@@ -24014,7 +24723,7 @@
|
|
|
24014
24723
|
"fieldType": "KEYWORD"
|
|
24015
24724
|
},
|
|
24016
24725
|
"type": "string",
|
|
24017
|
-
"name": "
|
|
24726
|
+
"name": "id",
|
|
24018
24727
|
"doc": "The unique identifier for the remote executor pool"
|
|
24019
24728
|
}
|
|
24020
24729
|
],
|
|
@@ -24187,12 +24896,12 @@
|
|
|
24187
24896
|
"browsePaths",
|
|
24188
24897
|
"status",
|
|
24189
24898
|
"domains",
|
|
24190
|
-
"proposals",
|
|
24191
24899
|
"browsePathsV2",
|
|
24192
24900
|
"structuredProperties",
|
|
24193
24901
|
"forms",
|
|
24194
24902
|
"testResults",
|
|
24195
24903
|
"access",
|
|
24904
|
+
"proposals",
|
|
24196
24905
|
"share",
|
|
24197
24906
|
"origin",
|
|
24198
24907
|
"documentation"
|
|
@@ -24278,9 +24987,9 @@
|
|
|
24278
24987
|
"domains",
|
|
24279
24988
|
"subTypes",
|
|
24280
24989
|
"dataPlatformInstance",
|
|
24281
|
-
"proposals",
|
|
24282
24990
|
"browsePathsV2",
|
|
24283
24991
|
"testResults",
|
|
24992
|
+
"proposals",
|
|
24284
24993
|
"share",
|
|
24285
24994
|
"origin",
|
|
24286
24995
|
"documentation"
|
|
@@ -24420,6 +25129,27 @@
|
|
|
24420
25129
|
"doc": "Key for a Ownership Type"
|
|
24421
25130
|
},
|
|
24422
25131
|
"com.linkedin.pegasus2avro.metadata.key.ActionRequestKey",
|
|
25132
|
+
{
|
|
25133
|
+
"type": "record",
|
|
25134
|
+
"Aspect": {
|
|
25135
|
+
"name": "dataHubRemoteExecutorGlobalConfigKey",
|
|
25136
|
+
"keyForEntity": "dataHubRemoteExecutorGlobalConfig",
|
|
25137
|
+
"entityCategory": "internal",
|
|
25138
|
+
"entityAspects": [
|
|
25139
|
+
"dataHubRemoteExecutorPoolGlobalConfig"
|
|
25140
|
+
]
|
|
25141
|
+
},
|
|
25142
|
+
"name": "RemoteExecutorGlobalConfigKey",
|
|
25143
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.key",
|
|
25144
|
+
"fields": [
|
|
25145
|
+
{
|
|
25146
|
+
"type": "string",
|
|
25147
|
+
"name": "id",
|
|
25148
|
+
"doc": "The unique identifier for the remote executor global config\nNOTE: since this a singleton, there should be a hardcoded key in the AcrylConstants file"
|
|
25149
|
+
}
|
|
25150
|
+
],
|
|
25151
|
+
"doc": "Key for the *Singleton* DataHub Remote Executor Global Config"
|
|
25152
|
+
},
|
|
24423
25153
|
"com.linkedin.pegasus2avro.metadata.key.DataFlowKey",
|
|
24424
25154
|
{
|
|
24425
25155
|
"type": "record",
|
|
@@ -24468,7 +25198,8 @@
|
|
|
24468
25198
|
"entityCategory": "internal",
|
|
24469
25199
|
"entityAspects": [
|
|
24470
25200
|
"dataHubConnectionDetails",
|
|
24471
|
-
"dataPlatformInstance"
|
|
25201
|
+
"dataPlatformInstance",
|
|
25202
|
+
"status"
|
|
24472
25203
|
]
|
|
24473
25204
|
},
|
|
24474
25205
|
"name": "DataHubConnectionKey",
|
|
@@ -25249,7 +25980,8 @@
|
|
|
25249
25980
|
},
|
|
25250
25981
|
{
|
|
25251
25982
|
"Searchable": {
|
|
25252
|
-
"fieldType": "
|
|
25983
|
+
"fieldType": "KEYWORD",
|
|
25984
|
+
"queryByDefault": false
|
|
25253
25985
|
},
|
|
25254
25986
|
"type": "string",
|
|
25255
25987
|
"name": "type",
|
|
@@ -25316,7 +26048,9 @@
|
|
|
25316
26048
|
},
|
|
25317
26049
|
{
|
|
25318
26050
|
"Searchable": {
|
|
25319
|
-
"fieldName": "sourceExecutorId"
|
|
26051
|
+
"fieldName": "sourceExecutorId",
|
|
26052
|
+
"fieldType": "KEYWORD",
|
|
26053
|
+
"queryByDefault": false
|
|
25320
26054
|
},
|
|
25321
26055
|
"type": [
|
|
25322
26056
|
"null",
|
|
@@ -25324,7 +26058,7 @@
|
|
|
25324
26058
|
],
|
|
25325
26059
|
"name": "executorId",
|
|
25326
26060
|
"default": null,
|
|
25327
|
-
"doc": "The id of the executor to use to execute the ingestion run"
|
|
26061
|
+
"doc": "The id of the executor pool to use to execute the ingestion run"
|
|
25328
26062
|
},
|
|
25329
26063
|
{
|
|
25330
26064
|
"type": [
|
|
@@ -25362,7 +26096,9 @@
|
|
|
25362
26096
|
"fields": [
|
|
25363
26097
|
{
|
|
25364
26098
|
"Searchable": {
|
|
25365
|
-
"fieldName": "sourceType"
|
|
26099
|
+
"fieldName": "sourceType",
|
|
26100
|
+
"fieldType": "KEYWORD",
|
|
26101
|
+
"queryByDefault": false
|
|
25366
26102
|
},
|
|
25367
26103
|
"type": {
|
|
25368
26104
|
"type": "enum",
|
|
@@ -26683,7 +27419,7 @@
|
|
|
26683
27419
|
],
|
|
26684
27420
|
"name": "executorId",
|
|
26685
27421
|
"default": null,
|
|
26686
|
-
"doc": "The id of the executor to use to execute the automation. Defaults to 'default' (runs locally)"
|
|
27422
|
+
"doc": "The id of the executor pool to use to execute the automation. Defaults to 'default' (runs locally embedded)"
|
|
26687
27423
|
}
|
|
26688
27424
|
]
|
|
26689
27425
|
},
|