acryl-datahub-cloud 0.3.13rc1__py3-none-any.whl → 0.3.13rc3__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.

Files changed (26) hide show
  1. acryl_datahub_cloud/_codegen_config.json +1 -1
  2. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/assertion/__init__.py +2 -0
  3. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/logical/__init__.py +15 -0
  4. acryl_datahub_cloud/metadata/com/linkedin/pegasus2avro/module/__init__.py +4 -0
  5. acryl_datahub_cloud/metadata/schema.avsc +210 -18
  6. acryl_datahub_cloud/metadata/schema_classes.py +289 -10
  7. acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +46 -0
  8. acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc +25 -0
  9. acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc +25 -0
  10. acryl_datahub_cloud/metadata/schemas/CorpUserSettings.avsc +10 -1
  11. acryl_datahub_cloud/metadata/schemas/DataHubPageModuleProperties.avsc +88 -7
  12. acryl_datahub_cloud/metadata/schemas/DatasetKey.avsc +1 -0
  13. acryl_datahub_cloud/metadata/schemas/GlobalSettingsInfo.avsc +9 -0
  14. acryl_datahub_cloud/metadata/schemas/LogicalParent.avsc +140 -0
  15. acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +18 -0
  16. acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc +62 -44
  17. acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc +61 -0
  18. acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc +25 -0
  19. acryl_datahub_cloud/metadata/schemas/QuerySubjects.avsc +1 -12
  20. acryl_datahub_cloud/metadata/schemas/SchemaFieldKey.avsc +1 -0
  21. acryl_datahub_cloud/metadata/schemas/SystemMetadata.avsc +61 -0
  22. {acryl_datahub_cloud-0.3.13rc1.dist-info → acryl_datahub_cloud-0.3.13rc3.dist-info}/METADATA +40 -40
  23. {acryl_datahub_cloud-0.3.13rc1.dist-info → acryl_datahub_cloud-0.3.13rc3.dist-info}/RECORD +26 -24
  24. {acryl_datahub_cloud-0.3.13rc1.dist-info → acryl_datahub_cloud-0.3.13rc3.dist-info}/WHEEL +0 -0
  25. {acryl_datahub_cloud-0.3.13rc1.dist-info → acryl_datahub_cloud-0.3.13rc3.dist-info}/entry_points.txt +0 -0
  26. {acryl_datahub_cloud-0.3.13rc1.dist-info → acryl_datahub_cloud-0.3.13rc3.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acryl-datahub-cloud",
3
- "version": "0.3.13rc1",
3
+ "version": "0.3.13rc3",
4
4
  "install_requires": [
5
5
  "avro-gen3==0.7.16",
6
6
  "acryl-datahub"
@@ -21,6 +21,7 @@ from .....schema_classes import AssertionInferenceDetailsClass
21
21
  from .....schema_classes import AssertionInfoClass
22
22
  from .....schema_classes import AssertionMetricClass
23
23
  from .....schema_classes import AssertionMonitorSensitivityClass
24
+ from .....schema_classes import AssertionNoteClass
24
25
  from .....schema_classes import AssertionResultClass
25
26
  from .....schema_classes import AssertionResultErrorClass
26
27
  from .....schema_classes import AssertionResultErrorTypeClass
@@ -87,6 +88,7 @@ AssertionInferenceDetails = AssertionInferenceDetailsClass
87
88
  AssertionInfo = AssertionInfoClass
88
89
  AssertionMetric = AssertionMetricClass
89
90
  AssertionMonitorSensitivity = AssertionMonitorSensitivityClass
91
+ AssertionNote = AssertionNoteClass
90
92
  AssertionResult = AssertionResultClass
91
93
  AssertionResultError = AssertionResultErrorClass
92
94
  AssertionResultErrorType = AssertionResultErrorTypeClass
@@ -0,0 +1,15 @@
1
+ # mypy: ignore-errors
2
+ # flake8: noqa
3
+
4
+ # This file is autogenerated by /metadata-ingestion/scripts/avro_codegen.py
5
+ # Do not modify manually!
6
+
7
+ # pylint: skip-file
8
+ # fmt: off
9
+ # isort: skip_file
10
+ from .....schema_classes import LogicalParentClass
11
+
12
+
13
+ LogicalParent = LogicalParentClass
14
+
15
+ # fmt: on
@@ -7,19 +7,23 @@
7
7
  # pylint: skip-file
8
8
  # fmt: off
9
9
  # isort: skip_file
10
+ from .....schema_classes import AssetCollectionModuleParamsClass
10
11
  from .....schema_classes import DataHubPageModuleParamsClass
11
12
  from .....schema_classes import DataHubPageModulePropertiesClass
12
13
  from .....schema_classes import DataHubPageModuleTypeClass
13
14
  from .....schema_classes import DataHubPageModuleVisibilityClass
15
+ from .....schema_classes import HierarchyModuleParamsClass
14
16
  from .....schema_classes import LinkModuleParamsClass
15
17
  from .....schema_classes import PageModuleScopeClass
16
18
  from .....schema_classes import RichTextModuleParamsClass
17
19
 
18
20
 
21
+ AssetCollectionModuleParams = AssetCollectionModuleParamsClass
19
22
  DataHubPageModuleParams = DataHubPageModuleParamsClass
20
23
  DataHubPageModuleProperties = DataHubPageModulePropertiesClass
21
24
  DataHubPageModuleType = DataHubPageModuleTypeClass
22
25
  DataHubPageModuleVisibility = DataHubPageModuleVisibilityClass
26
+ HierarchyModuleParams = HierarchyModuleParamsClass
23
27
  LinkModuleParams = LinkModuleParamsClass
24
28
  PageModuleScope = PageModuleScopeClass
25
29
  RichTextModuleParams = RichTextModuleParamsClass
@@ -7100,6 +7100,7 @@
7100
7100
  "testResults",
7101
7101
  "deprecation",
7102
7102
  "subTypes",
7103
+ "logicalParent",
7103
7104
  "schemaFieldProfile",
7104
7105
  "lineageFeatures"
7105
7106
  ]
@@ -7372,6 +7373,7 @@
7372
7373
  "partitionsSummary",
7373
7374
  "versionProperties",
7374
7375
  "icebergCatalogInfo",
7376
+ "logicalParent",
7375
7377
  "inferredNeighbors",
7376
7378
  "inferredMetadata",
7377
7379
  "schemaFieldsInferredMetadata",
@@ -11660,13 +11662,6 @@
11660
11662
  "namespace": "com.linkedin.pegasus2avro.query",
11661
11663
  "fields": [
11662
11664
  {
11663
- "Relationship": {
11664
- "entityTypes": [
11665
- "dataset",
11666
- "schemaField"
11667
- ],
11668
- "name": "IsAssociatedWith"
11669
- },
11670
11665
  "Searchable": {
11671
11666
  "fieldName": "entities",
11672
11667
  "fieldType": "URN"
@@ -11675,10 +11670,6 @@
11675
11670
  "class": "com.linkedin.pegasus2avro.common.urn.Urn"
11676
11671
  },
11677
11672
  "Urn": "Urn",
11678
- "entityTypes": [
11679
- "dataset",
11680
- "schemaField"
11681
- ],
11682
11673
  "type": "string",
11683
11674
  "name": "entity",
11684
11675
  "doc": "An entity which is the subject of a query."
@@ -13238,6 +13229,44 @@
13238
13229
  ],
13239
13230
  "doc": "BusinessAttribute aspect used for applying it to an entity"
13240
13231
  },
13232
+ {
13233
+ "type": "record",
13234
+ "Aspect": {
13235
+ "name": "logicalParent"
13236
+ },
13237
+ "name": "LogicalParent",
13238
+ "namespace": "com.linkedin.pegasus2avro.logical",
13239
+ "fields": [
13240
+ {
13241
+ "Relationship": {
13242
+ "/destinationUrn": {
13243
+ "createdActor": "parent/created/actor",
13244
+ "createdOn": "parent/created/time",
13245
+ "entityTypes": [
13246
+ "dataset",
13247
+ "schemaField"
13248
+ ],
13249
+ "name": "PhysicalInstanceOf",
13250
+ "properties": "parent/properties",
13251
+ "updatedActor": "parent/lastModified/actor",
13252
+ "updatedOn": "parent/lastModified/time"
13253
+ }
13254
+ },
13255
+ "Searchable": {
13256
+ "/destinationUrn": {
13257
+ "addToFilters": true,
13258
+ "fieldName": "logicalParent",
13259
+ "fieldType": "URN",
13260
+ "filterNameOverride": "Physical Instance Of",
13261
+ "hasValuesFieldName": "hasLogicalParent",
13262
+ "queryByDefault": false
13263
+ }
13264
+ },
13265
+ "type": "com.linkedin.pegasus2avro.common.Edge",
13266
+ "name": "parent"
13267
+ }
13268
+ ]
13269
+ },
13241
13270
  {
13242
13271
  "type": "record",
13243
13272
  "Aspect": {
@@ -13325,6 +13354,15 @@
13325
13354
  "name": "defaultChannelName",
13326
13355
  "default": null,
13327
13356
  "doc": "A default slack channel to use."
13357
+ },
13358
+ {
13359
+ "type": [
13360
+ "null",
13361
+ "boolean"
13362
+ ],
13363
+ "name": "datahubAtMentionEnabled",
13364
+ "default": null,
13365
+ "doc": "Whether the Slack @DataHub bot mention functionality is enabled.\nIf null, use the default value from feature flags."
13328
13366
  }
13329
13367
  ],
13330
13368
  "doc": "Slack integration settings."
@@ -19095,6 +19133,27 @@
19095
19133
  "default": null,
19096
19134
  "doc": "Data Platform for parent"
19097
19135
  },
