acryl-datahub-cloud 0.3.8.2rc8__py3-none-any.whl → 0.3.9rc2__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/usage_feature_patch_builder.py +21 -21
- acryl_datahub_cloud/datahub_usage_reporting/usage_feature_reporter.py +14 -13
- 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 +786 -48
- acryl_datahub_cloud/metadata/schema_classes.py +1113 -62
- 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/FormInfo.avsc +5 -0
- 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/VersionProperties.avsc +18 -0
- acryl_datahub_cloud/metadata/schemas/VersionSetProperties.avsc +5 -0
- {acryl_datahub_cloud-0.3.8.2rc8.dist-info → acryl_datahub_cloud-0.3.9rc2.dist-info}/METADATA +43 -43
- {acryl_datahub_cloud-0.3.8.2rc8.dist-info → acryl_datahub_cloud-0.3.9rc2.dist-info}/RECORD +78 -68
- {acryl_datahub_cloud-0.3.8.2rc8.dist-info → acryl_datahub_cloud-0.3.9rc2.dist-info}/entry_points.txt +1 -0
- acryl_datahub_cloud/api/entity_versioning.py +0 -167
- {acryl_datahub_cloud-0.3.8.2rc8.dist-info → acryl_datahub_cloud-0.3.9rc2.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.8.2rc8.dist-info → acryl_datahub_cloud-0.3.9rc2.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
|
},
|
|
@@ -12221,6 +12332,65 @@
|
|
|
12221
12332
|
],
|
|
12222
12333
|
"doc": "Properties associated with a Data Platform Instance"
|
|
12223
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
|
+
},
|
|
12224
12394
|
{
|
|
12225
12395
|
"type": "record",
|
|
12226
12396
|
"Aspect": {
|
|
@@ -12966,6 +13136,18 @@
|
|
|
12966
13136
|
"default": null,
|
|
12967
13137
|
"doc": "Optional result of the action request, e.g. APPROVE or DENY in case of request approvals."
|
|
12968
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
|
+
},
|
|
12969
13151
|
{
|
|
12970
13152
|
"Searchable": {
|
|
12971
13153
|
"/time": {
|
|
@@ -13011,7 +13193,7 @@
|
|
|
13011
13193
|
"items": "string"
|
|
13012
13194
|
},
|
|
13013
13195
|
"name": "assignedUsers",
|
|
13014
|
-
"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."
|
|
13015
13197
|
},
|
|
13016
13198
|
{
|
|
13017
13199
|
"Searchable": {
|
|
@@ -13027,7 +13209,7 @@
|
|
|
13027
13209
|
"items": "string"
|
|
13028
13210
|
},
|
|
13029
13211
|
"name": "assignedGroups",
|
|
13030
|
-
"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."
|
|
13031
13213
|
},
|
|
13032
13214
|
{
|
|
13033
13215
|
"Searchable": {
|
|
@@ -13047,7 +13229,7 @@
|
|
|
13047
13229
|
],
|
|
13048
13230
|
"name": "assignedRoles",
|
|
13049
13231
|
"default": null,
|
|
13050
|
-
"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."
|
|
13051
13233
|
},
|
|
13052
13234
|
{
|
|
13053
13235
|
"type": [
|
|
@@ -13089,7 +13271,7 @@
|
|
|
13089
13271
|
],
|
|
13090
13272
|
"name": "subResource",
|
|
13091
13273
|
"default": null,
|
|
13092
|
-
"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."
|
|
13093
13275
|
},
|
|
13094
13276
|
{
|
|
13095
13277
|
"type": [
|
|
@@ -13109,22 +13291,48 @@
|
|
|
13109
13291
|
"fields": [
|
|
13110
13292
|
{
|
|
13111
13293
|
"Searchable": {
|
|
13112
|
-
"addToFilters": true
|
|
13294
|
+
"addToFilters": true,
|
|
13295
|
+
"fieldName": "glossaryTerms"
|
|
13113
13296
|
},
|
|
13297
|
+
"deprecated": true,
|
|
13114
13298
|
"java": {
|
|
13115
13299
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
13116
13300
|
},
|
|
13117
13301
|
"Urn": "Urn",
|
|
13118
|
-
"type":
|
|
13302
|
+
"type": [
|
|
13303
|
+
"null",
|
|
13304
|
+
"string"
|
|
13305
|
+
],
|
|
13119
13306
|
"name": "glossaryTerm",
|
|
13120
|
-
"
|
|
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."
|
|
13121
13329
|
}
|
|
13122
13330
|
]
|
|
13123
13331
|
}
|
|
13124
13332
|
],
|
|
13125
13333
|
"name": "glossaryTermProposal",
|
|
13126
13334
|
"default": null,
|
|
13127
|
-
"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."
|
|
13128
13336
|
},
|
|
13129
13337
|
{
|
|
13130
13338
|
"type": [
|
|
@@ -13136,22 +13344,149 @@
|
|
|
13136
13344
|
"fields": [
|
|
13137
13345
|
{
|
|
13138
13346
|
"Searchable": {
|
|
13139
|
-
"addToFilters": true
|
|
13347
|
+
"addToFilters": true,
|
|
13348
|
+
"fieldName": "tags"
|
|
13140
13349
|
},
|
|
13350
|
+
"deprecated": true,
|
|
13141
13351
|
"java": {
|
|
13142
13352
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
13143
13353
|
},
|
|
13144
13354
|
"Urn": "Urn",
|
|
13145
|
-
"type":
|
|
13355
|
+
"type": [
|
|
13356
|
+
"null",
|
|
13357
|
+
"string"
|
|
13358
|
+
],
|
|
13146
13359
|
"name": "tag",
|
|
13147
|
-
"
|
|
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."
|
|
13148
13382
|
}
|
|
13149
13383
|
]
|
|
13150
13384
|
}
|
|
13151
13385
|
],
|
|
13152
13386
|
"name": "tagProposal",
|
|
13153
13387
|
"default": null,
|
|
13154
|
-
"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."
|
|
13155
13490
|
},
|
|
13156
13491
|
{
|
|
13157
13492
|
"type": [
|
|
@@ -13423,6 +13758,15 @@
|
|
|
13423
13758
|
"name": "createdBy",
|
|
13424
13759
|
"doc": "Who the action request was created by"
|
|
13425
13760
|
},
|
|
13761
|
+
{
|
|
13762
|
+
"type": [
|
|
13763
|
+
"null",
|
|
13764
|
+
"string"
|
|
13765
|
+
],
|
|
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
|
+
},
|
|
13426
13770
|
{
|
|
13427
13771
|
"type": [
|
|
13428
13772
|
"null",
|
|
@@ -13600,6 +13944,7 @@
|
|
|
13600
13944
|
},
|
|
13601
13945
|
{
|
|
13602
13946
|
"Searchable": {
|
|
13947
|
+
"boostScore": 10.0,
|
|
13603
13948
|
"enableAutocomplete": true,
|
|
13604
13949
|
"fieldNameAliases": [
|
|
13605
13950
|
"_entityName"
|
|
@@ -16015,7 +16360,9 @@
|
|
|
16015
16360
|
"/terms/*/urn": {
|
|
16016
16361
|
"boostScore": 0.5,
|
|
16017
16362
|
"fieldName": "editedFieldGlossaryTerms",
|
|
16018
|
-
"fieldType": "URN"
|
|
16363
|
+
"fieldType": "URN",
|
|
16364
|
+
"includeSystemModifiedAt": true,
|
|
16365
|
+
"systemModifiedAtFieldName": "schemaFieldTermsModifiedAt"
|
|
16019
16366
|
}
|
|
16020
16367
|
},
|
|
16021
16368
|
"type": [
|
|
@@ -18426,6 +18773,289 @@
|
|
|
18426
18773
|
"doc": "Schema proposals aspect for proposed tags and glossary terms on schema metadata."
|
|
18427
18774
|
},
|
|
18428
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
|
+
},
|
|
18429
19059
|
{
|
|
18430
19060
|
"type": "record",
|
|
18431
19061
|
"Aspect": {
|
|
@@ -18971,6 +19601,24 @@
|
|
|
18971
19601
|
"name": "sortId",
|
|
18972
19602
|
"doc": "Sort identifier that determines where a version lives in the order of the Version Set.\nWhat this looks like depends on the Version Scheme. For sort ids generated by DataHub we use an 8 character string representation."
|
|
18973
19603
|
},
|
|
19604
|
+
{
|
|
19605
|
+
"type": {
|
|
19606
|
+
"type": "enum",
|
|
19607
|
+
"symbolDocs": {
|
|
19608
|
+
"ALPHANUMERIC_GENERATED_BY_DATAHUB": "String managed by DataHub. Currently, an 8 character alphabetical string.",
|
|
19609
|
+
"LEXICOGRAPHIC_STRING": "String sorted lexicographically."
|
|
19610
|
+
},
|
|
19611
|
+
"name": "VersioningScheme",
|
|
19612
|
+
"namespace": "com.linkedin.pegasus2avro.versionset",
|
|
19613
|
+
"symbols": [
|
|
19614
|
+
"LEXICOGRAPHIC_STRING",
|
|
19615
|
+
"ALPHANUMERIC_GENERATED_BY_DATAHUB"
|
|
19616
|
+
]
|
|
19617
|
+
},
|
|
19618
|
+
"name": "versioningScheme",
|
|
19619
|
+
"default": "LEXICOGRAPHIC_STRING",
|
|
19620
|
+
"doc": "What versioning scheme `sortId` belongs to.\nDefaults to a plain string that is lexicographically sorted."
|
|
19621
|
+
},
|
|
18974
19622
|
{
|
|
18975
19623
|
"type": [
|
|
18976
19624
|
"null",
|
|
@@ -19716,7 +20364,7 @@
|
|
|
19716
20364
|
"symbolDocs": {
|
|
19717
20365
|
"ALTER": "Asset was altered",
|
|
19718
20366
|
"CREATE": "Asset was created",
|
|
19719
|
-
"CUSTOM": "Custom asset operation",
|
|
20367
|
+
"CUSTOM": "Custom asset operation. If this is set, ensure customOperationType is filled out.",
|
|
19720
20368
|
"DELETE": "Rows were deleted",
|
|
19721
20369
|
"DROP": "Asset was dropped",
|
|
19722
20370
|
"INSERT": "Rows were inserted",
|
|
@@ -19894,7 +20542,9 @@
|
|
|
19894
20542
|
"fieldName": "lastOperationTime",
|
|
19895
20543
|
"fieldType": "DATETIME"
|
|
19896
20544
|
},
|
|
19897
|
-
"TimeseriesField": {
|
|
20545
|
+
"TimeseriesField": {
|
|
20546
|
+
"fieldType": "DATETIME"
|
|
20547
|
+
},
|
|
19898
20548
|
"type": "long",
|
|
19899
20549
|
"name": "lastUpdatedTimestamp",
|
|
19900
20550
|
"doc": "The time at which the operation occurred. Would be better named 'operationTime'"
|
|
@@ -20669,7 +21319,9 @@
|
|
|
20669
21319
|
"/terms/*/urn": {
|
|
20670
21320
|
"boostScore": 0.5,
|
|
20671
21321
|
"fieldName": "editedFieldGlossaryTerms",
|
|
20672
|
-
"fieldType": "URN"
|
|
21322
|
+
"fieldType": "URN",
|
|
21323
|
+
"includeSystemModifiedAt": true,
|
|
21324
|
+
"systemModifiedAtFieldName": "schemaFieldTermsModifiedAt"
|
|
20673
21325
|
}
|
|
20674
21326
|
},
|
|
20675
21327
|
"type": [
|
|
@@ -20783,6 +21435,12 @@
|
|
|
20783
21435
|
"namespace": "com.linkedin.pegasus2avro.businessattribute",
|
|
20784
21436
|
"fields": [
|
|
20785
21437
|
{
|
|
21438
|
+
"Searchable": {
|
|
21439
|
+
"fieldName": "schemaFieldBusinessAttribute",
|
|
21440
|
+
"includeSystemModifiedAt": true,
|
|
21441
|
+
"queryByDefault": false,
|
|
21442
|
+
"systemModifiedAtFieldName": "schemaFieldBusinessAttributeModifiedAt"
|
|
21443
|
+
},
|
|
20786
21444
|
"java": {
|
|
20787
21445
|
"class": "com.linkedin.pegasus2avro.common.urn.BusinessAttributeUrn"
|
|
20788
21446
|
},
|
|
@@ -20880,6 +21538,11 @@
|
|
|
20880
21538
|
"namespace": "com.linkedin.pegasus2avro.form",
|
|
20881
21539
|
"fields": [
|
|
20882
21540
|
{
|
|
21541
|
+
"Searchable": {
|
|
21542
|
+
"fieldName": "promptId",
|
|
21543
|
+
"fieldType": "KEYWORD",
|
|
21544
|
+
"queryByDefault": false
|
|
21545
|
+
},
|
|
20883
21546
|
"type": "string",
|
|
20884
21547
|
"name": "id",
|
|
20885
21548
|
"doc": "The unique id for this prompt. This must be GLOBALLY unique."
|
|
@@ -21530,8 +22193,10 @@
|
|
|
21530
22193
|
"Relationship": {
|
|
21531
22194
|
"/*": {
|
|
21532
22195
|
"entityTypes": [
|
|
21533
|
-
"dataset"
|
|
22196
|
+
"dataset",
|
|
22197
|
+
"mlModel"
|
|
21534
22198
|
],
|
|
22199
|
+
"isLineage": true,
|
|
21535
22200
|
"name": "Consumes"
|
|
21536
22201
|
}
|
|
21537
22202
|
},
|
|
@@ -21551,7 +22216,7 @@
|
|
|
21551
22216
|
"items": "string"
|
|
21552
22217
|
},
|
|
21553
22218
|
"name": "inputs",
|
|
21554
|
-
"doc": "Input
|
|
22219
|
+
"doc": "Input assets consumed"
|
|
21555
22220
|
}
|
|
21556
22221
|
],
|
|
21557
22222
|
"doc": "Information about the inputs datasets of a Data process"
|
|
@@ -21902,6 +22567,8 @@
|
|
|
21902
22567
|
"dataset",
|
|
21903
22568
|
"mlModel"
|
|
21904
22569
|
],
|
|
22570
|
+
"isLineage": true,
|
|
22571
|
+
"isUpstream": false,
|
|
21905
22572
|
"name": "Produces"
|
|
21906
22573
|
}
|
|
21907
22574
|
},
|
|
@@ -22777,6 +23444,34 @@
|
|
|
22777
23444
|
"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."
|
|
22778
23445
|
},
|
|
22779
23446
|
"com.linkedin.pegasus2avro.dataset.DatasetDeprecation",
|
|
23447
|
+
{
|
|
23448
|
+
"type": "record",
|
|
23449
|
+
"Aspect": {
|
|
23450
|
+
"name": "icebergCatalogInfo"
|
|
23451
|
+
},
|
|
23452
|
+
"name": "IcebergCatalogInfo",
|
|
23453
|
+
"namespace": "com.linkedin.pegasus2avro.dataset",
|
|
23454
|
+
"fields": [
|
|
23455
|
+
{
|
|
23456
|
+
"type": [
|
|
23457
|
+
"null",
|
|
23458
|
+
"string"
|
|
23459
|
+
],
|
|
23460
|
+
"name": "metadataPointer",
|
|
23461
|
+
"default": null,
|
|
23462
|
+
"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."
|
|
23463
|
+
},
|
|
23464
|
+
{
|
|
23465
|
+
"type": [
|
|
23466
|
+
"null",
|
|
23467
|
+
"boolean"
|
|
23468
|
+
],
|
|
23469
|
+
"name": "view",
|
|
23470
|
+
"default": null
|
|
23471
|
+
}
|
|
23472
|
+
],
|
|
23473
|
+
"doc": "Iceberg Catalog metadata associated with an Iceberg table/view"
|
|
23474
|
+
},
|
|
22780
23475
|
"com.linkedin.pegasus2avro.dataset.DatasetProperties",
|
|
22781
23476
|
{
|
|
22782
23477
|
"type": "record",
|
|
@@ -23890,7 +24585,8 @@
|
|
|
23890
24585
|
"globalTags",
|
|
23891
24586
|
"institutionalMemory",
|
|
23892
24587
|
"deprecation",
|
|
23893
|
-
"status"
|
|
24588
|
+
"status",
|
|
24589
|
+
"icebergWarehouseInfo"
|
|
23894
24590
|
]
|
|
23895
24591
|
},
|
|
23896
24592
|
"name": "DataPlatformInstanceKey",
|
|
@@ -23913,6 +24609,28 @@
|
|
|
23913
24609
|
],
|
|
23914
24610
|
"doc": "Key for a Dataset"
|
|
23915
24611
|
},
|
|
24612
|
+
{
|
|
24613
|
+
"type": "record",
|
|
24614
|
+
"Aspect": {
|
|
24615
|
+
"name": "dataHubMetricCubeKey",
|
|
24616
|
+
"keyForEntity": "dataHubMetricCube",
|
|
24617
|
+
"entityCategory": "internal",
|
|
24618
|
+
"entityAspects": [
|
|
24619
|
+
"dataHubMetricCubeDefinition",
|
|
24620
|
+
"dataHubMetricCubeEvent"
|
|
24621
|
+
]
|
|
24622
|
+
},
|
|
24623
|
+
"name": "DataHubMetricCubeKey",
|
|
24624
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.key",
|
|
24625
|
+
"fields": [
|
|
24626
|
+
{
|
|
24627
|
+
"type": "string",
|
|
24628
|
+
"name": "id",
|
|
24629
|
+
"doc": "Unique id for the cube type."
|
|
24630
|
+
}
|
|
24631
|
+
],
|
|
24632
|
+
"doc": "Key for a DataHub Metric Cube, e.g. an internal metric."
|
|
24633
|
+
},
|
|
23916
24634
|
{
|
|
23917
24635
|
"type": "record",
|
|
23918
24636
|
"Aspect": {
|
|
@@ -24028,7 +24746,7 @@
|
|
|
24028
24746
|
"fieldType": "KEYWORD"
|
|
24029
24747
|
},
|
|
24030
24748
|
"type": "string",
|
|
24031
|
-
"name": "
|
|
24749
|
+
"name": "id",
|
|
24032
24750
|
"doc": "The unique identifier for the remote executor pool"
|
|
24033
24751
|
}
|
|
24034
24752
|
],
|
|
@@ -24201,12 +24919,12 @@
|
|
|
24201
24919
|
"browsePaths",
|
|
24202
24920
|
"status",
|
|
24203
24921
|
"domains",
|
|
24204
|
-
"proposals",
|
|
24205
24922
|
"browsePathsV2",
|
|
24206
24923
|
"structuredProperties",
|
|
24207
24924
|
"forms",
|
|
24208
24925
|
"testResults",
|
|
24209
24926
|
"access",
|
|
24927
|
+
"proposals",
|
|
24210
24928
|
"share",
|
|
24211
24929
|
"origin",
|
|
24212
24930
|
"documentation"
|
|
@@ -24292,9 +25010,9 @@
|
|
|
24292
25010
|
"domains",
|
|
24293
25011
|
"subTypes",
|
|
24294
25012
|
"dataPlatformInstance",
|
|
24295
|
-
"proposals",
|
|
24296
25013
|
"browsePathsV2",
|
|
24297
25014
|
"testResults",
|
|
25015
|
+
"proposals",
|
|
24298
25016
|
"share",
|
|
24299
25017
|
"origin",
|
|
24300
25018
|
"documentation"
|
|
@@ -24434,6 +25152,27 @@
|
|
|
24434
25152
|
"doc": "Key for a Ownership Type"
|
|
24435
25153
|
},
|
|
24436
25154
|
"com.linkedin.pegasus2avro.metadata.key.ActionRequestKey",
|
|
25155
|
+
{
|
|
25156
|
+
"type": "record",
|
|
25157
|
+
"Aspect": {
|
|
25158
|
+
"name": "dataHubRemoteExecutorGlobalConfigKey",
|
|
25159
|
+
"keyForEntity": "dataHubRemoteExecutorGlobalConfig",
|
|
25160
|
+
"entityCategory": "internal",
|
|
25161
|
+
"entityAspects": [
|
|
25162
|
+
"dataHubRemoteExecutorPoolGlobalConfig"
|
|
25163
|
+
]
|
|
25164
|
+
},
|
|
25165
|
+
"name": "RemoteExecutorGlobalConfigKey",
|
|
25166
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.key",
|
|
25167
|
+
"fields": [
|
|
25168
|
+
{
|
|
25169
|
+
"type": "string",
|
|
25170
|
+
"name": "id",
|
|
25171
|
+
"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"
|
|
25172
|
+
}
|
|
25173
|
+
],
|
|
25174
|
+
"doc": "Key for the *Singleton* DataHub Remote Executor Global Config"
|
|
25175
|
+
},
|
|
24437
25176
|
"com.linkedin.pegasus2avro.metadata.key.DataFlowKey",
|
|
24438
25177
|
{
|
|
24439
25178
|
"type": "record",
|
|
@@ -24482,7 +25221,8 @@
|
|
|
24482
25221
|
"entityCategory": "internal",
|
|
24483
25222
|
"entityAspects": [
|
|
24484
25223
|
"dataHubConnectionDetails",
|
|
24485
|
-
"dataPlatformInstance"
|
|
25224
|
+
"dataPlatformInstance",
|
|
25225
|
+
"status"
|
|
24486
25226
|
]
|
|
24487
25227
|
},
|
|
24488
25228
|
"name": "DataHubConnectionKey",
|
|
@@ -25263,7 +26003,8 @@
|
|
|
25263
26003
|
},
|
|
25264
26004
|
{
|
|
25265
26005
|
"Searchable": {
|
|
25266
|
-
"fieldType": "
|
|
26006
|
+
"fieldType": "KEYWORD",
|
|
26007
|
+
"queryByDefault": false
|
|
25267
26008
|
},
|
|
25268
26009
|
"type": "string",
|
|
25269
26010
|
"name": "type",
|
|
@@ -25330,7 +26071,9 @@
|
|
|
25330
26071
|
},
|
|
25331
26072
|
{
|
|
25332
26073
|
"Searchable": {
|
|
25333
|
-
"fieldName": "sourceExecutorId"
|
|
26074
|
+
"fieldName": "sourceExecutorId",
|
|
26075
|
+
"fieldType": "KEYWORD",
|
|
26076
|
+
"queryByDefault": false
|
|
25334
26077
|
},
|
|
25335
26078
|
"type": [
|
|
25336
26079
|
"null",
|
|
@@ -25338,7 +26081,7 @@
|
|
|
25338
26081
|
],
|
|
25339
26082
|
"name": "executorId",
|
|
25340
26083
|
"default": null,
|
|
25341
|
-
"doc": "The id of the executor to use to execute the ingestion run"
|
|
26084
|
+
"doc": "The id of the executor pool to use to execute the ingestion run"
|
|
25342
26085
|
},
|
|
25343
26086
|
{
|
|
25344
26087
|
"type": [
|
|
@@ -25376,7 +26119,9 @@
|
|
|
25376
26119
|
"fields": [
|
|
25377
26120
|
{
|
|
25378
26121
|
"Searchable": {
|
|
25379
|
-
"fieldName": "sourceType"
|
|
26122
|
+
"fieldName": "sourceType",
|
|
26123
|
+
"fieldType": "KEYWORD",
|
|
26124
|
+
"queryByDefault": false
|
|
25380
26125
|
},
|
|
25381
26126
|
"type": {
|
|
25382
26127
|
"type": "enum",
|
|
@@ -26213,14 +26958,7 @@
|
|
|
26213
26958
|
"doc": "The latest versioned entity linked to in this version set"
|
|
26214
26959
|
},
|
|
26215
26960
|
{
|
|
26216
|
-
"type":
|
|
26217
|
-
"type": "enum",
|
|
26218
|
-
"name": "VersioningScheme",
|
|
26219
|
-
"namespace": "com.linkedin.pegasus2avro.versionset",
|
|
26220
|
-
"symbols": [
|
|
26221
|
-
"ALPHANUMERIC_GENERATED_BY_DATAHUB"
|
|
26222
|
-
]
|
|
26223
|
-
},
|
|
26961
|
+
"type": "com.linkedin.pegasus2avro.versionset.VersioningScheme",
|
|
26224
26962
|
"name": "versioningScheme",
|
|
26225
26963
|
"doc": "What versioning scheme is being utilized for the versioned entities sort criterion. Static once set"
|
|
26226
26964
|
}
|
|
@@ -26697,7 +27435,7 @@
|
|
|
26697
27435
|
],
|
|
26698
27436
|
"name": "executorId",
|
|
26699
27437
|
"default": null,
|
|
26700
|
-
"doc": "The id of the executor to use to execute the automation. Defaults to 'default' (runs locally)"
|
|
27438
|
+
"doc": "The id of the executor pool to use to execute the automation. Defaults to 'default' (runs locally embedded)"
|
|
26701
27439
|
}
|
|
26702
27440
|
]
|
|
26703
27441
|
},
|