acryl-datahub-cloud 0.3.14.1rc4__py3-none-any.whl → 0.3.15rc0__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/datahub_forms_notifications/forms_notifications_source.py +1 -1
- acryl_datahub_cloud/datahub_reporting/datahub_dataset.py +30 -7
- acryl_datahub_cloud/datahub_reporting/datahub_form_reporting.py +1 -1
- acryl_datahub_cloud/datahub_usage_reporting/usage_feature_reporter.py +22 -18
- acryl_datahub_cloud/elasticsearch/graph_service.py +23 -9
- acryl_datahub_cloud/lineage_features/source.py +77 -6
- acryl_datahub_cloud/metadata/_urns/urn_defs.py +60 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/execution/__init__.py +2 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/file/__init__.py +19 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/metadata/key/__init__.py +2 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/role/__init__.py +2 -0
- acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/settings/global/__init__.py +4 -0
- acryl_datahub_cloud/metadata/schema.avsc +420 -21
- acryl_datahub_cloud/metadata/schema_classes.py +521 -8
- acryl_datahub_cloud/metadata/schemas/Actors.avsc +38 -1
- acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +37 -15
- acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc +18 -15
- acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc +19 -15
- acryl_datahub_cloud/metadata/schemas/CorpUserEditableInfo.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/DataHubFileInfo.avsc +230 -0
- acryl_datahub_cloud/metadata/schemas/DataHubFileKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/DataHubPageModuleProperties.avsc +3 -1
- acryl_datahub_cloud/metadata/schemas/ExecutionRequestArtifactsLocation.avsc +16 -0
- acryl_datahub_cloud/metadata/schemas/ExecutionRequestKey.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/GlobalSettingsInfo.avsc +72 -0
- acryl_datahub_cloud/metadata/schemas/LineageFeatures.avsc +67 -42
- acryl_datahub_cloud/metadata/schemas/LogicalParent.avsc +2 -1
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +1 -1
- acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc +24 -15
- acryl_datahub_cloud/metadata/schemas/StructuredPropertySettings.avsc +9 -0
- acryl_datahub_cloud/sdk/assertion_input/assertion_input.py +22 -6
- acryl_datahub_cloud/sdk/assertions_client.py +35 -7
- acryl_datahub_cloud/sdk/entities/subscription.py +22 -6
- acryl_datahub_cloud/sdk/subscription_client.py +8 -2
- {acryl_datahub_cloud-0.3.14.1rc4.dist-info → acryl_datahub_cloud-0.3.15rc0.dist-info}/METADATA +39 -42
- {acryl_datahub_cloud-0.3.14.1rc4.dist-info → acryl_datahub_cloud-0.3.15rc0.dist-info}/RECORD +40 -36
- {acryl_datahub_cloud-0.3.14.1rc4.dist-info → acryl_datahub_cloud-0.3.15rc0.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.14.1rc4.dist-info → acryl_datahub_cloud-0.3.15rc0.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.14.1rc4.dist-info → acryl_datahub_cloud-0.3.15rc0.dist-info}/top_level.txt +0 -0
|
@@ -3400,6 +3400,7 @@
|
|
|
3400
3400
|
"HIERARCHY": "A module displaying a hierarchy to navigate",
|
|
3401
3401
|
"LINK": "Link type module",
|
|
3402
3402
|
"OWNED_ASSETS": "Module displaying assets owned by a user",
|
|
3403
|
+
"PLATFORMS": "Module displaying the platforms in an instance",
|
|
3403
3404
|
"RELATED_TERMS": "Module displaying the related terms of a given glossary term",
|
|
3404
3405
|
"RICH_TEXT": "Module containing rich text to be rendered",
|
|
3405
3406
|
"SUBSCRIBED_ASSETS": "Module displaying assets subscribed to by a given user",
|
|
@@ -3419,7 +3420,8 @@
|
|
|
3419
3420
|
"DATA_PRODUCTS",
|
|
3420
3421
|
"RELATED_TERMS",
|
|
3421
3422
|
"SUBSCRIBED_ASSETS",
|
|
3422
|
-
"WORKFLOWS"
|
|
3423
|
+
"WORKFLOWS",
|
|
3424
|
+
"PLATFORMS"
|
|
3423
3425
|
],
|
|
3424
3426
|
"doc": "Enum containing the types of page modules that there are"
|
|
3425
3427
|
},
|
|
@@ -5724,6 +5726,78 @@
|
|
|
5724
5726
|
"default": null,
|
|
5725
5727
|
"doc": "SSO integrations between DataHub and identity providers"
|
|
5726
5728
|
},
|
|
5729
|
+
{
|
|
5730
|
+
"type": [
|
|
5731
|
+
"null",
|
|
5732
|
+
{
|
|
5733
|
+
"type": "record",
|
|
5734
|
+
"name": "OAuthSettings",
|
|
5735
|
+
"namespace": "com.linkedin.pegasus2avro.settings.global",
|
|
5736
|
+
"fields": [
|
|
5737
|
+
{
|
|
5738
|
+
"type": {
|
|
5739
|
+
"type": "array",
|
|
5740
|
+
"items": {
|
|
5741
|
+
"type": "record",
|
|
5742
|
+
"name": "OAuthProvider",
|
|
5743
|
+
"namespace": "com.linkedin.pegasus2avro.settings.global",
|
|
5744
|
+
"fields": [
|
|
5745
|
+
{
|
|
5746
|
+
"type": "boolean",
|
|
5747
|
+
"name": "enabled",
|
|
5748
|
+
"doc": "Whether this OAuth provider is enabled."
|
|
5749
|
+
},
|
|
5750
|
+
{
|
|
5751
|
+
"type": "string",
|
|
5752
|
+
"name": "name",
|
|
5753
|
+
"doc": "The name of this OAuth provider. This is used for display purposes only."
|
|
5754
|
+
},
|
|
5755
|
+
{
|
|
5756
|
+
"type": [
|
|
5757
|
+
"null",
|
|
5758
|
+
"string"
|
|
5759
|
+
],
|
|
5760
|
+
"name": "jwksUri",
|
|
5761
|
+
"default": null,
|
|
5762
|
+
"doc": "The URI of the JSON Web Key Set (JWKS) endpoint for this OAuth provider."
|
|
5763
|
+
},
|
|
5764
|
+
{
|
|
5765
|
+
"type": "string",
|
|
5766
|
+
"name": "issuer",
|
|
5767
|
+
"doc": "The expected issuer (iss) claim in the JWTs issued by this OAuth provider."
|
|
5768
|
+
},
|
|
5769
|
+
{
|
|
5770
|
+
"type": "string",
|
|
5771
|
+
"name": "audience",
|
|
5772
|
+
"doc": "The expected audience (aud) claim in the JWTs issued by this OAuth provider."
|
|
5773
|
+
},
|
|
5774
|
+
{
|
|
5775
|
+
"type": "string",
|
|
5776
|
+
"name": "algorithm",
|
|
5777
|
+
"default": "RS256",
|
|
5778
|
+
"doc": "The JWT signing algorithm required for this provider.\nPrevents algorithm confusion attacks. Common values: RS256, RS384, RS512, PS256, ES256"
|
|
5779
|
+
},
|
|
5780
|
+
{
|
|
5781
|
+
"type": "string",
|
|
5782
|
+
"name": "userIdClaim",
|
|
5783
|
+
"default": "sub",
|
|
5784
|
+
"doc": "The JWT claim to use as the user identifier for this provider.\nDifferent providers use different claims (sub, email, preferred_username, etc.)"
|
|
5785
|
+
}
|
|
5786
|
+
],
|
|
5787
|
+
"doc": "An OAuth Provider. This provides information required to validate inbound\nrequests with OAuth 2.0 bearer tokens."
|
|
5788
|
+
}
|
|
5789
|
+
},
|
|
5790
|
+
"name": "providers",
|
|
5791
|
+
"doc": "Trusted OAuth Providers"
|
|
5792
|
+
}
|
|
5793
|
+
],
|
|
5794
|
+
"doc": "Trust oauth providers to use for authentication."
|
|
5795
|
+
}
|
|
5796
|
+
],
|
|
5797
|
+
"name": "oauth",
|
|
5798
|
+
"default": null,
|
|
5799
|
+
"doc": "Settings related to the oauth authentication provider"
|
|
5800
|
+
},
|
|
5727
5801
|
{
|
|
5728
5802
|
"type": [
|
|
5729
5803
|
"null",
|
|
@@ -6738,6 +6812,15 @@
|
|
|
6738
6812
|
"default": false,
|
|
6739
6813
|
"doc": "Whether or not this asset should be displayed in the asset sidebar"
|
|
6740
6814
|
},
|
|
6815
|
+
{
|
|
6816
|
+
"Searchable": {
|
|
6817
|
+
"fieldType": "BOOLEAN"
|
|
6818
|
+
},
|
|
6819
|
+
"type": "boolean",
|
|
6820
|
+
"name": "hideInAssetSummaryWhenEmpty",
|
|
6821
|
+
"default": false,
|
|
6822
|
+
"doc": "Whether or not this asset should be hidden in the asset sidebar (showInAssetSummary should be enabled)\nwhen its value is empty"
|
|
6823
|
+
},
|
|
6741
6824
|
{
|
|
6742
6825
|
"Searchable": {
|
|
6743
6826
|
"fieldType": "BOOLEAN"
|
|
@@ -9621,9 +9704,46 @@
|
|
|
9621
9704
|
"name": "users",
|
|
9622
9705
|
"default": null,
|
|
9623
9706
|
"doc": "List of provisioned users of a role"
|
|
9707
|
+
},
|
|
9708
|
+
{
|
|
9709
|
+
"type": [
|
|
9710
|
+
"null",
|
|
9711
|
+
{
|
|
9712
|
+
"type": "array",
|
|
9713
|
+
"items": {
|
|
9714
|
+
"type": "record",
|
|
9715
|
+
"name": "RoleGroup",
|
|
9716
|
+
"namespace": "com.linkedin.pegasus2avro.role",
|
|
9717
|
+
"fields": [
|
|
9718
|
+
{
|
|
9719
|
+
"Relationship": {
|
|
9720
|
+
"entityTypes": [
|
|
9721
|
+
"corpGroup"
|
|
9722
|
+
],
|
|
9723
|
+
"name": "Has"
|
|
9724
|
+
},
|
|
9725
|
+
"java": {
|
|
9726
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
9727
|
+
},
|
|
9728
|
+
"Urn": "Urn",
|
|
9729
|
+
"entityTypes": [
|
|
9730
|
+
"corpGroup"
|
|
9731
|
+
],
|
|
9732
|
+
"type": "string",
|
|
9733
|
+
"name": "group",
|
|
9734
|
+
"doc": "Link provisioned corp group for a role"
|
|
9735
|
+
}
|
|
9736
|
+
],
|
|
9737
|
+
"doc": "Provisioned groups of a role"
|
|
9738
|
+
}
|
|
9739
|
+
}
|
|
9740
|
+
],
|
|
9741
|
+
"name": "groups",
|
|
9742
|
+
"default": null,
|
|
9743
|
+
"doc": "List of provisioned groups of a role"
|
|
9624
9744
|
}
|
|
9625
9745
|
],
|
|
9626
|
-
"doc": "Provisioned users of a role"
|
|
9746
|
+
"doc": "Provisioned users and groups of a role"
|
|
9627
9747
|
},
|
|
9628
9748
|
{
|
|
9629
9749
|
"type": "record",
|
|
@@ -13101,7 +13221,7 @@
|
|
|
13101
13221
|
},
|
|
13102
13222
|
"type": "string",
|
|
13103
13223
|
"name": "pictureLink",
|
|
13104
|
-
"default": "
|
|
13224
|
+
"default": "assets/platforms/default_avatar.png",
|
|
13105
13225
|
"doc": "A URL which points to a picture which user wants to set as a profile photo"
|
|
13106
13226
|
},
|
|
13107
13227
|
{
|
|
@@ -18460,7 +18580,8 @@
|
|
|
18460
18580
|
"name": "parent",
|
|
18461
18581
|
"default": null
|
|
18462
18582
|
}
|
|
18463
|
-
]
|
|
18583
|
+
],
|
|
18584
|
+
"doc": "Relates a physical asset to a logical model."
|
|
18464
18585
|
},
|
|
18465
18586
|
"com.linkedin.pegasus2avro.ml.metadata.MLModelFactorPrompts",
|
|
18466
18587
|
"com.linkedin.pegasus2avro.ml.metadata.EthicalConsiderations",
|
|
@@ -20430,6 +20551,12 @@
|
|
|
20430
20551
|
"namespace": "com.linkedin.pegasus2avro.monitor",
|
|
20431
20552
|
"fields": [
|
|
20432
20553
|
{
|
|
20554
|
+
"Searchable": {
|
|
20555
|
+
"/*/assertion": {
|
|
20556
|
+
"fieldName": "assertionUrn",
|
|
20557
|
+
"fieldType": "URN"
|
|
20558
|
+
}
|
|
20559
|
+
},
|
|
20433
20560
|
"type": {
|
|
20434
20561
|
"type": "array",
|
|
20435
20562
|
"items": {
|
|
@@ -20844,6 +20971,7 @@
|
|
|
20844
20971
|
},
|
|
20845
20972
|
{
|
|
20846
20973
|
"Searchable": {
|
|
20974
|
+
"addToFilters": true,
|
|
20847
20975
|
"fieldName": "assertionType",
|
|
20848
20976
|
"fieldType": "KEYWORD"
|
|
20849
20977
|
},
|
|
@@ -21206,9 +21334,6 @@
|
|
|
21206
21334
|
],
|
|
21207
21335
|
"name": "Asserts"
|
|
21208
21336
|
},
|
|
21209
|
-
"Searchable": {
|
|
21210
|
-
"fieldType": "URN"
|
|
21211
|
-
},
|
|
21212
21337
|
"java": {
|
|
21213
21338
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
21214
21339
|
},
|
|
@@ -21405,9 +21530,6 @@
|
|
|
21405
21530
|
],
|
|
21406
21531
|
"name": "Asserts"
|
|
21407
21532
|
},
|
|
21408
|
-
"Searchable": {
|
|
21409
|
-
"fieldType": "URN"
|
|
21410
|
-
},
|
|
21411
21533
|
"java": {
|
|
21412
21534
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
21413
21535
|
},
|
|
@@ -21697,9 +21819,6 @@
|
|
|
21697
21819
|
],
|
|
21698
21820
|
"name": "Asserts"
|
|
21699
21821
|
},
|
|
21700
|
-
"Searchable": {
|
|
21701
|
-
"fieldType": "URN"
|
|
21702
|
-
},
|
|
21703
21822
|
"java": {
|
|
21704
21823
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
21705
21824
|
},
|
|
@@ -21779,9 +21898,6 @@
|
|
|
21779
21898
|
],
|
|
21780
21899
|
"name": "Asserts"
|
|
21781
21900
|
},
|
|
21782
|
-
"Searchable": {
|
|
21783
|
-
"fieldType": "URN"
|
|
21784
|
-
},
|
|
21785
21901
|
"java": {
|
|
21786
21902
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
21787
21903
|
},
|
|
@@ -22022,9 +22138,6 @@
|
|
|
22022
22138
|
],
|
|
22023
22139
|
"name": "Asserts"
|
|
22024
22140
|
},
|
|
22025
|
-
"Searchable": {
|
|
22026
|
-
"fieldType": "URN"
|
|
22027
|
-
},
|
|
22028
22141
|
"java": {
|
|
22029
22142
|
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
22030
22143
|
},
|
|
@@ -22261,6 +22374,23 @@
|
|
|
22261
22374
|
"name": "note",
|
|
22262
22375
|
"default": null,
|
|
22263
22376
|
"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."
|
|
22377
|
+
},
|
|
22378
|
+
{
|
|
22379
|
+
"Searchable": {
|
|
22380
|
+
"fieldName": "entity",
|
|
22381
|
+
"fieldType": "URN"
|
|
22382
|
+
},
|
|
22383
|
+
"java": {
|
|
22384
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
22385
|
+
},
|
|
22386
|
+
"Urn": "Urn",
|
|
22387
|
+
"type": [
|
|
22388
|
+
"null",
|
|
22389
|
+
"string"
|
|
22390
|
+
],
|
|
22391
|
+
"name": "entity",
|
|
22392
|
+
"default": null,
|
|
22393
|
+
"doc": "The entity targeted by this assertion. Newly added field, automatically set by mutation"
|
|
22264
22394
|
}
|
|
22265
22395
|
],
|
|
22266
22396
|
"doc": "Information about an assertion\n\nAcryl Only: Did you update AssertionWithoutAnnotations.pdl? If not, please update it."
|
|
@@ -24405,8 +24535,33 @@
|
|
|
24405
24535
|
"doc": "Cached number of entities related by lineage, downstream."
|
|
24406
24536
|
},
|
|
24407
24537
|
{
|
|
24408
|
-
"
|
|
24538
|
+
"Searchable": {
|
|
24539
|
+
"addToFilters": true,
|
|
24540
|
+
"fieldName": "hasAssetLevelLineageFeature",
|
|
24541
|
+
"fieldType": "BOOLEAN",
|
|
24542
|
+
"filterNameOverride": "Has Asset-Level Lineage"
|
|
24543
|
+
},
|
|
24544
|
+
"type": [
|
|
24545
|
+
"null",
|
|
24546
|
+
"boolean"
|
|
24547
|
+
],
|
|
24548
|
+
"name": "hasAssetLevelLineage",
|
|
24549
|
+
"default": null,
|
|
24550
|
+
"doc": "Whether upstreamCount > 0 OR downstreamCount > 0\nstored to make filtering easier"
|
|
24551
|
+
},
|
|
24552
|
+
{
|
|
24553
|
+
"Searchable": {
|
|
24554
|
+
"/time": {
|
|
24555
|
+
"fieldName": "lineageFeaturesComputedAt",
|
|
24556
|
+
"fieldType": "DATETIME"
|
|
24557
|
+
}
|
|
24558
|
+
},
|
|
24559
|
+
"type": [
|
|
24560
|
+
"null",
|
|
24561
|
+
"com.linkedin.pegasus2avro.common.AuditStamp"
|
|
24562
|
+
],
|
|
24409
24563
|
"name": "computedAt",
|
|
24564
|
+
"default": null,
|
|
24410
24565
|
"doc": "Record of when and how lineage features were computed."
|
|
24411
24566
|
}
|
|
24412
24567
|
]
|
|
@@ -25160,7 +25315,8 @@
|
|
|
25160
25315
|
"entityAspects": [
|
|
25161
25316
|
"dataHubExecutionRequestInput",
|
|
25162
25317
|
"dataHubExecutionRequestSignal",
|
|
25163
|
-
"dataHubExecutionRequestResult"
|
|
25318
|
+
"dataHubExecutionRequestResult",
|
|
25319
|
+
"dataHubExecutionRequestArtifactsLocation"
|
|
25164
25320
|
]
|
|
25165
25321
|
},
|
|
25166
25322
|
"name": "ExecutionRequestKey",
|
|
@@ -25293,6 +25449,27 @@
|
|
|
25293
25449
|
"doc": "Key for an asset Incident"
|
|
25294
25450
|
},
|
|
25295
25451
|
"com.linkedin.pegasus2avro.metadata.key.ActionRequestKey",
|
|
25452
|
+
{
|
|
25453
|
+
"type": "record",
|
|
25454
|
+
"Aspect": {
|
|
25455
|
+
"name": "dataHubFileKey",
|
|
25456
|
+
"keyForEntity": "dataHubFile",
|
|
25457
|
+
"entityCategory": "core",
|
|
25458
|
+
"entityAspects": [
|
|
25459
|
+
"dataHubFileInfo"
|
|
25460
|
+
]
|
|
25461
|
+
},
|
|
25462
|
+
"name": "DataHubFileKey",
|
|
25463
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.key",
|
|
25464
|
+
"fields": [
|
|
25465
|
+
{
|
|
25466
|
+
"type": "string",
|
|
25467
|
+
"name": "id",
|
|
25468
|
+
"doc": "Unique id for the file."
|
|
25469
|
+
}
|
|
25470
|
+
],
|
|
25471
|
+
"doc": "Key for a DataHubFile"
|
|
25472
|
+
},
|
|
25296
25473
|
{
|
|
25297
25474
|
"type": "record",
|
|
25298
25475
|
"Aspect": {
|
|
@@ -25775,6 +25952,193 @@
|
|
|
25775
25952
|
},
|
|
25776
25953
|
"com.linkedin.pegasus2avro.actionrequest.ActionRequestStatus",
|
|
25777
25954
|
"com.linkedin.pegasus2avro.actionrequest.ActionRequestInfo",
|
|
25955
|
+
{
|
|
25956
|
+
"type": "record",
|
|
25957
|
+
"Aspect": {
|
|
25958
|
+
"name": "dataHubFileInfo"
|
|
25959
|
+
},
|
|
25960
|
+
"name": "DataHubFileInfo",
|
|
25961
|
+
"namespace": "com.linkedin.pegasus2avro.file",
|
|
25962
|
+
"fields": [
|
|
25963
|
+
{
|
|
25964
|
+
"type": {
|
|
25965
|
+
"type": "record",
|
|
25966
|
+
"name": "BucketStorageLocation",
|
|
25967
|
+
"namespace": "com.linkedin.pegasus2avro.file",
|
|
25968
|
+
"fields": [
|
|
25969
|
+
{
|
|
25970
|
+
"Searchable": {
|
|
25971
|
+
"fieldType": "KEYWORD"
|
|
25972
|
+
},
|
|
25973
|
+
"type": "string",
|
|
25974
|
+
"name": "storageBucket",
|
|
25975
|
+
"doc": "The storage bucket this file is stored in"
|
|
25976
|
+
},
|
|
25977
|
+
{
|
|
25978
|
+
"Searchable": {
|
|
25979
|
+
"fieldType": "KEYWORD"
|
|
25980
|
+
},
|
|
25981
|
+
"type": "string",
|
|
25982
|
+
"name": "storageKey",
|
|
25983
|
+
"doc": "The key for where this file is stored inside of the given bucket"
|
|
25984
|
+
}
|
|
25985
|
+
],
|
|
25986
|
+
"doc": "Information where a file is stored"
|
|
25987
|
+
},
|
|
25988
|
+
"name": "bucketStorageLocation",
|
|
25989
|
+
"doc": "Info about where a file is stored"
|
|
25990
|
+
},
|
|
25991
|
+
{
|
|
25992
|
+
"Searchable": {
|
|
25993
|
+
"fieldType": "TEXT_PARTIAL"
|
|
25994
|
+
},
|
|
25995
|
+
"type": "string",
|
|
25996
|
+
"name": "originalFileName",
|
|
25997
|
+
"doc": "The original filename as uploaded by the user"
|
|
25998
|
+
},
|
|
25999
|
+
{
|
|
26000
|
+
"Searchable": {
|
|
26001
|
+
"fieldType": "KEYWORD"
|
|
26002
|
+
},
|
|
26003
|
+
"type": "string",
|
|
26004
|
+
"name": "mimeType",
|
|
26005
|
+
"doc": "MIME type of the file (e.g., image/png, application/pdf)"
|
|
26006
|
+
},
|
|
26007
|
+
{
|
|
26008
|
+
"type": "long",
|
|
26009
|
+
"name": "sizeInBytes",
|
|
26010
|
+
"doc": "Size of the file in bytes"
|
|
26011
|
+
},
|
|
26012
|
+
{
|
|
26013
|
+
"Searchable": {
|
|
26014
|
+
"fieldType": "KEYWORD"
|
|
26015
|
+
},
|
|
26016
|
+
"type": {
|
|
26017
|
+
"type": "enum",
|
|
26018
|
+
"symbolDocs": {
|
|
26019
|
+
"ASSET_DOCUMENTATION": "File uploaded for entity documentation"
|
|
26020
|
+
},
|
|
26021
|
+
"name": "FileUploadScenario",
|
|
26022
|
+
"namespace": "com.linkedin.pegasus2avro.file",
|
|
26023
|
+
"symbols": [
|
|
26024
|
+
"ASSET_DOCUMENTATION"
|
|
26025
|
+
]
|
|
26026
|
+
},
|
|
26027
|
+
"name": "scenario",
|
|
26028
|
+
"doc": "The scenario/context in which this file was uploaded"
|
|
26029
|
+
},
|
|
26030
|
+
{
|
|
26031
|
+
"Relationship": {
|
|
26032
|
+
"entityTypes": [
|
|
26033
|
+
"dataset",
|
|
26034
|
+
"chart",
|
|
26035
|
+
"container",
|
|
26036
|
+
"dashboard",
|
|
26037
|
+
"dataFlow",
|
|
26038
|
+
"dataJob",
|
|
26039
|
+
"glossaryTerm",
|
|
26040
|
+
"glossaryNode",
|
|
26041
|
+
"mlModel",
|
|
26042
|
+
"mlFeature",
|
|
26043
|
+
"notebook",
|
|
26044
|
+
"mlFeatureTable",
|
|
26045
|
+
"mlPrimaryKey",
|
|
26046
|
+
"mlModelGroup",
|
|
26047
|
+
"domain",
|
|
26048
|
+
"dataProduct",
|
|
26049
|
+
"businessAttribute"
|
|
26050
|
+
],
|
|
26051
|
+
"name": "ReferencedBy"
|
|
26052
|
+
},
|
|
26053
|
+
"Searchable": {
|
|
26054
|
+
"fieldType": "URN"
|
|
26055
|
+
},
|
|
26056
|
+
"java": {
|
|
26057
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
26058
|
+
},
|
|
26059
|
+
"Urn": "Urn",
|
|
26060
|
+
"entityTypes": [
|
|
26061
|
+
"dataset",
|
|
26062
|
+
"chart",
|
|
26063
|
+
"container",
|
|
26064
|
+
"dashboard",
|
|
26065
|
+
"dataFlow",
|
|
26066
|
+
"dataJob",
|
|
26067
|
+
"glossaryTerm",
|
|
26068
|
+
"glossaryNode",
|
|
26069
|
+
"mlModel",
|
|
26070
|
+
"mlFeature",
|
|
26071
|
+
"notebook",
|
|
26072
|
+
"mlFeatureTable",
|
|
26073
|
+
"mlPrimaryKey",
|
|
26074
|
+
"mlModelGroup",
|
|
26075
|
+
"domain",
|
|
26076
|
+
"dataProduct",
|
|
26077
|
+
"businessAttribute"
|
|
26078
|
+
],
|
|
26079
|
+
"type": [
|
|
26080
|
+
"null",
|
|
26081
|
+
"string"
|
|
26082
|
+
],
|
|
26083
|
+
"name": "referencedByAsset",
|
|
26084
|
+
"default": null,
|
|
26085
|
+
"doc": "Optional URN of the entity this file is associated with (e.g., the dataset whose docs contain this file)"
|
|
26086
|
+
},
|
|
26087
|
+
{
|
|
26088
|
+
"Relationship": {
|
|
26089
|
+
"entityTypes": [
|
|
26090
|
+
"schemaField"
|
|
26091
|
+
],
|
|
26092
|
+
"name": "ReferencedBy"
|
|
26093
|
+
},
|
|
26094
|
+
"Searchable": {
|
|
26095
|
+
"fieldType": "URN"
|
|
26096
|
+
},
|
|
26097
|
+
"java": {
|
|
26098
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
26099
|
+
},
|
|
26100
|
+
"Urn": "Urn",
|
|
26101
|
+
"entityTypes": [
|
|
26102
|
+
"schemaField"
|
|
26103
|
+
],
|
|
26104
|
+
"type": [
|
|
26105
|
+
"null",
|
|
26106
|
+
"string"
|
|
26107
|
+
],
|
|
26108
|
+
"name": "schemaField",
|
|
26109
|
+
"default": null,
|
|
26110
|
+
"doc": "The dataset schema field urn this file is referenced by"
|
|
26111
|
+
},
|
|
26112
|
+
{
|
|
26113
|
+
"Searchable": {
|
|
26114
|
+
"/actor": {
|
|
26115
|
+
"fieldName": "createdBy",
|
|
26116
|
+
"fieldType": "URN"
|
|
26117
|
+
},
|
|
26118
|
+
"/time": {
|
|
26119
|
+
"fieldName": "createdAt",
|
|
26120
|
+
"fieldType": "DATETIME"
|
|
26121
|
+
}
|
|
26122
|
+
},
|
|
26123
|
+
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
26124
|
+
"name": "created",
|
|
26125
|
+
"doc": "Timestamp when this file was created and by whom"
|
|
26126
|
+
},
|
|
26127
|
+
{
|
|
26128
|
+
"Searchable": {
|
|
26129
|
+
"fieldType": "KEYWORD"
|
|
26130
|
+
},
|
|
26131
|
+
"type": [
|
|
26132
|
+
"null",
|
|
26133
|
+
"string"
|
|
26134
|
+
],
|
|
26135
|
+
"name": "contentHash",
|
|
26136
|
+
"default": null,
|
|
26137
|
+
"doc": "SHA-256 hash of file contents"
|
|
26138
|
+
}
|
|
26139
|
+
],
|
|
26140
|
+
"doc": "Information about a DataHub file - a file stored in S3 for use within DataHub platform features like documentation, home pages, and announcements."
|
|
26141
|
+
},
|
|
25778
26142
|
"com.linkedin.pegasus2avro.tag.TagProperties",
|
|
25779
26143
|
{
|
|
25780
26144
|
"type": "record",
|
|
@@ -29010,6 +29374,24 @@
|
|
|
29010
29374
|
"default": null,
|
|
29011
29375
|
"doc": "Instance of the parent's data platform (e.g. db instance)"
|
|
29012
29376
|
},
|
|
29377
|
+
{
|
|
29378
|
+
"Searchable": {
|
|
29379
|
+
"addToFilters": true,
|
|
29380
|
+
"fieldType": "URN"
|
|
29381
|
+
},
|
|
29382
|
+
"TimeseriesField": {},
|
|
29383
|
+
"java": {
|
|
29384
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
29385
|
+
},
|
|
29386
|
+
"Urn": "Urn",
|
|
29387
|
+
"type": [
|
|
29388
|
+
"null",
|
|
29389
|
+
"string"
|
|
29390
|
+
],
|
|
29391
|
+
"name": "asserteeContainer",
|
|
29392
|
+
"default": null,
|
|
29393
|
+
"doc": "The container of the parent"
|
|
29394
|
+
},
|
|
29013
29395
|
{
|
|
29014
29396
|
"Searchable": {
|
|
29015
29397
|
"/*": {
|
|
@@ -29185,6 +29567,7 @@
|
|
|
29185
29567
|
},
|
|
29186
29568
|
{
|
|
29187
29569
|
"Searchable": {
|
|
29570
|
+
"addToFilters": true,
|
|
29188
29571
|
"fieldName": "lastResultType",
|
|
29189
29572
|
"fieldType": "KEYWORD"
|
|
29190
29573
|
},
|
|
@@ -30018,6 +30401,22 @@
|
|
|
30018
30401
|
],
|
|
30019
30402
|
"doc": "An request to execution some remote logic or action.\nTODO: Determine who is responsible for emitting execution request success or failure. Executor?"
|
|
30020
30403
|
},
|
|
30404
|
+
{
|
|
30405
|
+
"type": "record",
|
|
30406
|
+
"Aspect": {
|
|
30407
|
+
"name": "dataHubExecutionRequestArtifactsLocation"
|
|
30408
|
+
},
|
|
30409
|
+
"name": "ExecutionRequestArtifactsLocation",
|
|
30410
|
+
"namespace": "com.linkedin.pegasus2avro.execution",
|
|
30411
|
+
"fields": [
|
|
30412
|
+
{
|
|
30413
|
+
"type": "string",
|
|
30414
|
+
"name": "location",
|
|
30415
|
+
"doc": "The location where artifacts are present"
|
|
30416
|
+
}
|
|
30417
|
+
],
|
|
30418
|
+
"doc": "The result location of an execution request"
|
|
30419
|
+
},
|
|
30021
30420
|
{
|
|
30022
30421
|
"type": "record",
|
|
30023
30422
|
"Aspect": {
|