19136
+ {
19137
+ "Searchable": {
19138
+ "/*": {
19139
+ "addToFilters": true,
19140
+ "fieldType": "URN",
19141
+ "hasValuesFieldName": "hasAsserteeContainer"
19142
+ }
19143
+ },
19144
+ "TimeseriesField": {},
19145
+ "java": {
19146
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
19147
+ },
19148
+ "Urn": "Urn",
19149
+ "type": [
19150
+ "null",
19151
+ "string"
19152
+ ],
19153
+ "name": "asserteeContainer",
19154
+ "default": null,
19155
+ "doc": "The Container attached to the entity's parent Asset"
19156
+ },
19098
19157
  {
19099
19158
  "Searchable": {
19100
19159
  "addToFilters": true,
@@ -20786,6 +20845,31 @@
20786
20845
  "name": "description",
20787
20846
  "default": null,
20788
20847
  "doc": "An optional human-readable description of the assertion"
20848
+ },
20849
+ {
20850
+ "type": [
20851
+ "null",
20852
+ {
20853
+ "type": "record",
20854
+ "name": "AssertionNote",
20855
+ "namespace": "com.linkedin.pegasus2avro.assertion",
20856
+ "fields": [
20857
+ {
20858
+ "type": "string",
20859
+ "name": "content",
20860
+ "doc": "The note to give technical owners more context about the assertion, and how to troubleshoot it."
20861
+ },
20862
+ {
20863
+ "type": "com.linkedin.pegasus2avro.common.AuditStamp",
20864
+ "name": "lastModified",
20865
+ "doc": "The time at which the note was last modified."
20866
+ }
20867
+ ]
20868
+ }
20869
+ ],
20870
+ "name": "note",
20871
+ "default": null,
20872
+ "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."
20789
20873
  }
20790
20874
  ],
