acryl-datahub-cloud 0.3.12.4rc2__py3-none-any.whl → 0.3.13__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/lineage_features/source.py +8 -2
- acryl_datahub_cloud/metadata/_urns/urn_defs.py +168 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/actionworkflow/__init__.py +53 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/assertion/__init__.py +2 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/identity/__init__.py +2 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/logical/__init__.py +15 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/key/__init__.py +6 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/module/__init__.py +31 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/settings/global/__init__.py +4 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/template/__init__.py +25 -0
- acryl_datahub_cloud/metadata/schema.avsc +1543 -275
- acryl_datahub_cloud/metadata/schema_classes.py +2040 -4
- acryl_datahub_cloud/metadata/schemas/ActionRequestInfo.avsc +136 -1
- acryl_datahub_cloud/metadata/schemas/ActionWorkflowInfo.avsc +683 -0
- acryl_datahub_cloud/metadata/schemas/ActionWorkflowKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +46 -0
- acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc +25 -0
- acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc +25 -0
- acryl_datahub_cloud/metadata/schemas/CorpUserSettings.avsc +50 -0
- acryl_datahub_cloud/metadata/schemas/DataHubPageModuleKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/DataHubPageModuleProperties.avsc +281 -0
- acryl_datahub_cloud/metadata/schemas/DataHubPageTemplateKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/DataHubPageTemplateProperties.avsc +175 -0
- acryl_datahub_cloud/metadata/schemas/DataJobInputOutput.avsc +8 -0
- acryl_datahub_cloud/metadata/schemas/DatasetKey.avsc +1 -0
- acryl_datahub_cloud/metadata/schemas/GlobalSettingsInfo.avsc +71 -0
- acryl_datahub_cloud/metadata/schemas/LogicalParent.avsc +140 -0
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +163 -1
- acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc +62 -44
- acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc +61 -0
- acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc +25 -0
- acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc +4 -0
- acryl_datahub_cloud/metadata/schemas/QuerySubjects.avsc +1 -12
- acryl_datahub_cloud/metadata/schemas/SchemaFieldKey.avsc +1 -0
- acryl_datahub_cloud/metadata/schemas/SystemMetadata.avsc +61 -0
- acryl_datahub_cloud/metadata/schemas/UpstreamLineage.avsc +9 -0
- acryl_datahub_cloud/sdk/assertion/__init__.py +49 -0
- acryl_datahub_cloud/sdk/assertion/assertion_base.py +65 -806
- acryl_datahub_cloud/sdk/assertion/freshness_assertion.py +201 -0
- acryl_datahub_cloud/sdk/assertion/smart_freshness_assertion.py +165 -0
- acryl_datahub_cloud/sdk/assertion/smart_volume_assertion.py +162 -0
- acryl_datahub_cloud/sdk/assertion/sql_assertion.py +256 -0
- acryl_datahub_cloud/sdk/assertion/volume_assertion.py +156 -0
- acryl_datahub_cloud/sdk/assertion_input/assertion_input.py +0 -344
- acryl_datahub_cloud/sdk/assertion_input/smart_freshness_assertion_input.py +220 -0
- acryl_datahub_cloud/sdk/assertion_input/smart_volume_assertion_input.py +191 -0
- acryl_datahub_cloud/sdk/assertions_client.py +6 -2
- {acryl_datahub_cloud-0.3.12.4rc2.dist-info → acryl_datahub_cloud-0.3.13.dist-info}/METADATA +46 -44
- {acryl_datahub_cloud-0.3.12.4rc2.dist-info → acryl_datahub_cloud-0.3.13.dist-info}/RECORD +53 -35
- {acryl_datahub_cloud-0.3.12.4rc2.dist-info → acryl_datahub_cloud-0.3.13.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.12.4rc2.dist-info → acryl_datahub_cloud-0.3.13.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.12.4rc2.dist-info → acryl_datahub_cloud-0.3.13.dist-info}/top_level.txt +0 -0
|
@@ -4200,7 +4200,7 @@
|
|
|
4200
4200
|
},
|
|
4201
4201
|
"type": "string",
|
|
4202
4202
|
"name": "type",
|
|
4203
|
-
"doc": "The type of the action request, for example 'TAG_ASSOCIATION'"
|
|
4203
|
+
"doc": "The type of the action request, for example 'TAG_ASSOCIATION', 'WORKFLOW_FORM_REQUEST'"
|
|
4204
4204
|
},
|
|
4205
4205
|
{
|
|
4206
4206
|
"Searchable": {
|
|
@@ -4957,6 +4957,141 @@
|
|
|
4957
4957
|
"name": "dataContractProposal",
|
|
4958
4958
|
"default": null,
|
|
4959
4959
|
"doc": "A proposal to create or modify a Data Contract"
|
|
4960
|
+
},
|
|
4961
|
+
{
|
|
4962
|
+
"type": [
|
|
4963
|
+
"null",
|
|
4964
|
+
{
|
|
4965
|
+
"type": "record",
|
|
4966
|
+
"name": "ActionWorkflowFormRequest",
|
|
4967
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
4968
|
+
"fields": [
|
|
4969
|
+
{
|
|
4970
|
+
"Searchable": {
|
|
4971
|
+
"fieldName": "actionWorkflow"
|
|
4972
|
+
},
|
|
4973
|
+
"java": {
|
|
4974
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
4975
|
+
},
|
|
4976
|
+
"Urn": "Urn",
|
|
4977
|
+
"type": "string",
|
|
4978
|
+
"name": "workflow",
|
|
4979
|
+
"doc": "The urn of the associated access request workflow."
|
|
4980
|
+
},
|
|
4981
|
+
{
|
|
4982
|
+
"Searchable": {
|
|
4983
|
+
"fieldName": "workflowCategory"
|
|
4984
|
+
},
|
|
4985
|
+
"type": {
|
|
4986
|
+
"type": "enum",
|
|
4987
|
+
"symbolDocs": {
|
|
4988
|
+
"ACCESS": "Workflow for requesting access to a resource, such as a dataset or data job.\nRequires the `access` field to be populated with specific access parameters.",
|
|
4989
|
+
"CUSTOM": "Custom, non-access related workflow. For example, may be used to model workflows like\nasset creation, asset cleanup or deletion, etc."
|
|
4990
|
+
},
|
|
4991
|
+
"name": "ActionWorkflowCategory",
|
|
4992
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
4993
|
+
"symbols": [
|
|
4994
|
+
"ACCESS",
|
|
4995
|
+
"CUSTOM"
|
|
4996
|
+
]
|
|
4997
|
+
},
|
|
4998
|
+
"name": "category",
|
|
4999
|
+
"doc": "The category of the workflow. \nPrimarily used for searching / filtering action requests."
|
|
5000
|
+
},
|
|
5001
|
+
{
|
|
5002
|
+
"Searchable": {
|
|
5003
|
+
"fieldName": "customWorkflowCategory"
|
|
5004
|
+
},
|
|
5005
|
+
"type": [
|
|
5006
|
+
"null",
|
|
5007
|
+
"string"
|
|
5008
|
+
],
|
|
5009
|
+
"name": "customCategory",
|
|
5010
|
+
"default": null,
|
|
5011
|
+
"doc": "The custom category of the workflow, if category is custom.\nPrimarily used for searching / filtering action requests."
|
|
5012
|
+
},
|
|
5013
|
+
{
|
|
5014
|
+
"type": {
|
|
5015
|
+
"type": "array",
|
|
5016
|
+
"items": {
|
|
5017
|
+
"type": "record",
|
|
5018
|
+
"name": "ActionWorkflowFormRequestField",
|
|
5019
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
5020
|
+
"fields": [
|
|
5021
|
+
{
|
|
5022
|
+
"type": "string",
|
|
5023
|
+
"name": "id",
|
|
5024
|
+
"doc": "Workflow-local id for the field"
|
|
5025
|
+
},
|
|
5026
|
+
{
|
|
5027
|
+
"type": {
|
|
5028
|
+
"type": "array",
|
|
5029
|
+
"items": [
|
|
5030
|
+
"string",
|
|
5031
|
+
"double"
|
|
5032
|
+
]
|
|
5033
|
+
},
|
|
5034
|
+
"name": "values",
|
|
5035
|
+
"doc": "Value, reused model from structured properties. Empty if no response was provided."
|
|
5036
|
+
}
|
|
5037
|
+
],
|
|
5038
|
+
"doc": "Simply capture the field id + the value."
|
|
5039
|
+
}
|
|
5040
|
+
},
|
|
5041
|
+
"name": "fields",
|
|
5042
|
+
"doc": "Custom fields provided by the user making the request if the action request is of type FORM_SUBMITTED\nEventually, these may need to become search indexed. For now, not indexed."
|
|
5043
|
+
},
|
|
5044
|
+
{
|
|
5045
|
+
"type": [
|
|
5046
|
+
"null",
|
|
5047
|
+
{
|
|
5048
|
+
"type": "record",
|
|
5049
|
+
"name": "ActionWorkflowRequestAccess",
|
|
5050
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
5051
|
+
"fields": [
|
|
5052
|
+
{
|
|
5053
|
+
"Searchable": {},
|
|
5054
|
+
"type": [
|
|
5055
|
+
"null",
|
|
5056
|
+
"long"
|
|
5057
|
+
],
|
|
5058
|
+
"name": "expiresAt",
|
|
5059
|
+
"default": null,
|
|
5060
|
+
"doc": "Expiration time for the action request (optional, if part of the template)."
|
|
5061
|
+
}
|
|
5062
|
+
]
|
|
5063
|
+
}
|
|
5064
|
+
],
|
|
5065
|
+
"name": "access",
|
|
5066
|
+
"default": null,
|
|
5067
|
+
"doc": "Details specific for access request workflow requests."
|
|
5068
|
+
},
|
|
5069
|
+
{
|
|
5070
|
+
"type": {
|
|
5071
|
+
"type": "record",
|
|
5072
|
+
"name": "ActionWorkflowRequestStepState",
|
|
5073
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
5074
|
+
"fields": [
|
|
5075
|
+
{
|
|
5076
|
+
"Searchable": {
|
|
5077
|
+
"fieldName": "workflowStepId"
|
|
5078
|
+
},
|
|
5079
|
+
"type": "string",
|
|
5080
|
+
"name": "stepId",
|
|
5081
|
+
"doc": "The id of the current step in the workflow, which should be of type ACTION_REQUEST_REVIEW."
|
|
5082
|
+
}
|
|
5083
|
+
]
|
|
5084
|
+
},
|
|
5085
|
+
"name": "stepState",
|
|
5086
|
+
"doc": "State related to steps. This should correspond to a step of type ACTION_REQUEST_REVIEW in the workflow \ndefinition."
|
|
5087
|
+
}
|
|
5088
|
+
],
|
|
5089
|
+
"doc": "A request for an access workflow form to be reviewed.\n\nFor an access workflow of trigger type FORM, this action request currently represents the \"state\" \nof the workflow instance. \n\nIn the future, we may add more features like due dates, escalations, etc.\nIdeally, for now we are keeping these out of here."
|
|
5090
|
+
}
|
|
5091
|
+
],
|
|
5092
|
+
"name": "workflowFormRequest",
|
|
5093
|
+
"default": null,
|
|
5094
|
+
"doc": "An action workflow form request."
|
|
4960
5095
|
}
|
|
4961
5096
|
],
|
|
4962
5097
|
"doc": "Parameters provided with a particular action request. Only one of the fields will be populated,\ndepending on the action request type."
|
|
@@ -6278,6 +6413,27 @@
|
|
|
6278
6413
|
],
|
|
6279
6414
|
"doc": "Key for an asset Anomaly"
|
|
6280
6415
|
},
|
|
6416
|
+
{
|
|
6417
|
+
"type": "record",
|
|
6418
|
+
"Aspect": {
|
|
6419
|
+
"name": "actionWorkflowKey",
|
|
6420
|
+
"keyForEntity": "actionWorkflow",
|
|
6421
|
+
"entityCategory": "internal",
|
|
6422
|
+
"entityAspects": [
|
|
6423
|
+
"actionWorkflowInfo"
|
|
6424
|
+
]
|
|
6425
|
+
},
|
|
6426
|
+
"name": "ActionWorkflowKey",
|
|
6427
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.key",
|
|
6428
|
+
"fields": [
|
|
6429
|
+
{
|
|
6430
|
+
"type": "string",
|
|
6431
|
+
"name": "id",
|
|
6432
|
+
"doc": " The unique identifier for the workflow "
|
|
6433
|
+
}
|
|
6434
|
+
],
|
|
6435
|
+
"doc": "Key for an ActionRequestWorkflow"
|
|
6436
|
+
},
|
|
6281
6437
|
{
|
|
6282
6438
|
"type": "record",
|
|
6283
6439
|
"Aspect": {
|
|
@@ -6337,6 +6493,27 @@
|
|
|
6337
6493
|
],
|
|
6338
6494
|
"doc": "Key for a Chart"
|
|
6339
6495
|
},
|
|
6496
|
+
{
|
|
6497
|
+
"type": "record",
|
|
6498
|
+
"Aspect": {
|
|
6499
|
+
"name": "dataHubPageTemplateKey",
|
|
6500
|
+
"keyForEntity": "dataHubPageTemplate",
|
|
6501
|
+
"entityCategory": "core",
|
|
6502
|
+
"entityAspects": [
|
|
6503
|
+
"dataHubPageTemplateProperties"
|
|
6504
|
+
]
|
|
6505
|
+
},
|
|
6506
|
+
"name": "DataHubPageTemplateKey",
|
|
6507
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.key",
|
|
6508
|
+
"fields": [
|
|
6509
|
+
{
|
|
6510
|
+
"type": "string",
|
|
6511
|
+
"name": "id",
|
|
6512
|
+
"doc": "Unique id for the template."
|
|
6513
|
+
}
|
|
6514
|
+
],
|
|
6515
|
+
"doc": "Key for a DataHubPageTemplate"
|
|
6516
|
+
},
|
|
6340
6517
|
{
|
|
6341
6518
|
"type": "record",
|
|
6342
6519
|
"Aspect": {
|
|
@@ -7079,6 +7256,7 @@
|
|
|
7079
7256
|
"testResults",
|
|
7080
7257
|
"deprecation",
|
|
7081
7258
|
"subTypes",
|
|
7259
|
+
"logicalParent",
|
|
7082
7260
|
"schemaFieldProfile",
|
|
7083
7261
|
"lineageFeatures"
|
|
7084
7262
|
]
|
|
@@ -7351,6 +7529,7 @@
|
|
|
7351
7529
|
"partitionsSummary",
|
|
7352
7530
|
"versionProperties",
|
|
7353
7531
|
"icebergCatalogInfo",
|
|
7532
|
+
"logicalParent",
|
|
7354
7533
|
"inferredNeighbors",
|
|
7355
7534
|
"inferredMetadata",
|
|
7356
7535
|
"schemaFieldsInferredMetadata",
|
|
@@ -7587,6 +7766,27 @@
|
|
|
7587
7766
|
],
|
|
7588
7767
|
"doc": "Key for an Asset Container"
|
|
7589
7768
|
},
|
|
7769
|
+
{
|
|
7770
|
+
"type": "record",
|
|
7771
|
+
"Aspect": {
|
|
7772
|
+
"name": "dataHubPageModuleKey",
|
|
7773
|
+
"keyForEntity": "dataHubPageModule",
|
|
7774
|
+
"entityCategory": "core",
|
|
7775
|
+
"entityAspects": [
|
|
7776
|
+
"dataHubPageModuleProperties"
|
|
7777
|
+
]
|
|
7778
|
+
},
|
|
7779
|
+
"name": "DataHubPageModuleKey",
|
|
7780
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.key",
|
|
7781
|
+
"fields": [
|
|
7782
|
+
{
|
|
7783
|
+
"type": "string",
|
|
7784
|
+
"name": "id",
|
|
7785
|
+
"doc": "Unique id for the module."
|
|
7786
|
+
}
|
|
7787
|
+
],
|
|
7788
|
+
"doc": "Key for a DataHubPageModule"
|
|
7789
|
+
},
|
|
7590
7790
|
{
|
|
7591
7791
|
"type": "record",
|
|
7592
7792
|
"name": "Filter",
|
|
@@ -8563,6 +8763,7 @@
|
|
|
8563
8763
|
"Searchable": {
|
|
8564
8764
|
"fieldName": "upstreams",
|
|
8565
8765
|
"fieldType": "URN",
|
|
8766
|
+
"hasValuesFieldName": "hasUpstreams",
|
|
8566
8767
|
"queryByDefault": false
|
|
8567
8768
|
},
|
|
8568
8769
|
"java": {
|
|
@@ -8668,6 +8869,14 @@
|
|
|
8668
8869
|
"doc": "The type of upstream entity"
|
|
8669
8870
|
},
|
|
8670
8871
|
{
|
|
8872
|
+
"Searchable": {
|
|
8873
|
+
"/*": {
|
|
8874
|
+
"fieldName": "fineGrainedUpstreams",
|
|
8875
|
+
"fieldType": "URN",
|
|
8876
|
+
"hasValuesFieldName": "hasFineGrainedUpstreams",
|
|
8877
|
+
"queryByDefault": false
|
|
8878
|
+
}
|
|
8879
|
+
},
|
|
8671
8880
|
"Urn": "Urn",
|
|
8672
8881
|
"urn_is_array": true,
|
|
8673
8882
|
"type": [
|
|
@@ -11609,13 +11818,6 @@
|
|
|
11609
11818
|
"namespace": "com.linkedin.pegasus2avro.query",
|
|
11610
11819
|
"fields": [
|
|
11611
11820
|
{
|
|
11612
|
-
"Relationship": {
|
|
11613
|
-
"entityTypes": [
|
|
11614
|
-
"dataset",
|
|
11615
|
-
"schemaField"
|
|
11616
|
-
],
|
|
11617
|
-
"name": "IsAssociatedWith"
|
|
11618
|
-
},
|
|
11619
11821
|
"Searchable": {
|
|
11620
11822
|
"fieldName": "entities",
|
|
11621
11823
|
"fieldType": "URN"
|
|
@@ -11624,10 +11826,6 @@
|
|
|
11624
11826
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
11625
11827
|
},
|
|
11626
11828
|
"Urn": "Urn",
|
|
11627
|
-
"entityTypes": [
|
|
11628
|
-
"dataset",
|
|
11629
|
-
"schemaField"
|
|
11630
|
-
],
|
|
11631
11829
|
"type": "string",
|
|
11632
11830
|
"name": "entity",
|
|
11633
11831
|
"doc": "An entity which is the subject of a query."
|
|
@@ -13187,6 +13385,44 @@
|
|
|
13187
13385
|
],
|
|
13188
13386
|
"doc": "BusinessAttribute aspect used for applying it to an entity"
|
|
13189
13387
|
},
|
|
13388
|
+
{
|
|
13389
|
+
"type": "record",
|
|
13390
|
+
"Aspect": {
|
|
13391
|
+
"name": "logicalParent"
|
|
13392
|
+
},
|
|
13393
|
+
"name": "LogicalParent",
|
|
13394
|
+
"namespace": "com.linkedin.pegasus2avro.logical",
|
|
13395
|
+
"fields": [
|
|
13396
|
+
{
|
|
13397
|
+
"Relationship": {
|
|
13398
|
+
"/destinationUrn": {
|
|
13399
|
+
"createdActor": "parent/created/actor",
|
|
13400
|
+
"createdOn": "parent/created/time",
|
|
13401
|
+
"entityTypes": [
|
|
13402
|
+
"dataset",
|
|
13403
|
+
"schemaField"
|
|
13404
|
+
],
|
|
13405
|
+
"name": "PhysicalInstanceOf",
|
|
13406
|
+
"properties": "parent/properties",
|
|
13407
|
+
"updatedActor": "parent/lastModified/actor",
|
|
13408
|
+
"updatedOn": "parent/lastModified/time"
|
|
13409
|
+
}
|
|
13410
|
+
},
|
|
13411
|
+
"Searchable": {
|
|
13412
|
+
"/destinationUrn": {
|
|
13413
|
+
"addToFilters": true,
|
|
13414
|
+
"fieldName": "logicalParent",
|
|
13415
|
+
"fieldType": "URN",
|
|
13416
|
+
"filterNameOverride": "Physical Instance Of",
|
|
13417
|
+
"hasValuesFieldName": "hasLogicalParent",
|
|
13418
|
+
"queryByDefault": false
|
|
13419
|
+
}
|
|
13420
|
+
},
|
|
13421
|
+
"type": "com.linkedin.pegasus2avro.common.Edge",
|
|
13422
|
+
"name": "parent"
|
|
13423
|
+
}
|
|
13424
|
+
]
|
|
13425
|
+
},
|
|
13190
13426
|
{
|
|
13191
13427
|
"type": "record",
|
|
13192
13428
|
"Aspect": {
|
|
@@ -13274,6 +13510,15 @@
|
|
|
13274
13510
|
"name": "defaultChannelName",
|
|
13275
13511
|
"default": null,
|
|
13276
13512
|
"doc": "A default slack channel to use."
|
|
13513
|
+
},
|
|
13514
|
+
{
|
|
13515
|
+
"type": [
|
|
13516
|
+
"null",
|
|
13517
|
+
"boolean"
|
|
13518
|
+
],
|
|
13519
|
+
"name": "datahubAtMentionEnabled",
|
|
13520
|
+
"default": null,
|
|
13521
|
+
"doc": "Whether the Slack @DataHub bot mention functionality is enabled.\nIf null, use the default value from feature flags."
|
|
13277
13522
|
}
|
|
13278
13523
|
],
|
|
13279
13524
|
"doc": "Slack integration settings."
|
|
@@ -13681,6 +13926,68 @@
|
|
|
13681
13926
|
},
|
|
13682
13927
|
"doc": "Settings related to the documentation propagation feature"
|
|
13683
13928
|
},
|
|
13929
|
+
{
|
|
13930
|
+
"type": [
|
|
13931
|
+
"null",
|
|
13932
|
+
{
|
|
13933
|
+
"type": "record",
|
|
13934
|
+
"name": "GlobalHomePageSettings",
|
|
13935
|
+
"namespace": "com.linkedin.pegasus2avro.settings.global",
|
|
13936
|
+
"fields": [
|
|
13937
|
+
{
|
|
13938
|
+
"java": {
|
|
13939
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
13940
|
+
},
|
|
13941
|
+
"Urn": "Urn",
|
|
13942
|
+
"type": "string",
|
|
13943
|
+
"name": "defaultTemplate",
|
|
13944
|
+
"doc": "The urn that will be rendered in the UI by default for all users"
|
|
13945
|
+
}
|
|
13946
|
+
],
|
|
13947
|
+
"doc": "Global settings related to the home page for an instance"
|
|
13948
|
+
}
|
|
13949
|
+
],
|
|
13950
|
+
"name": "homePage",
|
|
13951
|
+
"default": null,
|
|
13952
|
+
"doc": "Global settings related to the home page for an instance"
|
|
13953
|
+
},
|
|
13954
|
+
{
|
|
13955
|
+
"type": [
|
|
13956
|
+
"null",
|
|
13957
|
+
{
|
|
13958
|
+
"type": "record",
|
|
13959
|
+
"name": "ApplicationsSettings",
|
|
13960
|
+
"namespace": "com.linkedin.pegasus2avro.settings.global",
|
|
13961
|
+
"fields": [
|
|
13962
|
+
{
|
|
13963
|
+
"type": "boolean",
|
|
13964
|
+
"name": "enabled"
|
|
13965
|
+
},
|
|
13966
|
+
{
|
|
13967
|
+
"type": [
|
|
13968
|
+
"null",
|
|
13969
|
+
"string"
|
|
13970
|
+
],
|
|
13971
|
+
"name": "config",
|
|
13972
|
+
"default": null,
|
|
13973
|
+
"doc": "The configuration for the feature, in JSON format."
|
|
13974
|
+
},
|
|
13975
|
+
{
|
|
13976
|
+
"type": [
|
|
13977
|
+
"null",
|
|
13978
|
+
"string"
|
|
13979
|
+
],
|
|
13980
|
+
"name": "configVersion",
|
|
13981
|
+
"default": null,
|
|
13982
|
+
"doc": "The version of the configuration schema that has been used to serialize\n the config.\nIf not provided, the version is assumed to be the latest version."
|
|
13983
|
+
}
|
|
13984
|
+
]
|
|
13985
|
+
}
|
|
13986
|
+
],
|
|
13987
|
+
"name": "applications",
|
|
13988
|
+
"default": null,
|
|
13989
|
+
"doc": "Settings related to applications. If not enabled, applications won't show up in navigation"
|
|
13990
|
+
},
|
|
13684
13991
|
{
|
|
13685
13992
|
"type": [
|
|
13686
13993
|
"null",
|
|
@@ -15673,7 +15980,9 @@
|
|
|
15673
15980
|
"type": {
|
|
15674
15981
|
"type": "enum",
|
|
15675
15982
|
"symbolDocs": {
|
|
15983
|
+
"BROADCAST_ACTION_WORKFLOW_FORM_REQUEST_STATUS_CHANGE": "Broadcast that an action workflow form request has been completed (approved or denied).",
|
|
15676
15984
|
"BROADCAST_ASSERTION_STATUS_CHANGE": "Assertion change notification template.",
|
|
15985
|
+
"BROADCAST_NEW_ACTION_WORKFLOW_FORM_REQUEST": "Broadcast that a new action workflow form request has been created or needs review.",
|
|
15677
15986
|
"BROADCAST_NEW_INCIDENT_UPDATE": "Updates the broadcasted incident if possible.",
|
|
15678
15987
|
"CUSTOM": "Legacy template types to support backwards compatibility.",
|
|
15679
15988
|
"OWNERSHIP_CHANGE": "Ownership change notification template."
|
|
@@ -15692,6 +16001,8 @@
|
|
|
15692
16001
|
"BROADCAST_NEW_PROPOSAL",
|
|
15693
16002
|
"BROADCAST_PROPOSAL_STATUS_CHANGE",
|
|
15694
16003
|
"BROADCAST_COMPLIANCE_FORM_PUBLISH",
|
|
16004
|
+
"BROADCAST_NEW_ACTION_WORKFLOW_FORM_REQUEST",
|
|
16005
|
+
"BROADCAST_ACTION_WORKFLOW_FORM_REQUEST_STATUS_CHANGE",
|
|
15695
16006
|
"INVALID_TEMPLATE"
|
|
15696
16007
|
],
|
|
15697
16008
|
"doc": "Possible notification template types."
|
|
@@ -18982,6 +19293,27 @@
|
|
|
18982
19293
|
"default": null,
|
|
18983
19294
|
"doc": "Data Platform for parent"
|
|
18984
19295
|
},
|
|
19296
|
+
{
|
|
19297
|
+
"Searchable": {
|
|
19298
|
+
"/*": {
|
|
19299
|
+
"addToFilters": true,
|
|
19300
|
+
"fieldType": "URN",
|
|
19301
|
+
"hasValuesFieldName": "hasAsserteeContainer"
|
|
19302
|
+
}
|
|
19303
|
+
},
|
|
19304
|
+
"TimeseriesField": {},
|
|
19305
|
+
"java": {
|
|
19306
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
19307
|
+
},
|
|
19308
|
+
"Urn": "Urn",
|
|
19309
|
+
"type": [
|
|
19310
|
+
"null",
|
|
19311
|
+
"string"
|
|
19312
|
+
],
|
|
19313
|
+
"name": "asserteeContainer",
|
|
19314
|
+
"default": null,
|
|
19315
|
+
"doc": "The Container attached to the entity's parent Asset"
|
|
19316
|
+
},
|
|
18985
19317
|
{
|
|
18986
19318
|
"Searchable": {
|
|
18987
19319
|
"addToFilters": true,
|
|
@@ -20673,13 +21005,38 @@
|
|
|
20673
21005
|
"name": "description",
|
|
20674
21006
|
"default": null,
|
|
20675
21007
|
"doc": "An optional human-readable description of the assertion"
|
|
20676
|
-
}
|
|
20677
|
-
|
|
20678
|
-
|
|
20679
|
-
|
|
20680
|
-
|
|
20681
|
-
|
|
20682
|
-
|
|
21008
|
+
},
|
|
21009
|
+
{
|
|
21010
|
+
"type": [
|
|
21011
|
+
"null",
|
|
21012
|
+
{
|
|
21013
|
+
"type": "record",
|
|
21014
|
+
"name": "AssertionNote",
|
|
21015
|
+
"namespace": "com.linkedin.pegasus2avro.assertion",
|
|
21016
|
+
"fields": [
|
|
21017
|
+
{
|
|
21018
|
+
"type": "string",
|
|
21019
|
+
"name": "content",
|
|
21020
|
+
"doc": "The note to give technical owners more context about the assertion, and how to troubleshoot it."
|
|
21021
|
+
},
|
|
21022
|
+
{
|
|
21023
|
+
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
21024
|
+
"name": "lastModified",
|
|
21025
|
+
"doc": "The time at which the note was last modified."
|
|
21026
|
+
}
|
|
21027
|
+
]
|
|
21028
|
+
}
|
|
21029
|
+
],
|
|
21030
|
+
"name": "note",
|
|
21031
|
+
"default": null,
|
|
21032
|
+
"doc": "An optional note to give technical owners more context about the assertion, and how to troubleshoot it.\nThe UI will render this in markdown format."
|
|
21033
|
+
}
|
|
21034
|
+
],
|
|
21035
|
+
"doc": "Information about an assertion\n\nAcryl Only: Did you update AssertionWithoutAnnotations.pdl? If not, please update it."
|
|
21036
|
+
}
|
|
21037
|
+
],
|
|
21038
|
+
"name": "assertion",
|
|
21039
|
+
"default": null,
|
|
20683
21040
|
"doc": "Acryl Only! An assertion without any searchable or relationship annotations."
|
|
20684
21041
|
},
|
|
20685
21042
|
{
|
|
@@ -23787,6 +24144,24 @@
|
|
|
23787
24144
|
"name": "version",
|
|
23788
24145
|
"default": null,
|
|
23789
24146
|
"doc": "Aspect version\n Initial implementation will use the aspect version's number, however stored as\n a string in the case where a different aspect versioning scheme is later adopted."
|
|
24147
|
+
},
|
|
24148
|
+
{
|
|
24149
|
+
"type": [
|
|
24150
|
+
"null",
|
|
24151
|
+
"com.linkedin.pegasus2avro.common.AuditStamp"
|
|
24152
|
+
],
|
|
24153
|
+
"name": "aspectCreated",
|
|
24154
|
+
"default": null,
|
|
24155
|
+
"doc": "When the aspect was initially created and who created it, detected by version 0 -> 1 change"
|
|
24156
|
+
},
|
|
24157
|
+
{
|
|
24158
|
+
"type": [
|
|
24159
|
+
"null",
|
|
24160
|
+
"com.linkedin.pegasus2avro.common.AuditStamp"
|
|
24161
|
+
],
|
|
24162
|
+
"name": "aspectModified",
|
|
24163
|
+
"default": null,
|
|
24164
|
+
"doc": "When the aspect was last modified and the actor that performed the modification"
|
|
23790
24165
|
}
|
|
23791
24166
|
],
|
|
23792
24167
|
"doc": "Metadata associated with each metadata change that is processed by the system"
|
|
@@ -25381,243 +25756,746 @@
|
|
|
25381
25756
|
{
|
|
25382
25757
|
"type": "record",
|
|
25383
25758
|
"Aspect": {
|
|
25384
|
-
"name": "
|
|
25759
|
+
"name": "actionWorkflowInfo"
|
|
25385
25760
|
},
|
|
25386
|
-
"name": "
|
|
25387
|
-
"namespace": "com.linkedin.pegasus2avro.
|
|
25761
|
+
"name": "ActionWorkflowInfo",
|
|
25762
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
25388
25763
|
"fields": [
|
|
25389
25764
|
{
|
|
25390
|
-
"Searchable": {
|
|
25391
|
-
"fieldType": "TEXT_PARTIAL"
|
|
25392
|
-
},
|
|
25765
|
+
"Searchable": {},
|
|
25393
25766
|
"type": "string",
|
|
25394
25767
|
"name": "name",
|
|
25395
|
-
"doc": "
|
|
25768
|
+
"doc": "Display name of the workflow"
|
|
25396
25769
|
},
|
|
25397
25770
|
{
|
|
25398
|
-
"Searchable": {
|
|
25399
|
-
|
|
25400
|
-
|
|
25401
|
-
|
|
25402
|
-
"type": "string",
|
|
25403
|
-
"name": "type",
|
|
25404
|
-
"doc": "The type of the source itself, e.g. mysql, bigquery, bigquery-usage. Should match the recipe."
|
|
25771
|
+
"Searchable": {},
|
|
25772
|
+
"type": "com.linkedin.pegasus2avro.actionworkflow.ActionWorkflowCategory",
|
|
25773
|
+
"name": "category",
|
|
25774
|
+
"doc": "Top-level category of the workflow, e.g. ACCESS"
|
|
25405
25775
|
},
|
|
25406
25776
|
{
|
|
25407
|
-
"
|
|
25408
|
-
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
25409
|
-
},
|
|
25410
|
-
"Urn": "Urn",
|
|
25777
|
+
"Searchable": {},
|
|
25411
25778
|
"type": [
|
|
25412
25779
|
"null",
|
|
25413
25780
|
"string"
|
|
25414
25781
|
],
|
|
25415
|
-
"name": "
|
|
25782
|
+
"name": "customCategory",
|
|
25416
25783
|
"default": null,
|
|
25417
|
-
"doc": "
|
|
25784
|
+
"doc": "Custom category for the workflow, if applicable.\n\nThis is used to group workflows that are not part of the standard types.\nShould be provided when the type is CUSTOM."
|
|
25418
25785
|
},
|
|
25419
25786
|
{
|
|
25420
25787
|
"type": [
|
|
25421
25788
|
"null",
|
|
25422
|
-
|
|
25423
|
-
"type": "record",
|
|
25424
|
-
"name": "DataHubIngestionSourceSchedule",
|
|
25425
|
-
"namespace": "com.linkedin.pegasus2avro.ingestion",
|
|
25426
|
-
"fields": [
|
|
25427
|
-
{
|
|
25428
|
-
"type": "string",
|
|
25429
|
-
"name": "interval",
|
|
25430
|
-
"doc": "A cron-formatted execution interval, as a cron string, e.g. * * * * *"
|
|
25431
|
-
},
|
|
25432
|
-
{
|
|
25433
|
-
"type": "string",
|
|
25434
|
-
"name": "timezone",
|
|
25435
|
-
"doc": "Timezone in which the cron interval applies, e.g. America/Los Angeles"
|
|
25436
|
-
}
|
|
25437
|
-
],
|
|
25438
|
-
"doc": "The schedule associated with an ingestion source."
|
|
25439
|
-
}
|
|
25789
|
+
"string"
|
|
25440
25790
|
],
|
|
25441
|
-
"name": "
|
|
25791
|
+
"name": "description",
|
|
25442
25792
|
"default": null,
|
|
25443
|
-
"doc": "
|
|
25793
|
+
"doc": "Description of the workflow. \nIf this is based on a Form trigger, this will be displayed to users when completing the form. "
|
|
25444
25794
|
},
|
|
25445
25795
|
{
|
|
25446
25796
|
"type": {
|
|
25447
25797
|
"type": "record",
|
|
25448
|
-
"name": "
|
|
25449
|
-
"namespace": "com.linkedin.pegasus2avro.
|
|
25798
|
+
"name": "ActionWorkflowTrigger",
|
|
25799
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
25450
25800
|
"fields": [
|
|
25451
|
-
{
|
|
25452
|
-
"type": "string",
|
|
25453
|
-
"name": "recipe",
|
|
25454
|
-
"doc": "The JSON recipe to use for ingestion"
|
|
25455
|
-
},
|
|
25456
|
-
{
|
|
25457
|
-
"type": [
|
|
25458
|
-
"null",
|
|
25459
|
-
"string"
|
|
25460
|
-
],
|
|
25461
|
-
"name": "version",
|
|
25462
|
-
"default": null,
|
|
25463
|
-
"doc": "The PyPI version of the datahub CLI to use when executing a recipe"
|
|
25464
|
-
},
|
|
25465
25801
|
{
|
|
25466
25802
|
"Searchable": {
|
|
25467
|
-
"fieldName": "
|
|
25468
|
-
"fieldType": "KEYWORD",
|
|
25469
|
-
"queryByDefault": false
|
|
25803
|
+
"fieldName": "triggerType"
|
|
25470
25804
|
},
|
|
25471
|
-
"type":
|
|
25472
|
-
"
|
|
25473
|
-
"
|
|
25474
|
-
|
|
25475
|
-
|
|
25476
|
-
|
|
25477
|
-
|
|
25478
|
-
|
|
25479
|
-
|
|
25480
|
-
|
|
25481
|
-
|
|
25482
|
-
|
|
25483
|
-
|
|
25484
|
-
"name": "debugMode",
|
|
25485
|
-
"default": null,
|
|
25486
|
-
"doc": "Whether or not to run this ingestion source in debug mode"
|
|
25805
|
+
"type": {
|
|
25806
|
+
"type": "enum",
|
|
25807
|
+
"symbolDocs": {
|
|
25808
|
+
"FORM_SUBMITTED": "The only trigger type currently supported - a workflow request form is submitted successfully. \nThis enables admins to create forms and display them on various entrypoints. \nThe form is also captured in the field \"form\" below. "
|
|
25809
|
+
},
|
|
25810
|
+
"name": "ActionWorkflowTriggerType",
|
|
25811
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
25812
|
+
"symbols": [
|
|
25813
|
+
"FORM_SUBMITTED"
|
|
25814
|
+
]
|
|
25815
|
+
},
|
|
25816
|
+
"name": "type",
|
|
25817
|
+
"doc": "A type of step / task / node in the Action Workflow. "
|
|
25487
25818
|
},
|
|
25488
25819
|
{
|
|
25489
25820
|
"type": [
|
|
25490
25821
|
"null",
|
|
25491
25822
|
{
|
|
25492
|
-
"type": "
|
|
25493
|
-
"
|
|
25494
|
-
|
|
25495
|
-
|
|
25496
|
-
|
|
25497
|
-
|
|
25498
|
-
|
|
25499
|
-
|
|
25500
|
-
|
|
25501
|
-
|
|
25502
|
-
|
|
25503
|
-
|
|
25504
|
-
|
|
25505
|
-
|
|
25506
|
-
|
|
25507
|
-
|
|
25508
|
-
|
|
25509
|
-
|
|
25510
|
-
|
|
25511
|
-
|
|
25512
|
-
|
|
25513
|
-
|
|
25514
|
-
|
|
25515
|
-
|
|
25516
|
-
|
|
25517
|
-
|
|
25518
|
-
|
|
25519
|
-
|
|
25520
|
-
|
|
25521
|
-
|
|
25522
|
-
|
|
25523
|
-
|
|
25524
|
-
|
|
25525
|
-
|
|
25526
|
-
|
|
25527
|
-
|
|
25528
|
-
|
|
25529
|
-
|
|
25530
|
-
|
|
25531
|
-
|
|
25532
|
-
|
|
25533
|
-
|
|
25534
|
-
|
|
25535
|
-
|
|
25536
|
-
|
|
25537
|
-
|
|
25538
|
-
|
|
25539
|
-
|
|
25540
|
-
|
|
25541
|
-
|
|
25542
|
-
|
|
25543
|
-
|
|
25544
|
-
|
|
25545
|
-
|
|
25546
|
-
|
|
25547
|
-
|
|
25548
|
-
|
|
25549
|
-
|
|
25550
|
-
|
|
25551
|
-
|
|
25552
|
-
|
|
25553
|
-
|
|
25554
|
-
|
|
25555
|
-
|
|
25556
|
-
|
|
25557
|
-
|
|
25558
|
-
|
|
25559
|
-
|
|
25560
|
-
|
|
25561
|
-
|
|
25562
|
-
|
|
25563
|
-
|
|
25564
|
-
|
|
25565
|
-
|
|
25566
|
-
|
|
25567
|
-
|
|
25568
|
-
|
|
25569
|
-
|
|
25570
|
-
|
|
25571
|
-
|
|
25572
|
-
|
|
25573
|
-
|
|
25574
|
-
|
|
25575
|
-
|
|
25576
|
-
|
|
25577
|
-
|
|
25578
|
-
|
|
25579
|
-
|
|
25580
|
-
|
|
25581
|
-
|
|
25582
|
-
|
|
25583
|
-
|
|
25584
|
-
|
|
25585
|
-
|
|
25586
|
-
|
|
25587
|
-
|
|
25588
|
-
|
|
25589
|
-
|
|
25590
|
-
|
|
25591
|
-
|
|
25592
|
-
|
|
25593
|
-
|
|
25594
|
-
|
|
25595
|
-
|
|
25596
|
-
|
|
25597
|
-
|
|
25598
|
-
|
|
25599
|
-
|
|
25600
|
-
|
|
25601
|
-
|
|
25602
|
-
|
|
25603
|
-
|
|
25604
|
-
|
|
25605
|
-
|
|
25606
|
-
|
|
25607
|
-
|
|
25608
|
-
|
|
25609
|
-
|
|
25610
|
-
|
|
25611
|
-
|
|
25612
|
-
|
|
25613
|
-
|
|
25614
|
-
|
|
25615
|
-
|
|
25616
|
-
|
|
25617
|
-
|
|
25618
|
-
|
|
25619
|
-
|
|
25620
|
-
|
|
25823
|
+
"type": "record",
|
|
25824
|
+
"name": "ActionWorkflowForm",
|
|
25825
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
25826
|
+
"fields": [
|
|
25827
|
+
{
|
|
25828
|
+
"type": {
|
|
25829
|
+
"type": "array",
|
|
25830
|
+
"items": {
|
|
25831
|
+
"type": "record",
|
|
25832
|
+
"name": "ActionWorkflowEntrypoint",
|
|
25833
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
25834
|
+
"fields": [
|
|
25835
|
+
{
|
|
25836
|
+
"Searchable": {
|
|
25837
|
+
"fieldName": "entrypointType"
|
|
25838
|
+
},
|
|
25839
|
+
"type": {
|
|
25840
|
+
"type": "enum",
|
|
25841
|
+
"symbolDocs": {
|
|
25842
|
+
"ENTITY_PROFILE": " Visible on the entity profile page. For all valid entity types specified in the parent object. ",
|
|
25843
|
+
"HOME": " Visible on the home page to all users. "
|
|
25844
|
+
},
|
|
25845
|
+
"name": "ActionWorkflowEntrypointType",
|
|
25846
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
25847
|
+
"symbols": [
|
|
25848
|
+
"HOME",
|
|
25849
|
+
"ENTITY_PROFILE"
|
|
25850
|
+
]
|
|
25851
|
+
},
|
|
25852
|
+
"name": "type",
|
|
25853
|
+
"doc": "The type of entry point for the action request workflow.\nThis determines where the action request workflow will be displayed."
|
|
25854
|
+
},
|
|
25855
|
+
{
|
|
25856
|
+
"type": "string",
|
|
25857
|
+
"name": "label",
|
|
25858
|
+
"doc": "The label for the entry point, which is displayed to users.\nThis should be a user-friendly name that describes the action request."
|
|
25859
|
+
},
|
|
25860
|
+
{
|
|
25861
|
+
"type": [
|
|
25862
|
+
"null",
|
|
25863
|
+
"com.linkedin.pegasus2avro.metadata.query.filter.Filter"
|
|
25864
|
+
],
|
|
25865
|
+
"name": "filter",
|
|
25866
|
+
"default": null,
|
|
25867
|
+
"doc": "Additional filter criteria to determine when the entry point should be displayed.\n\nNot yet supported (but will be in the future)."
|
|
25868
|
+
}
|
|
25869
|
+
],
|
|
25870
|
+
"doc": "The entry point arguments for the action request workflowform.\nIn the future, we may extend this model to support more granular entry point filters."
|
|
25871
|
+
}
|
|
25872
|
+
},
|
|
25873
|
+
"name": "entrypoints",
|
|
25874
|
+
"doc": "Entrypoints for form submission."
|
|
25875
|
+
},
|
|
25876
|
+
{
|
|
25877
|
+
"Searchable": {
|
|
25878
|
+
"/*": {
|
|
25879
|
+
"fieldName": "entityTypes",
|
|
25880
|
+
"fieldType": "URN"
|
|
25881
|
+
}
|
|
25882
|
+
},
|
|
25883
|
+
"Urn": "Urn",
|
|
25884
|
+
"urn_is_array": true,
|
|
25885
|
+
"type": [
|
|
25886
|
+
"null",
|
|
25887
|
+
{
|
|
25888
|
+
"type": "array",
|
|
25889
|
+
"items": "string"
|
|
25890
|
+
}
|
|
25891
|
+
],
|
|
25892
|
+
"name": "entityTypes",
|
|
25893
|
+
"default": null,
|
|
25894
|
+
"doc": "The valid entity type URNs that can be associated with a Workflow Form.\nIf provided, this will require that an entity of one of the provided types is specified when completing the form.\n\nIf no entity types are provided, the workflow form can be submitted without specifying an entity. In general, this should\nbe populated for workflows of type ACCESS to enable users to request access to a specific entity!\n\nIf specified, the associated action requests for this workflow will contain an URN of the corresponding type inside of\nthe `resource` field.\n\nNote that associating multiple entities with a single Action Request is not yet supported."
|
|
25895
|
+
},
|
|
25896
|
+
{
|
|
25897
|
+
"type": {
|
|
25898
|
+
"type": "array",
|
|
25899
|
+
"items": {
|
|
25900
|
+
"type": "record",
|
|
25901
|
+
"name": "ActionWorkflowField",
|
|
25902
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
25903
|
+
"fields": [
|
|
25904
|
+
{
|
|
25905
|
+
"type": "string",
|
|
25906
|
+
"name": "id",
|
|
25907
|
+
"doc": "Workflow-local id for the field"
|
|
25908
|
+
},
|
|
25909
|
+
{
|
|
25910
|
+
"type": "string",
|
|
25911
|
+
"name": "name",
|
|
25912
|
+
"doc": "The display name or label for the field, for rendering"
|
|
25913
|
+
},
|
|
25914
|
+
{
|
|
25915
|
+
"type": [
|
|
25916
|
+
"null",
|
|
25917
|
+
"string"
|
|
25918
|
+
],
|
|
25919
|
+
"name": "description",
|
|
25920
|
+
"default": null,
|
|
25921
|
+
"doc": "The description for the field, for rendering"
|
|
25922
|
+
},
|
|
25923
|
+
{
|
|
25924
|
+
"java": {
|
|
25925
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
25926
|
+
},
|
|
25927
|
+
"Urn": "Urn",
|
|
25928
|
+
"type": "string",
|
|
25929
|
+
"name": "valueType",
|
|
25930
|
+
"doc": "The urn of the value type for the values - reused from structured properties.\nAlso, used for rendering"
|
|
25931
|
+
},
|
|
25932
|
+
{
|
|
25933
|
+
"Urn": "Urn",
|
|
25934
|
+
"urn_is_array": true,
|
|
25935
|
+
"type": [
|
|
25936
|
+
"null",
|
|
25937
|
+
{
|
|
25938
|
+
"type": "array",
|
|
25939
|
+
"items": "string"
|
|
25940
|
+
}
|
|
25941
|
+
],
|
|
25942
|
+
"name": "allowedEntityTypes",
|
|
25943
|
+
"default": null,
|
|
25944
|
+
"doc": "The urns for allowed entity types."
|
|
25945
|
+
},
|
|
25946
|
+
{
|
|
25947
|
+
"type": [
|
|
25948
|
+
"null",
|
|
25949
|
+
{
|
|
25950
|
+
"type": "array",
|
|
25951
|
+
"items": {
|
|
25952
|
+
"type": "record",
|
|
25953
|
+
"name": "PropertyValue",
|
|
25954
|
+
"namespace": "com.linkedin.pegasus2avro.structured",
|
|
25955
|
+
"fields": [
|
|
25956
|
+
{
|
|
25957
|
+
"type": [
|
|
25958
|
+
"string",
|
|
25959
|
+
"double"
|
|
25960
|
+
],
|
|
25961
|
+
"name": "value"
|
|
25962
|
+
},
|
|
25963
|
+
{
|
|
25964
|
+
"type": [
|
|
25965
|
+
"null",
|
|
25966
|
+
"string"
|
|
25967
|
+
],
|
|
25968
|
+
"name": "description",
|
|
25969
|
+
"default": null,
|
|
25970
|
+
"doc": "Optional description of the property value"
|
|
25971
|
+
}
|
|
25972
|
+
]
|
|
25973
|
+
}
|
|
25974
|
+
}
|
|
25975
|
+
],
|
|
25976
|
+
"name": "allowedValues",
|
|
25977
|
+
"default": null,
|
|
25978
|
+
"doc": "A list of allowed values that the property is allowed to take.\nIf this is not specified, then the property can take any value of given type."
|
|
25979
|
+
},
|
|
25980
|
+
{
|
|
25981
|
+
"type": {
|
|
25982
|
+
"type": "enum",
|
|
25983
|
+
"name": "PropertyCardinality",
|
|
25984
|
+
"namespace": "com.linkedin.pegasus2avro.structured",
|
|
25985
|
+
"symbols": [
|
|
25986
|
+
"SINGLE",
|
|
25987
|
+
"MULTIPLE"
|
|
25988
|
+
]
|
|
25989
|
+
},
|
|
25990
|
+
"name": "cardinality",
|
|
25991
|
+
"doc": "Whether or not multiple values are allowed."
|
|
25992
|
+
},
|
|
25993
|
+
{
|
|
25994
|
+
"type": "boolean",
|
|
25995
|
+
"name": "required",
|
|
25996
|
+
"default": false,
|
|
25997
|
+
"doc": "Whether the field is required or not."
|
|
25998
|
+
},
|
|
25999
|
+
{
|
|
26000
|
+
"type": [
|
|
26001
|
+
"null",
|
|
26002
|
+
{
|
|
26003
|
+
"type": "record",
|
|
26004
|
+
"name": "ActionWorkflowFieldCondition",
|
|
26005
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
26006
|
+
"fields": [
|
|
26007
|
+
{
|
|
26008
|
+
"type": {
|
|
26009
|
+
"type": "enum",
|
|
26010
|
+
"symbolDocs": {
|
|
26011
|
+
"SINGLE_FIELD_VALUE": "The field should be shown if the value of a previously completed field matches the specified value."
|
|
26012
|
+
},
|
|
26013
|
+
"name": "ActionWorkflowFieldConditionType",
|
|
26014
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
26015
|
+
"symbols": [
|
|
26016
|
+
"SINGLE_FIELD_VALUE"
|
|
26017
|
+
]
|
|
26018
|
+
},
|
|
26019
|
+
"name": "type",
|
|
26020
|
+
"doc": "The type of field condition"
|
|
26021
|
+
},
|
|
26022
|
+
{
|
|
26023
|
+
"type": [
|
|
26024
|
+
"null",
|
|
26025
|
+
{
|
|
26026
|
+
"type": "record",
|
|
26027
|
+
"name": "ActionWorkflowSingleFieldValueCondition",
|
|
26028
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
26029
|
+
"fields": [
|
|
26030
|
+
{
|
|
26031
|
+
"type": "string",
|
|
26032
|
+
"name": "field",
|
|
26033
|
+
"doc": "The id / name of the field that the criterion refers to"
|
|
26034
|
+
},
|
|
26035
|
+
{
|
|
26036
|
+
"type": {
|
|
26037
|
+
"type": "array",
|
|
26038
|
+
"items": "string"
|
|
26039
|
+
},
|
|
26040
|
+
"name": "values",
|
|
26041
|
+
"default": [],
|
|
26042
|
+
"doc": "Values. one of which the intended field should match\nNote, if values is set, the above \"value\" field will be ignored"
|
|
26043
|
+
},
|
|
26044
|
+
{
|
|
26045
|
+
"type": "com.linkedin.pegasus2avro.metadata.query.filter.Condition",
|
|
26046
|
+
"name": "condition",
|
|
26047
|
+
"default": "EQUAL",
|
|
26048
|
+
"doc": "The condition for the criterion, e.g. EQUAL, START_WITH"
|
|
26049
|
+
},
|
|
26050
|
+
{
|
|
26051
|
+
"type": "boolean",
|
|
26052
|
+
"name": "negated",
|
|
26053
|
+
"default": false,
|
|
26054
|
+
"doc": "Whether the condition should be negated"
|
|
26055
|
+
}
|
|
26056
|
+
],
|
|
26057
|
+
"doc": "A specific type of field condition that checks whether a field should be shown based on the value of a previously completed field."
|
|
26058
|
+
}
|
|
26059
|
+
],
|
|
26060
|
+
"name": "singleFieldValueCondition",
|
|
26061
|
+
"default": null,
|
|
26062
|
+
"doc": "A field value condition. Present if type is FIELD_VALUE."
|
|
26063
|
+
}
|
|
26064
|
+
],
|
|
26065
|
+
"doc": "A condition that determines whether a form field should be shown in the action workflow.\nThis may evolve in the future to have additional condition types."
|
|
26066
|
+
}
|
|
26067
|
+
],
|
|
26068
|
+
"name": "condition",
|
|
26069
|
+
"default": null,
|
|
26070
|
+
"doc": "A dynamic condition that determines whether the field should be shown or not."
|
|
26071
|
+
}
|
|
26072
|
+
],
|
|
26073
|
+
"doc": "A field inside an Action Workflow Form."
|
|
26074
|
+
}
|
|
26075
|
+
},
|
|
26076
|
+
"name": "fields",
|
|
26077
|
+
"doc": "Fields comprising the workflow request. These are the inputs / arguments required to trigger the workflow."
|
|
26078
|
+
}
|
|
26079
|
+
]
|
|
26080
|
+
}
|
|
26081
|
+
],
|
|
26082
|
+
"name": "form",
|
|
26083
|
+
"default": null,
|
|
26084
|
+
"doc": "The form definition that will trigger the action workflow when submitted. "
|
|
26085
|
+
}
|
|
26086
|
+
],
|
|
26087
|
+
"doc": "Defines the conditions on which the action workflow is triggered. \n\nCurrently we have only one trigger type, but we expect this to extend e.g. in the case that change events, proposals,\nor other actions can trigger workflows. \n\nCurrently, the workflow must have exactly 1 trigger condition. We don't expect this to change. "
|
|
26088
|
+
},
|
|
26089
|
+
"name": "trigger",
|
|
26090
|
+
"doc": "The action or event that triggers the workflow. This MUST be stored here, because there is no other\nplace to capture dynamic form state like this. "
|
|
26091
|
+
},
|
|
26092
|
+
{
|
|
26093
|
+
"type": {
|
|
26094
|
+
"type": "array",
|
|
26095
|
+
"items": {
|
|
26096
|
+
"type": "record",
|
|
26097
|
+
"name": "ActionWorkflowStep",
|
|
26098
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
26099
|
+
"fields": [
|
|
26100
|
+
{
|
|
26101
|
+
"type": "string",
|
|
26102
|
+
"name": "id",
|
|
26103
|
+
"doc": "A unique identifier for this step within the workflow.\nThis ID must be unique within the workflow and is used to match values during workflow execution."
|
|
26104
|
+
},
|
|
26105
|
+
{
|
|
26106
|
+
"type": {
|
|
26107
|
+
"type": "enum",
|
|
26108
|
+
"symbolDocs": {
|
|
26109
|
+
"APPROVAL": "The only step type currently supported - a human review step. \nThis step type requires that an assigned user reviews an action request associated with this workflow. \nreviews the request, approving or denying it (currently the actions supported, may extend later). "
|
|
26110
|
+
},
|
|
26111
|
+
"name": "ActionWorkflowStepType",
|
|
26112
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
26113
|
+
"symbols": [
|
|
26114
|
+
"APPROVAL"
|
|
26115
|
+
]
|
|
26116
|
+
},
|
|
26117
|
+
"name": "type",
|
|
26118
|
+
"doc": "A type of step / task / node in the Action Workflow. "
|
|
26119
|
+
},
|
|
26120
|
+
{
|
|
26121
|
+
"type": [
|
|
26122
|
+
"null",
|
|
26123
|
+
"string"
|
|
26124
|
+
],
|
|
26125
|
+
"name": "description",
|
|
26126
|
+
"default": null,
|
|
26127
|
+
"doc": "Optional description shown alongside the step to explain its purpose."
|
|
26128
|
+
},
|
|
26129
|
+
{
|
|
26130
|
+
"type": [
|
|
26131
|
+
"null",
|
|
26132
|
+
{
|
|
26133
|
+
"type": "record",
|
|
26134
|
+
"name": "ActionWorkflowStepActors",
|
|
26135
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
26136
|
+
"fields": [
|
|
26137
|
+
{
|
|
26138
|
+
"Urn": "Urn",
|
|
26139
|
+
"urn_is_array": true,
|
|
26140
|
+
"type": {
|
|
26141
|
+
"type": "array",
|
|
26142
|
+
"items": "string"
|
|
26143
|
+
},
|
|
26144
|
+
"name": "users",
|
|
26145
|
+
"doc": "Users statically assigned to perform the review step."
|
|
26146
|
+
},
|
|
26147
|
+
{
|
|
26148
|
+
"Urn": "Urn",
|
|
26149
|
+
"urn_is_array": true,
|
|
26150
|
+
"type": {
|
|
26151
|
+
"type": "array",
|
|
26152
|
+
"items": "string"
|
|
26153
|
+
},
|
|
26154
|
+
"name": "groups",
|
|
26155
|
+
"doc": "Groups statically assigned to perform the review step."
|
|
26156
|
+
},
|
|
26157
|
+
{
|
|
26158
|
+
"Urn": "Urn",
|
|
26159
|
+
"urn_is_array": true,
|
|
26160
|
+
"type": {
|
|
26161
|
+
"type": "array",
|
|
26162
|
+
"items": "string"
|
|
26163
|
+
},
|
|
26164
|
+
"name": "roles",
|
|
26165
|
+
"doc": "Roles statically assigned to perform the review step."
|
|
26166
|
+
},
|
|
26167
|
+
{
|
|
26168
|
+
"type": [
|
|
26169
|
+
"null",
|
|
26170
|
+
{
|
|
26171
|
+
"type": "record",
|
|
26172
|
+
"name": "ActionWorkflowStepDynamicAssignment",
|
|
26173
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
26174
|
+
"fields": [
|
|
26175
|
+
{
|
|
26176
|
+
"type": {
|
|
26177
|
+
"type": "enum",
|
|
26178
|
+
"symbolDocs": {
|
|
26179
|
+
"ENTITY_DATA_PRODUCT_OWNERS": "Assign the entity data product owners.",
|
|
26180
|
+
"ENTITY_DOMAIN_OWNERS": "Assign the entity domain owners.",
|
|
26181
|
+
"ENTITY_OWNERS": "Assign the entity owners."
|
|
26182
|
+
},
|
|
26183
|
+
"name": "ActionWorkflowStepDynamicAssignmentType",
|
|
26184
|
+
"namespace": "com.linkedin.pegasus2avro.actionworkflow",
|
|
26185
|
+
"symbols": [
|
|
26186
|
+
"ENTITY_OWNERS",
|
|
26187
|
+
"ENTITY_DOMAIN_OWNERS",
|
|
26188
|
+
"ENTITY_DATA_PRODUCT_OWNERS"
|
|
26189
|
+
]
|
|
26190
|
+
},
|
|
26191
|
+
"name": "type",
|
|
26192
|
+
"doc": "A standardized policy for resolving actors dynamically for an access request."
|
|
26193
|
+
},
|
|
26194
|
+
{
|
|
26195
|
+
"Urn": "Urn",
|
|
26196
|
+
"urn_is_array": true,
|
|
26197
|
+
"type": [
|
|
26198
|
+
"null",
|
|
26199
|
+
{
|
|
26200
|
+
"type": "array",
|
|
26201
|
+
"items": "string"
|
|
26202
|
+
}
|
|
26203
|
+
],
|
|
26204
|
+
"name": "ownershipTypeUrns",
|
|
26205
|
+
"default": null,
|
|
26206
|
+
"doc": "Optional: A well defined set of ownership type urns to including in routing."
|
|
26207
|
+
}
|
|
26208
|
+
]
|
|
26209
|
+
}
|
|
26210
|
+
],
|
|
26211
|
+
"name": "dynamicAssignment",
|
|
26212
|
+
"default": null,
|
|
26213
|
+
"doc": "Dynamic assignment type for the review step."
|
|
26214
|
+
}
|
|
26215
|
+
],
|
|
26216
|
+
"doc": "A definition of the actors required to review."
|
|
26217
|
+
}
|
|
26218
|
+
],
|
|
26219
|
+
"name": "actors",
|
|
26220
|
+
"default": null,
|
|
26221
|
+
"doc": "A definition of the actors required to execute the step, if there are any.\n\nFor steps of type REQUEST_REVIEW, this field MUST be provided! "
|
|
26222
|
+
}
|
|
26223
|
+
],
|
|
26224
|
+
"doc": "Defines a single review step in a workflow.\n\nToday, steps are simple. They execute in sequence after the trigger event. \n\nIn the future, we may extend steps to include \"depends on steps\" to form a DAG structure across\nsteps. For now, steps execute in linear sequence after the trigger event -- however the expectation\nis that they COULD run in parallel after the trigger event without a problem in the future.\n\nIf necessary, we'll extend this to represent conditional branching nodes as a step / node in the Workflow, e.g. Conditional Step, Notification Step, Review Step\n\nToday, step state is reflected via a single entity representing the workflow instance: the ActionRequest entity.\nIn the future we'll explore modeling individual step states separately if required."
|
|
26225
|
+
}
|
|
26226
|
+
},
|
|
26227
|
+
"name": "steps",
|
|
26228
|
+
"doc": "Definition of the steps / tasks / nodes comprising the workflow definition. This is the part we can aim \nto be able to convert / transform into serialized XML BPMN Format. For now, we model it strongly here. \nIf we can successfully use BPMN for step state, we can deprecate this field in place of the XML serialization. \n\nThis is the part we'll try to build a transpiler to BPMN for execution for. Ultimately, we do need \na representation we can easily convert into the frontend framework for display. This represents the set of \nwell known workflow step types - across tasks, conditionals, notifications, etc - that are officially supported today.\n\nIf necessary, we'll extend this to represent conditional branching nodes as a step / node in the Workflow, e.g. Conditional Step, Notification Step, Review Step"
|
|
26229
|
+
},
|
|
26230
|
+
{
|
|
26231
|
+
"Searchable": {
|
|
26232
|
+
"/actor": {
|
|
26233
|
+
"fieldName": "createdBy",
|
|
26234
|
+
"fieldType": "URN"
|
|
26235
|
+
},
|
|
26236
|
+
"/time": {
|
|
26237
|
+
"fieldName": "createdAt",
|
|
26238
|
+
"fieldType": "DATETIME"
|
|
26239
|
+
}
|
|
26240
|
+
},
|
|
26241
|
+
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
26242
|
+
"name": "created",
|
|
26243
|
+
"doc": "Audit stamp capturing the time and actor who created the workflow."
|
|
26244
|
+
},
|
|
26245
|
+
{
|
|
26246
|
+
"Searchable": {
|
|
26247
|
+
"/time": {
|
|
26248
|
+
"fieldName": "lastModifiedAt",
|
|
26249
|
+
"fieldType": "DATETIME"
|
|
26250
|
+
}
|
|
26251
|
+
},
|
|
26252
|
+
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
26253
|
+
"name": "lastModified",
|
|
26254
|
+
"doc": "Audit stamp capturing the time and actor who last modified the workflow."
|
|
26255
|
+
}
|
|
26256
|
+
],
|
|
26257
|
+
"doc": "The ActionWorkflowInfo record captures the metadata and configuration of a workflow.\nTODO: In the future, we may store the serialized camunda / flowable workflow instance ID inside.\nWe'll likely also need to add the \"steps\" into here since we'll need that to inform state transitions."
|
|
26258
|
+
},
|
|
26259
|
+
{
|
|
26260
|
+
"type": "record",
|
|
26261
|
+
"Aspect": {
|
|
26262
|
+
"name": "dataHubIngestionSourceInfo"
|
|
26263
|
+
},
|
|
26264
|
+
"name": "DataHubIngestionSourceInfo",
|
|
26265
|
+
"namespace": "com.linkedin.pegasus2avro.ingestion",
|
|
26266
|
+
"fields": [
|
|
26267
|
+
{
|
|
26268
|
+
"Searchable": {
|
|
26269
|
+
"fieldType": "TEXT_PARTIAL"
|
|
26270
|
+
},
|
|
26271
|
+
"type": "string",
|
|
26272
|
+
"name": "name",
|
|
26273
|
+
"doc": "The display name of the ingestion source"
|
|
26274
|
+
},
|
|
26275
|
+
{
|
|
26276
|
+
"Searchable": {
|
|
26277
|
+
"fieldType": "KEYWORD",
|
|
26278
|
+
"queryByDefault": false
|
|
26279
|
+
},
|
|
26280
|
+
"type": "string",
|
|
26281
|
+
"name": "type",
|
|
26282
|
+
"doc": "The type of the source itself, e.g. mysql, bigquery, bigquery-usage. Should match the recipe."
|
|
26283
|
+
},
|
|
26284
|
+
{
|
|
26285
|
+
"java": {
|
|
26286
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
26287
|
+
},
|
|
26288
|
+
"Urn": "Urn",
|
|
26289
|
+
"type": [
|
|
26290
|
+
"null",
|
|
26291
|
+
"string"
|
|
26292
|
+
],
|
|
26293
|
+
"name": "platform",
|
|
26294
|
+
"default": null,
|
|
26295
|
+
"doc": "Data Platform URN associated with the source"
|
|
26296
|
+
},
|
|
26297
|
+
{
|
|
26298
|
+
"type": [
|
|
26299
|
+
"null",
|
|
26300
|
+
{
|
|
26301
|
+
"type": "record",
|
|
26302
|
+
"name": "DataHubIngestionSourceSchedule",
|
|
26303
|
+
"namespace": "com.linkedin.pegasus2avro.ingestion",
|
|
26304
|
+
"fields": [
|
|
26305
|
+
{
|
|
26306
|
+
"type": "string",
|
|
26307
|
+
"name": "interval",
|
|
26308
|
+
"doc": "A cron-formatted execution interval, as a cron string, e.g. * * * * *"
|
|
26309
|
+
},
|
|
26310
|
+
{
|
|
26311
|
+
"type": "string",
|
|
26312
|
+
"name": "timezone",
|
|
26313
|
+
"doc": "Timezone in which the cron interval applies, e.g. America/Los Angeles"
|
|
26314
|
+
}
|
|
26315
|
+
],
|
|
26316
|
+
"doc": "The schedule associated with an ingestion source."
|
|
26317
|
+
}
|
|
26318
|
+
],
|
|
26319
|
+
"name": "schedule",
|
|
26320
|
+
"default": null,
|
|
26321
|
+
"doc": "The schedule on which the ingestion source is executed"
|
|
26322
|
+
},
|
|
26323
|
+
{
|
|
26324
|
+
"type": {
|
|
26325
|
+
"type": "record",
|
|
26326
|
+
"name": "DataHubIngestionSourceConfig",
|
|
26327
|
+
"namespace": "com.linkedin.pegasus2avro.ingestion",
|
|
26328
|
+
"fields": [
|
|
26329
|
+
{
|
|
26330
|
+
"type": "string",
|
|
26331
|
+
"name": "recipe",
|
|
26332
|
+
"doc": "The JSON recipe to use for ingestion"
|
|
26333
|
+
},
|
|
26334
|
+
{
|
|
26335
|
+
"type": [
|
|
26336
|
+
"null",
|
|
26337
|
+
"string"
|
|
26338
|
+
],
|
|
26339
|
+
"name": "version",
|
|
26340
|
+
"default": null,
|
|
26341
|
+
"doc": "The PyPI version of the datahub CLI to use when executing a recipe"
|
|
26342
|
+
},
|
|
26343
|
+
{
|
|
26344
|
+
"Searchable": {
|
|
26345
|
+
"fieldName": "sourceExecutorId",
|
|
26346
|
+
"fieldType": "KEYWORD",
|
|
26347
|
+
"queryByDefault": false
|
|
26348
|
+
},
|
|
26349
|
+
"type": [
|
|
26350
|
+
"null",
|
|
26351
|
+
"string"
|
|
26352
|
+
],
|
|
26353
|
+
"name": "executorId",
|
|
26354
|
+
"default": null,
|
|
26355
|
+
"doc": "The id of the executor pool to use to execute the ingestion run"
|
|
26356
|
+
},
|
|
26357
|
+
{
|
|
26358
|
+
"type": [
|
|
26359
|
+
"null",
|
|
26360
|
+
"boolean"
|
|
26361
|
+
],
|
|
26362
|
+
"name": "debugMode",
|
|
26363
|
+
"default": null,
|
|
26364
|
+
"doc": "Whether or not to run this ingestion source in debug mode"
|
|
26365
|
+
},
|
|
26366
|
+
{
|
|
26367
|
+
"type": [
|
|
26368
|
+
"null",
|
|
26369
|
+
{
|
|
26370
|
+
"type": "map",
|
|
26371
|
+
"values": "string"
|
|
26372
|
+
}
|
|
26373
|
+
],
|
|
26374
|
+
"name": "extraArgs",
|
|
26375
|
+
"default": null,
|
|
26376
|
+
"doc": "Extra arguments for the ingestion run."
|
|
26377
|
+
}
|
|
26378
|
+
]
|
|
26379
|
+
},
|
|
26380
|
+
"name": "config",
|
|
26381
|
+
"doc": "Parameters associated with the Ingestion Source"
|
|
26382
|
+
},
|
|
26383
|
+
{
|
|
26384
|
+
"type": [
|
|
26385
|
+
"null",
|
|
26386
|
+
{
|
|
26387
|
+
"type": "record",
|
|
26388
|
+
"name": "DataHubIngestionSourceSource",
|
|
26389
|
+
"namespace": "com.linkedin.pegasus2avro.ingestion",
|
|
26390
|
+
"fields": [
|
|
26391
|
+
{
|
|
26392
|
+
"Searchable": {
|
|
26393
|
+
"fieldName": "sourceType",
|
|
26394
|
+
"fieldType": "KEYWORD",
|
|
26395
|
+
"queryByDefault": false
|
|
26396
|
+
},
|
|
26397
|
+
"type": {
|
|
26398
|
+
"type": "enum",
|
|
26399
|
+
"symbolDocs": {
|
|
26400
|
+
"SYSTEM": "A system internal source, e.g. for running search indexing operations, feature computation, etc."
|
|
26401
|
+
},
|
|
26402
|
+
"name": "DataHubIngestionSourceSourceType",
|
|
26403
|
+
"namespace": "com.linkedin.pegasus2avro.ingestion",
|
|
26404
|
+
"symbols": [
|
|
26405
|
+
"SYSTEM"
|
|
26406
|
+
]
|
|
26407
|
+
},
|
|
26408
|
+
"name": "type",
|
|
26409
|
+
"doc": "The source type of the ingestion source"
|
|
26410
|
+
}
|
|
26411
|
+
]
|
|
26412
|
+
}
|
|
26413
|
+
],
|
|
26414
|
+
"name": "source",
|
|
26415
|
+
"default": null,
|
|
26416
|
+
"doc": "The source or origin of the Ingestion Source\n\nCurrently CLI and UI do not provide an explicit source."
|
|
26417
|
+
}
|
|
26418
|
+
],
|
|
26419
|
+
"doc": "Info about a DataHub ingestion source"
|
|
26420
|
+
},
|
|
26421
|
+
"com.linkedin.pegasus2avro.glossary.GlossaryTermInfo",
|
|
26422
|
+
"com.linkedin.pegasus2avro.glossary.GlossaryNodeInfo",
|
|
26423
|
+
"com.linkedin.pegasus2avro.glossary.GlossaryRelatedTerms",
|
|
26424
|
+
{
|
|
26425
|
+
"type": "record",
|
|
26426
|
+
"Event": {
|
|
26427
|
+
"name": "entityChangeEvent"
|
|
26428
|
+
},
|
|
26429
|
+
"name": "EntityChangeEvent",
|
|
26430
|
+
"namespace": "com.linkedin.pegasus2avro.platform.event.v1",
|
|
26431
|
+
"fields": [
|
|
26432
|
+
{
|
|
26433
|
+
"type": "string",
|
|
26434
|
+
"name": "entityType",
|
|
26435
|
+
"doc": "The type of the entity affected. Corresponds to the entity registry, e.g. 'dataset', 'chart', 'dashboard', etc."
|
|
26436
|
+
},
|
|
26437
|
+
{
|
|
26438
|
+
"java": {
|
|
26439
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
26440
|
+
},
|
|
26441
|
+
"Urn": "Urn",
|
|
26442
|
+
"type": "string",
|
|
26443
|
+
"name": "entityUrn",
|
|
26444
|
+
"doc": "The urn of the entity which was affected."
|
|
26445
|
+
},
|
|
26446
|
+
{
|
|
26447
|
+
"type": "string",
|
|
26448
|
+
"name": "category",
|
|
26449
|
+
"doc": "The category type (TAG, GLOSSARY_TERM, OWNERSHIP, TECHNICAL_SCHEMA, etc). This is used to determine what the rest of the schema will look like."
|
|
26450
|
+
},
|
|
26451
|
+
{
|
|
26452
|
+
"type": "string",
|
|
26453
|
+
"name": "operation",
|
|
26454
|
+
"doc": "The operation type. This is used to determine what the rest of the schema will look like."
|
|
26455
|
+
},
|
|
26456
|
+
{
|
|
26457
|
+
"type": [
|
|
26458
|
+
"null",
|
|
26459
|
+
"string"
|
|
26460
|
+
],
|
|
26461
|
+
"name": "modifier",
|
|
26462
|
+
"default": null,
|
|
26463
|
+
"doc": "The urn of the entity which was affected."
|
|
26464
|
+
},
|
|
26465
|
+
{
|
|
26466
|
+
"type": [
|
|
26467
|
+
"null",
|
|
26468
|
+
{
|
|
26469
|
+
"type": "record",
|
|
26470
|
+
"name": "Parameters",
|
|
26471
|
+
"namespace": "com.linkedin.pegasus2avro.platform.event.v1",
|
|
26472
|
+
"fields": [],
|
|
26473
|
+
"doc": "Arbitrary key-value parameters for an Entity Change Event. (any record)."
|
|
26474
|
+
}
|
|
26475
|
+
],
|
|
26476
|
+
"name": "parameters",
|
|
26477
|
+
"default": null,
|
|
26478
|
+
"doc": "Arbitrary key-value parameters corresponding to the event."
|
|
26479
|
+
},
|
|
26480
|
+
{
|
|
26481
|
+
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
26482
|
+
"name": "auditStamp",
|
|
26483
|
+
"doc": "Audit stamp of the operation"
|
|
26484
|
+
},
|
|
26485
|
+
{
|
|
26486
|
+
"type": "int",
|
|
26487
|
+
"name": "version",
|
|
26488
|
+
"doc": "The version of the event type, incremented in integers."
|
|
26489
|
+
}
|
|
26490
|
+
],
|
|
26491
|
+
"doc": "Shared fields for all entity change events."
|
|
26492
|
+
},
|
|
26493
|
+
{
|
|
26494
|
+
"type": "record",
|
|
26495
|
+
"Aspect": {
|
|
26496
|
+
"name": "formAssignmentStatus"
|
|
26497
|
+
},
|
|
26498
|
+
"name": "FormAssignmentStatus",
|
|
25621
26499
|
"namespace": "com.linkedin.pegasus2avro.form",
|
|
25622
26500
|
"fields": [
|
|
25623
26501
|
{
|
|
@@ -26961,33 +27839,165 @@
|
|
|
26961
27839
|
{
|
|
26962
27840
|
"Searchable": {
|
|
26963
27841
|
"/time": {
|
|
26964
|
-
"fieldName": "created",
|
|
26965
|
-
"fieldType": "COUNT",
|
|
26966
|
-
"queryByDefault": false
|
|
27842
|
+
"fieldName": "created",
|
|
27843
|
+
"fieldType": "COUNT",
|
|
27844
|
+
"queryByDefault": false
|
|
27845
|
+
}
|
|
27846
|
+
},
|
|
27847
|
+
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
27848
|
+
"name": "created",
|
|
27849
|
+
"doc": "Audit stamp containing who reported the lineage and when"
|
|
27850
|
+
}
|
|
27851
|
+
],
|
|
27852
|
+
"doc": "The inputs and outputs of this data process"
|
|
27853
|
+
},
|
|
27854
|
+
{
|
|
27855
|
+
"type": "record",
|
|
27856
|
+
"Aspect": {
|
|
27857
|
+
"name": "dataHubRemoteExecutorPoolGlobalConfig"
|
|
27858
|
+
},
|
|
27859
|
+
"name": "RemoteExecutorPoolGlobalConfig",
|
|
27860
|
+
"namespace": "com.linkedin.pegasus2avro.executorglobalconfig",
|
|
27861
|
+
"fields": [
|
|
27862
|
+
{
|
|
27863
|
+
"type": "string",
|
|
27864
|
+
"name": "defaultExecutorPoolId",
|
|
27865
|
+
"doc": "The default pool to use for tasks that require remote executors.\nReferences 'id' in com.linkedin.pegasus2avro.metadata.key.RemoteExecutorPoolKey"
|
|
27866
|
+
}
|
|
27867
|
+
],
|
|
27868
|
+
"doc": "Global singleton storing configs for remote executor pools."
|
|
27869
|
+
},
|
|
27870
|
+
{
|
|
27871
|
+
"type": "record",
|
|
27872
|
+
"Aspect": {
|
|
27873
|
+
"name": "dataHubPageTemplateProperties"
|
|
27874
|
+
},
|
|
27875
|
+
"name": "DataHubPageTemplateProperties",
|
|
27876
|
+
"namespace": "com.linkedin.pegasus2avro.template",
|
|
27877
|
+
"fields": [
|
|
27878
|
+
{
|
|
27879
|
+
"Relationship": {
|
|
27880
|
+
"/*/modules/*": {
|
|
27881
|
+
"entityTypes": [
|
|
27882
|
+
"dataHubPageModule"
|
|
27883
|
+
],
|
|
27884
|
+
"name": "ContainedIn"
|
|
27885
|
+
}
|
|
27886
|
+
},
|
|
27887
|
+
"type": {
|
|
27888
|
+
"type": "array",
|
|
27889
|
+
"items": {
|
|
27890
|
+
"type": "record",
|
|
27891
|
+
"name": "DataHubPageTemplateRow",
|
|
27892
|
+
"namespace": "com.linkedin.pegasus2avro.template",
|
|
27893
|
+
"fields": [
|
|
27894
|
+
{
|
|
27895
|
+
"Urn": "Urn",
|
|
27896
|
+
"urn_is_array": true,
|
|
27897
|
+
"type": {
|
|
27898
|
+
"type": "array",
|
|
27899
|
+
"items": "string"
|
|
27900
|
+
},
|
|
27901
|
+
"name": "modules",
|
|
27902
|
+
"doc": "The modules that exist in this template row"
|
|
27903
|
+
}
|
|
27904
|
+
],
|
|
27905
|
+
"doc": "A row of modules contained in a template"
|
|
27906
|
+
}
|
|
27907
|
+
},
|
|
27908
|
+
"name": "rows",
|
|
27909
|
+
"doc": "The rows of modules contained in this template"
|
|
27910
|
+
},
|
|
27911
|
+
{
|
|
27912
|
+
"type": {
|
|
27913
|
+
"type": "record",
|
|
27914
|
+
"name": "DataHubPageTemplateSurface",
|
|
27915
|
+
"namespace": "com.linkedin.pegasus2avro.template",
|
|
27916
|
+
"fields": [
|
|
27917
|
+
{
|
|
27918
|
+
"Searchable": {
|
|
27919
|
+
"fieldType": "KEYWORD"
|
|
27920
|
+
},
|
|
27921
|
+
"type": {
|
|
27922
|
+
"type": "enum",
|
|
27923
|
+
"symbolDocs": {
|
|
27924
|
+
"HOME_PAGE": "This template applies to what to display on the home page for users."
|
|
27925
|
+
},
|
|
27926
|
+
"name": "PageTemplateSurfaceType",
|
|
27927
|
+
"namespace": "com.linkedin.pegasus2avro.template",
|
|
27928
|
+
"symbols": [
|
|
27929
|
+
"HOME_PAGE"
|
|
27930
|
+
]
|
|
27931
|
+
},
|
|
27932
|
+
"name": "surfaceType",
|
|
27933
|
+
"doc": "Where exactly is this template being used"
|
|
27934
|
+
}
|
|
27935
|
+
],
|
|
27936
|
+
"doc": "Info about the surface area of the product that this template is deployed in"
|
|
27937
|
+
},
|
|
27938
|
+
"name": "surface",
|
|
27939
|
+
"doc": "Info about the surface area of the product that this template is deployed in"
|
|
27940
|
+
},
|
|
27941
|
+
{
|
|
27942
|
+
"type": {
|
|
27943
|
+
"type": "record",
|
|
27944
|
+
"name": "DataHubPageTemplateVisibility",
|
|
27945
|
+
"namespace": "com.linkedin.pegasus2avro.template",
|
|
27946
|
+
"fields": [
|
|
27947
|
+
{
|
|
27948
|
+
"Searchable": {
|
|
27949
|
+
"fieldType": "KEYWORD"
|
|
27950
|
+
},
|
|
27951
|
+
"type": {
|
|
27952
|
+
"type": "enum",
|
|
27953
|
+
"symbolDocs": {
|
|
27954
|
+
"GLOBAL": "This template is used across users",
|
|
27955
|
+
"PERSONAL": "This template is used for individual use only"
|
|
27956
|
+
},
|
|
27957
|
+
"name": "PageTemplateScope",
|
|
27958
|
+
"namespace": "com.linkedin.pegasus2avro.template",
|
|
27959
|
+
"symbols": [
|
|
27960
|
+
"PERSONAL",
|
|
27961
|
+
"GLOBAL"
|
|
27962
|
+
]
|
|
27963
|
+
},
|
|
27964
|
+
"name": "scope",
|
|
27965
|
+
"doc": "The scope of this template and who can use/see it"
|
|
27966
|
+
}
|
|
27967
|
+
],
|
|
27968
|
+
"doc": "Info about the visibility of this template"
|
|
27969
|
+
},
|
|
27970
|
+
"name": "visibility",
|
|
27971
|
+
"doc": "Info about the visibility of this template"
|
|
27972
|
+
},
|
|
27973
|
+
{
|
|
27974
|
+
"Searchable": {
|
|
27975
|
+
"/actor": {
|
|
27976
|
+
"fieldName": "createdBy",
|
|
27977
|
+
"fieldType": "URN"
|
|
27978
|
+
},
|
|
27979
|
+
"/time": {
|
|
27980
|
+
"fieldName": "createdAt",
|
|
27981
|
+
"fieldType": "DATETIME"
|
|
26967
27982
|
}
|
|
26968
27983
|
},
|
|
26969
27984
|
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
26970
27985
|
"name": "created",
|
|
26971
|
-
"doc": "Audit stamp
|
|
26972
|
-
}
|
|
26973
|
-
],
|
|
26974
|
-
"doc": "The inputs and outputs of this data process"
|
|
26975
|
-
},
|
|
26976
|
-
{
|
|
26977
|
-
"type": "record",
|
|
26978
|
-
"Aspect": {
|
|
26979
|
-
"name": "dataHubRemoteExecutorPoolGlobalConfig"
|
|
26980
|
-
},
|
|
26981
|
-
"name": "RemoteExecutorPoolGlobalConfig",
|
|
26982
|
-
"namespace": "com.linkedin.pegasus2avro.executorglobalconfig",
|
|
26983
|
-
"fields": [
|
|
27986
|
+
"doc": "Audit stamp for when and by whom this template was created"
|
|
27987
|
+
},
|
|
26984
27988
|
{
|
|
26985
|
-
"
|
|
26986
|
-
|
|
26987
|
-
|
|
27989
|
+
"Searchable": {
|
|
27990
|
+
"/time": {
|
|
27991
|
+
"fieldName": "lastModifiedAt",
|
|
27992
|
+
"fieldType": "DATETIME"
|
|
27993
|
+
}
|
|
27994
|
+
},
|
|
27995
|
+
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
27996
|
+
"name": "lastModified",
|
|
27997
|
+
"doc": "Audit stamp for when and by whom this template was last updated"
|
|
26988
27998
|
}
|
|
26989
27999
|
],
|
|
26990
|
-
"doc": "
|
|
28000
|
+
"doc": "The main properties of a DataHub page template"
|
|
26991
28001
|
},
|
|
26992
28002
|
{
|
|
26993
28003
|
"type": "record",
|
|
@@ -28338,29 +29348,7 @@
|
|
|
28338
29348
|
"null",
|
|
28339
29349
|
{
|
|
28340
29350
|
"type": "array",
|
|
28341
|
-
"items":
|
|
28342
|
-
"type": "record",
|
|
28343
|
-
"name": "PropertyValue",
|
|
28344
|
-
"namespace": "com.linkedin.pegasus2avro.structured",
|
|
28345
|
-
"fields": [
|
|
28346
|
-
{
|
|
28347
|
-
"type": [
|
|
28348
|
-
"string",
|
|
28349
|
-
"double"
|
|
28350
|
-
],
|
|
28351
|
-
"name": "value"
|
|
28352
|
-
},
|
|
28353
|
-
{
|
|
28354
|
-
"type": [
|
|
28355
|
-
"null",
|
|
28356
|
-
"string"
|
|
28357
|
-
],
|
|
28358
|
-
"name": "description",
|
|
28359
|
-
"default": null,
|
|
28360
|
-
"doc": "Optional description of the property value"
|
|
28361
|
-
}
|
|
28362
|
-
]
|
|
28363
|
-
}
|
|
29351
|
+
"items": "com.linkedin.pegasus2avro.structured.PropertyValue"
|
|
28364
29352
|
}
|
|
28365
29353
|
],
|
|
28366
29354
|
"name": "allowedValues",
|
|
@@ -28369,15 +29357,7 @@
|
|
|
28369
29357
|
},
|
|
28370
29358
|
{
|
|
28371
29359
|
"type": [
|
|
28372
|
-
|
|
28373
|
-
"type": "enum",
|
|
28374
|
-
"name": "PropertyCardinality",
|
|
28375
|
-
"namespace": "com.linkedin.pegasus2avro.structured",
|
|
28376
|
-
"symbols": [
|
|
28377
|
-
"SINGLE",
|
|
28378
|
-
"MULTIPLE"
|
|
28379
|
-
]
|
|
28380
|
-
},
|
|
29360
|
+
"com.linkedin.pegasus2avro.structured.PropertyCardinality",
|
|
28381
29361
|
"null"
|
|
28382
29362
|
],
|
|
28383
29363
|
"name": "cardinality",
|
|
@@ -28639,6 +29619,244 @@
|
|
|
28639
29619
|
}
|
|
28640
29620
|
]
|
|
28641
29621
|
},
|
|
29622
|
+
{
|
|
29623
|
+
"type": "record",
|
|
29624
|
+
"Aspect": {
|
|
29625
|
+
"name": "dataHubPageModuleProperties"
|
|
29626
|
+
},
|
|
29627
|
+
"name": "DataHubPageModuleProperties",
|
|
29628
|
+
"namespace": "com.linkedin.pegasus2avro.module",
|
|
29629
|
+
"fields": [
|
|
29630
|
+
{
|
|
29631
|
+
"type": "string",
|
|
29632
|
+
"name": "name",
|
|
29633
|
+
"doc": "The display name of this module"
|
|
29634
|
+
},
|
|
29635
|
+
{
|
|
29636
|
+
"Searchable": {
|
|
29637
|
+
"fieldType": "KEYWORD"
|
|
29638
|
+
},
|
|
29639
|
+
"type": {
|
|
29640
|
+
"type": "enum",
|
|
29641
|
+
"symbolDocs": {
|
|
29642
|
+
"ASSET_COLLECTION": "A module with a collection of assets",
|
|
29643
|
+
"DOMAINS": "Module displaying the top domains",
|
|
29644
|
+
"HIERARCHY": "A module displaying a hierarchy to navigate",
|
|
29645
|
+
"LINK": "Link type module",
|
|
29646
|
+
"OWNED_ASSETS": "Module displaying assets owned by a user",
|
|
29647
|
+
"RICH_TEXT": "Module containing rich text to be rendered",
|
|
29648
|
+
"SUBSCRIBED_ASSETS": "Module displaying assets subscribed to by a given user"
|
|
29649
|
+
},
|
|
29650
|
+
"name": "DataHubPageModuleType",
|
|
29651
|
+
"namespace": "com.linkedin.pegasus2avro.module",
|
|
29652
|
+
"symbols": [
|
|
29653
|
+
"LINK",
|
|
29654
|
+
"RICH_TEXT",
|
|
29655
|
+
"ASSET_COLLECTION",
|
|
29656
|
+
"HIERARCHY",
|
|
29657
|
+
"OWNED_ASSETS",
|
|
29658
|
+
"DOMAINS",
|
|
29659
|
+
"SUBSCRIBED_ASSETS"
|
|
29660
|
+
],
|
|
29661
|
+
"doc": "Enum containing the types of page modules that there are"
|
|
29662
|
+
},
|
|
29663
|
+
"name": "type",
|
|
29664
|
+
"doc": "The type of this module - the purpose it serves"
|
|
29665
|
+
},
|
|
29666
|
+
{
|
|
29667
|
+
"type": {
|
|
29668
|
+
"type": "record",
|
|
29669
|
+
"name": "DataHubPageModuleVisibility",
|
|
29670
|
+
"namespace": "com.linkedin.pegasus2avro.module",
|
|
29671
|
+
"fields": [
|
|
29672
|
+
{
|
|
29673
|
+
"Searchable": {
|
|
29674
|
+
"fieldType": "KEYWORD"
|
|
29675
|
+
},
|
|
29676
|
+
"type": {
|
|
29677
|
+
"type": "enum",
|
|
29678
|
+
"symbolDocs": {
|
|
29679
|
+
"GLOBAL": "This module is discoverable and can be used by any user on the platform",
|
|
29680
|
+
"PERSONAL": "This module is used for individual use only"
|
|
29681
|
+
},
|
|
29682
|
+
"name": "PageModuleScope",
|
|
29683
|
+
"namespace": "com.linkedin.pegasus2avro.module",
|
|
29684
|
+
"symbols": [
|
|
29685
|
+
"PERSONAL",
|
|
29686
|
+
"GLOBAL"
|
|
29687
|
+
]
|
|
29688
|
+
},
|
|
29689
|
+
"name": "scope",
|
|
29690
|
+
"doc": "Audit stamp for when and by whom this module was created"
|
|
29691
|
+
}
|
|
29692
|
+
],
|
|
29693
|
+
"doc": "Info about the visibility of this module"
|
|
29694
|
+
},
|
|
29695
|
+
"name": "visibility",
|
|
29696
|
+
"doc": "Info about the visibility of this module"
|
|
29697
|
+
},
|
|
29698
|
+
{
|
|
29699
|
+
"type": {
|
|
29700
|
+
"type": "record",
|
|
29701
|
+
"name": "DataHubPageModuleParams",
|
|
29702
|
+
"namespace": "com.linkedin.pegasus2avro.module",
|
|
29703
|
+
"fields": [
|
|
29704
|
+
{
|
|
29705
|
+
"type": [
|
|
29706
|
+
"null",
|
|
29707
|
+
{
|
|
29708
|
+
"type": "record",
|
|
29709
|
+
"name": "LinkModuleParams",
|
|
29710
|
+
"namespace": "com.linkedin.pegasus2avro.module",
|
|
29711
|
+
"fields": [
|
|
29712
|
+
{
|
|
29713
|
+
"type": "string",
|
|
29714
|
+
"name": "linkUrl"
|
|
29715
|
+
},
|
|
29716
|
+
{
|
|
29717
|
+
"type": [
|
|
29718
|
+
"null",
|
|
29719
|
+
"string"
|
|
29720
|
+
],
|
|
29721
|
+
"name": "imageUrl",
|
|
29722
|
+
"default": null
|
|
29723
|
+
},
|
|
29724
|
+
{
|
|
29725
|
+
"type": [
|
|
29726
|
+
"null",
|
|
29727
|
+
"string"
|
|
29728
|
+
],
|
|
29729
|
+
"name": "description",
|
|
29730
|
+
"default": null
|
|
29731
|
+
}
|
|
29732
|
+
]
|
|
29733
|
+
}
|
|
29734
|
+
],
|
|
29735
|
+
"name": "linkParams",
|
|
29736
|
+
"default": null,
|
|
29737
|
+
"doc": "The params required if the module is type LINK"
|
|
29738
|
+
},
|
|
29739
|
+
{
|
|
29740
|
+
"type": [
|
|
29741
|
+
"null",
|
|
29742
|
+
{
|
|
29743
|
+
"type": "record",
|
|
29744
|
+
"name": "RichTextModuleParams",
|
|
29745
|
+
"namespace": "com.linkedin.pegasus2avro.module",
|
|
29746
|
+
"fields": [
|
|
29747
|
+
{
|
|
29748
|
+
"type": "string",
|
|
29749
|
+
"name": "content"
|
|
29750
|
+
}
|
|
29751
|
+
]
|
|
29752
|
+
}
|
|
29753
|
+
],
|
|
29754
|
+
"name": "richTextParams",
|
|
29755
|
+
"default": null,
|
|
29756
|
+
"doc": "The params required if the module is type RICH_TEXT"
|
|
29757
|
+
},
|
|
29758
|
+
{
|
|
29759
|
+
"type": [
|
|
29760
|
+
"null",
|
|
29761
|
+
{
|
|
29762
|
+
"type": "record",
|
|
29763
|
+
"name": "AssetCollectionModuleParams",
|
|
29764
|
+
"namespace": "com.linkedin.pegasus2avro.module",
|
|
29765
|
+
"fields": [
|
|
29766
|
+
{
|
|
29767
|
+
"Urn": "Urn",
|
|
29768
|
+
"urn_is_array": true,
|
|
29769
|
+
"type": {
|
|
29770
|
+
"type": "array",
|
|
29771
|
+
"items": "string"
|
|
29772
|
+
},
|
|
29773
|
+
"name": "assetUrns"
|
|
29774
|
+
}
|
|
29775
|
+
],
|
|
29776
|
+
"doc": "The params required if the module is type ASSET_COLLECTION"
|
|
29777
|
+
}
|
|
29778
|
+
],
|
|
29779
|
+
"name": "assetCollectionParams",
|
|
29780
|
+
"default": null,
|
|
29781
|
+
"doc": "The params required if the module is type ASSET_COLLECTION"
|
|
29782
|
+
},
|
|
29783
|
+
{
|
|
29784
|
+
"type": [
|
|
29785
|
+
"null",
|
|
29786
|
+
{
|
|
29787
|
+
"type": "record",
|
|
29788
|
+
"name": "HierarchyModuleParams",
|
|
29789
|
+
"namespace": "com.linkedin.pegasus2avro.module",
|
|
29790
|
+
"fields": [
|
|
29791
|
+
{
|
|
29792
|
+
"Urn": "Urn",
|
|
29793
|
+
"urn_is_array": true,
|
|
29794
|
+
"type": [
|
|
29795
|
+
"null",
|
|
29796
|
+
{
|
|
29797
|
+
"type": "array",
|
|
29798
|
+
"items": "string"
|
|
29799
|
+
}
|
|
29800
|
+
],
|
|
29801
|
+
"name": "assetUrns",
|
|
29802
|
+
"default": null
|
|
29803
|
+
},
|
|
29804
|
+
{
|
|
29805
|
+
"type": "boolean",
|
|
29806
|
+
"name": "showRelatedEntities"
|
|
29807
|
+
},
|
|
29808
|
+
{
|
|
29809
|
+
"type": [
|
|
29810
|
+
"null",
|
|
29811
|
+
"string"
|
|
29812
|
+
],
|
|
29813
|
+
"name": "relatedEntitiesFilterJson",
|
|
29814
|
+
"default": null,
|
|
29815
|
+
"doc": "Optional filters to filter relatedEntities (assetUrns) out\n\nThe stringified json representing the logical predicate built in the UI to select assets.\nThis predicate is turned into orFilters to send through graphql since graphql doesn't support\narbitrary nesting. This string is used to restore the UI for this logical predicate."
|
|
29816
|
+
}
|
|
29817
|
+
],
|
|
29818
|
+
"doc": "The params required if the module is type HIERARCHY_VIEW"
|
|
29819
|
+
}
|
|
29820
|
+
],
|
|
29821
|
+
"name": "hierarchyViewParams",
|
|
29822
|
+
"default": null,
|
|
29823
|
+
"doc": "The params required if the module is type HIERARCHY_VIEW"
|
|
29824
|
+
}
|
|
29825
|
+
],
|
|
29826
|
+
"doc": "The specific parameters stored for a module"
|
|
29827
|
+
},
|
|
29828
|
+
"name": "params",
|
|
29829
|
+
"doc": "The specific parameters stored for this module"
|
|
29830
|
+
},
|
|
29831
|
+
{
|
|
29832
|
+
"Searchable": {
|
|
29833
|
+
"/actor": {
|
|
29834
|
+
"fieldName": "createdBy",
|
|
29835
|
+
"fieldType": "URN"
|
|
29836
|
+
},
|
|
29837
|
+
"/time": {
|
|
29838
|
+
"fieldName": "createdAt",
|
|
29839
|
+
"fieldType": "DATETIME"
|
|
29840
|
+
}
|
|
29841
|
+
},
|
|
29842
|
+
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
29843
|
+
"name": "created",
|
|
29844
|
+
"doc": "Audit stamp for when and by whom this template was created"
|
|
29845
|
+
},
|
|
29846
|
+
{
|
|
29847
|
+
"Searchable": {
|
|
29848
|
+
"/time": {
|
|
29849
|
+
"fieldName": "lastModifiedAt",
|
|
29850
|
+
"fieldType": "DATETIME"
|
|
29851
|
+
}
|
|
29852
|
+
},
|
|
29853
|
+
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
29854
|
+
"name": "lastModified",
|
|
29855
|
+
"doc": "Audit stamp for when and by whom this template was last updated"
|
|
29856
|
+
}
|
|
29857
|
+
],
|
|
29858
|
+
"doc": "The main properties of a DataHub page module"
|
|
29859
|
+
},
|
|
28642
29860
|
{
|
|
28643
29861
|
"type": "record",
|
|
28644
29862
|
"Aspect": {
|
|
@@ -29000,6 +30218,56 @@
|
|
|
29000
30218
|
"name": "notificationSettings",
|
|
29001
30219
|
"default": null,
|
|
29002
30220
|
"doc": "Notification settings for a user"
|
|
30221
|
+
},
|
|
30222
|
+
{
|
|
30223
|
+
"type": [
|
|
30224
|
+
"null",
|
|
30225
|
+
{
|
|
30226
|
+
"type": "record",
|
|
30227
|
+
"name": "CorpUserHomePageSettings",
|
|
30228
|
+
"namespace": "com.linkedin.pegasus2avro.identity",
|
|
30229
|
+
"fields": [
|
|
30230
|
+
{
|
|
30231
|
+
"Relationship": {
|
|
30232
|
+
"entityTypes": [
|
|
30233
|
+
"dataHubPageTemplate"
|
|
30234
|
+
],
|
|
30235
|
+
"name": "HasPersonalPageTemplate"
|
|
30236
|
+
},
|
|
30237
|
+
"java": {
|
|
30238
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
30239
|
+
},
|
|
30240
|
+
"Urn": "Urn",
|
|
30241
|
+
"entityTypes": [
|
|
30242
|
+
"dataHubPageTemplate"
|
|
30243
|
+
],
|
|
30244
|
+
"type": [
|
|
30245
|
+
"null",
|
|
30246
|
+
"string"
|
|
30247
|
+
],
|
|
30248
|
+
"name": "pageTemplate",
|
|
30249
|
+
"default": null,
|
|
30250
|
+
"doc": "The page template that will be rendered in the UI by default for this user"
|
|
30251
|
+
},
|
|
30252
|
+
{
|
|
30253
|
+
"type": [
|
|
30254
|
+
"null",
|
|
30255
|
+
{
|
|
30256
|
+
"type": "array",
|
|
30257
|
+
"items": "string"
|
|
30258
|
+
}
|
|
30259
|
+
],
|
|
30260
|
+
"name": "dismissedAnnouncements",
|
|
30261
|
+
"default": null,
|
|
30262
|
+
"doc": "The list of announcement urns that have been dismissed by the user"
|
|
30263
|
+
}
|
|
30264
|
+
],
|
|
30265
|
+
"doc": "Settings related to the home page for a user"
|
|
30266
|
+
}
|
|
30267
|
+
],
|
|
30268
|
+
"name": "homePage",
|
|
30269
|
+
"default": null,
|
|
30270
|
+
"doc": "Settings related to the home page for a user"
|
|
29003
30271
|
}
|
|
29004
30272
|
],
|
|
29005
30273
|
"doc": "Settings that a user can customize through the DataHub UI"
|