20791
20875
  "doc": "Information about an assertion\n\nAcryl Only: Did you update AssertionWithoutAnnotations.pdl? If not, please update it."
@@ -23900,6 +23984,24 @@
23900
23984
  "name": "version",
23901
23985
  "default": null,
23902
23986
  "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."
23987
+ },
23988
+ {
23989
+ "type": [
23990
+ "null",
23991
+ "com.linkedin.pegasus2avro.common.AuditStamp"
23992
+ ],
23993
+ "name": "aspectCreated",
23994
+ "default": null,
23995
+ "doc": "When the aspect was initially created and who created it, detected by version 0 -> 1 change"
23996
+ },
23997
+ {
23998
+ "type": [
23999
+ "null",
24000
+ "com.linkedin.pegasus2avro.common.AuditStamp"
24001
+ ],
24002
+ "name": "aspectModified",
24003
+ "default": null,
24004
+ "doc": "When the aspect was last modified and the actor that performed the modification"
23903
24005
  }
23904
24006
  ],
23905
24007
  "doc": "Metadata associated with each metadata change that is processed by the system"
@@ -28909,7 +29011,8 @@
28909
29011
  "HIERARCHY": "A module displaying a hierarchy to navigate",
28910
29012
  "LINK": "Link type module",
28911
29013
  "OWNED_ASSETS": "Module displaying assets owned by a user",
28912
- "RICH_TEXT": "Module containing rich text to be rendered"
29014
+ "RICH_TEXT": "Module containing rich text to be rendered",
29015
+ "SUBSCRIBED_ASSETS": "Module displaying assets subscribed to by a given user"
28913
29016
  },
28914
29017
  "name": "DataHubPageModuleType",
28915
29018
  "namespace": "com.linkedin.pegasus2avro.module",
@@ -28919,7 +29022,8 @@
28919
29022
  "ASSET_COLLECTION",
28920
29023
  "HIERARCHY",
28921
29024
  "OWNED_ASSETS",
28922
- "DOMAINS"
29025
+ "DOMAINS",
29026
+ "SUBSCRIBED_ASSETS"
28923
29027
  ],
28924
29028
  "doc": "Enum containing the types of page modules that there are"
28925
29029
  },
@@ -28973,12 +29077,24 @@
28973
29077
  "namespace": "com.linkedin.pegasus2avro.module",
28974
29078
  "fields": [
28975
29079
  {
28976
- "java": {
28977
- "class": "com.linkedin.pegasus2avro.common.urn.Urn"
28978
- },
28979
- "Urn": "Urn",
28980
29080
  "type": "string",
28981
- "name": "linkUrn"
29081
+ "name": "linkUrl"
29082
+ },
29083
+ {
29084
+ "type": [
29085
+ "null",
29086
+ "string"
29087
+ ],
29088
+ "name": "imageUrl",
29089
+ "default": null
29090
+ },
29091
+ {
29092
+ "type": [
29093
+ "null",
29094
+ "string"
29095
+ ],
29096
+ "name": "description",
29097
+ "default": null
28982
29098
  }
28983
29099
  ]
28984
29100
  }
@@ -29005,6 +29121,73 @@
29005
29121
  "name": "richTextParams",
29006
29122
  "default": null,
29007
29123
  "doc": "The params required if the module is type RICH_TEXT"
29124
+ },
29125
+ {
29126
+ "type": [
29127
+ "null",
29128
+ {
29129
+ "type": "record",
29130
+ "name": "AssetCollectionModuleParams",
29131
+ "namespace": "com.linkedin.pegasus2avro.module",
29132
+ "fields": [
29133
+ {
29134
+ "Urn": "Urn",
29135
+ "urn_is_array": true,
29136
+ "type": {
29137
+ "type": "array",
29138
+ "items": "string"
29139
+ },
29140
+ "name": "assetUrns"
29141
+ }
29142
+ ],
29143
+ "doc": "The params required if the module is type ASSET_COLLECTION"
29144
+ }
29145
+ ],
29146
+ "name": "assetCollectionParams",
29147
+ "default": null,
29148
+ "doc": "The params required if the module is type ASSET_COLLECTION"
29149
+ },
29150
+ {
29151
+ "type": [
29152
+ "null",
29153
+ {
29154
+ "type": "record",
29155
+ "name": "HierarchyModuleParams",
29156
+ "namespace": "com.linkedin.pegasus2avro.module",
29157
+ "fields": [
29158
+ {
29159
+ "Urn": "Urn",
29160
+ "urn_is_array": true,
29161
+ "type": [
29162
+ "null",
29163
+ {
29164
+ "type": "array",
29165
+ "items": "string"
29166
+ }
29167
+ ],
29168
+ "name": "assetUrns",
29169
+ "default": null
29170
+ },
29171
+ {
29172
+ "type": "boolean",
29173
+ "name": "showRelatedEntities"
29174
+ },
29175
+ {
29176
+ "type": [
29177
+ "null",
29178
+ "string"
29179
+ ],
29180
+ "name": "relatedEntitiesFilterJson",
29181
+ "default": null,
29182
+ "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."
29183
+ }
29184
+ ],
29185
+ "doc": "The params required if the module is type HIERARCHY_VIEW"
29186
+ }
29187
+ ],
29188
+ "name": "hierarchyViewParams",
29189
+ "default": null,
29190
+ "doc": "The params required if the module is type HIERARCHY_VIEW"
29008
29191
  }
29009
29192
  ],
29010
29193
  "doc": "The specific parameters stored for a module"
@@ -29412,10 +29595,19 @@
29412
29595
  "namespace": "com.linkedin.pegasus2avro.identity",
29413
29596
  "fields": [
29414
29597
  {
29598
+ "Relationship": {
29599
+ "entityTypes": [
29600
+ "dataHubPageTemplate"
29601
+ ],
29602
+ "name": "HasPersonalPageTemplate"
29603
+ },
29415
29604
  "java": {
29416
29605
  "class": "com.linkedin.pegasus2avro.common.urn.Urn"
29417
29606
  },
29418
29607
  "Urn": "Urn",
29608
+ "entityTypes": [
29609
+ "dataHubPageTemplate"
29610
+ ],
29419
29611
  "type": [
29420
29612
  "null",
29421
29613
  "string"