acryl-datahub-cloud 0.3.8rc8__py3-none-any.whl → 0.3.8rc10__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 (275) hide show
  1. acryl_datahub_cloud/_codegen_config.json +1 -1
  2. acryl_datahub_cloud/metadata/_urns/urn_defs.py +1493 -1493
  3. acryl_datahub_cloud/metadata/schema.avsc +27049 -0
  4. acryl_datahub_cloud/metadata/schema_classes.py +495 -495
  5. acryl_datahub_cloud/metadata/schemas/Access.avsc +55 -0
  6. acryl_datahub_cloud/metadata/schemas/ActionRequestArchived.avsc +68 -0
  7. acryl_datahub_cloud/metadata/schemas/ActionRequestInfo.avsc +524 -0
  8. acryl_datahub_cloud/metadata/schemas/ActionRequestKey.avsc +21 -0
  9. acryl_datahub_cloud/metadata/schemas/ActionRequestStatus.avsc +85 -0
  10. acryl_datahub_cloud/metadata/schemas/Actors.avsc +48 -0
  11. acryl_datahub_cloud/metadata/schemas/AiInferenceMetadata.avsc +42 -0
  12. acryl_datahub_cloud/metadata/schemas/AnomaliesSummary.avsc +126 -0
  13. acryl_datahub_cloud/metadata/schemas/AnomalyInfo.avsc +342 -0
  14. acryl_datahub_cloud/metadata/schemas/AnomalyKey.avsc +22 -0
  15. acryl_datahub_cloud/metadata/schemas/AssertionActions.avsc +53 -0
  16. acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +3506 -0
  17. acryl_datahub_cloud/metadata/schemas/AssertionDryRunEvent.avsc +309 -0
  18. acryl_datahub_cloud/metadata/schemas/AssertionInferenceDetails.avsc +105 -0
  19. acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc +2579 -0
  20. acryl_datahub_cloud/metadata/schemas/AssertionKey.avsc +32 -0
  21. acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc +3374 -0
  22. acryl_datahub_cloud/metadata/schemas/AssertionSummary.avsc +50 -0
  23. acryl_datahub_cloud/metadata/schemas/AssertionsSummary.avsc +189 -0
  24. acryl_datahub_cloud/metadata/schemas/BatchTestRunEvent.avsc +286 -0
  25. acryl_datahub_cloud/metadata/schemas/BrowsePaths.avsc +25 -0
  26. acryl_datahub_cloud/metadata/schemas/BrowsePathsV2.avsc +50 -0
  27. acryl_datahub_cloud/metadata/schemas/BusinessAttributeInfo.avsc +601 -0
  28. acryl_datahub_cloud/metadata/schemas/BusinessAttributeKey.avsc +24 -0
  29. acryl_datahub_cloud/metadata/schemas/BusinessAttributes.avsc +51 -0
  30. acryl_datahub_cloud/metadata/schemas/CaveatsAndRecommendations.avsc +78 -0
  31. acryl_datahub_cloud/metadata/schemas/ChartInfo.avsc +346 -0
  32. acryl_datahub_cloud/metadata/schemas/ChartKey.avsc +58 -0
  33. acryl_datahub_cloud/metadata/schemas/ChartQuery.avsc +39 -0
  34. acryl_datahub_cloud/metadata/schemas/ChartUsageStatistics.avsc +195 -0
  35. acryl_datahub_cloud/metadata/schemas/ConstraintInfo.avsc +182 -0
  36. acryl_datahub_cloud/metadata/schemas/ConstraintKey.avsc +20 -0
  37. acryl_datahub_cloud/metadata/schemas/Container.avsc +36 -0
  38. acryl_datahub_cloud/metadata/schemas/ContainerKey.avsc +47 -0
  39. acryl_datahub_cloud/metadata/schemas/ContainerProperties.avsc +189 -0
  40. acryl_datahub_cloud/metadata/schemas/CorpGroupEditableInfo.avsc +52 -0
  41. acryl_datahub_cloud/metadata/schemas/CorpGroupInfo.avsc +177 -0
  42. acryl_datahub_cloud/metadata/schemas/CorpGroupKey.avsc +39 -0
  43. acryl_datahub_cloud/metadata/schemas/CorpGroupSettings.avsc +106 -0
  44. acryl_datahub_cloud/metadata/schemas/CorpUserCredentials.avsc +42 -0
  45. acryl_datahub_cloud/metadata/schemas/CorpUserEditableInfo.avsc +169 -0
  46. acryl_datahub_cloud/metadata/schemas/CorpUserInfo.avsc +171 -0
  47. acryl_datahub_cloud/metadata/schemas/CorpUserKey.avsc +43 -0
  48. acryl_datahub_cloud/metadata/schemas/CorpUserSettings.avsc +165 -0
  49. acryl_datahub_cloud/metadata/schemas/CorpUserStatus.avsc +73 -0
  50. acryl_datahub_cloud/metadata/schemas/Cost.avsc +64 -0
  51. acryl_datahub_cloud/metadata/schemas/CostFeatures.avsc +36 -0
  52. acryl_datahub_cloud/metadata/schemas/DashboardInfo.avsc +403 -0
  53. acryl_datahub_cloud/metadata/schemas/DashboardKey.avsc +57 -0
  54. acryl_datahub_cloud/metadata/schemas/DashboardUsageStatistics.avsc +255 -0
  55. acryl_datahub_cloud/metadata/schemas/DataContractKey.avsc +23 -0
  56. acryl_datahub_cloud/metadata/schemas/DataContractProperties.avsc +201 -0
  57. acryl_datahub_cloud/metadata/schemas/DataContractStatus.avsc +44 -0
  58. acryl_datahub_cloud/metadata/schemas/DataFlowInfo.avsc +188 -0
  59. acryl_datahub_cloud/metadata/schemas/DataFlowKey.avsc +64 -0
  60. acryl_datahub_cloud/metadata/schemas/DataHubAccessTokenInfo.avsc +74 -0
  61. acryl_datahub_cloud/metadata/schemas/DataHubAccessTokenKey.avsc +21 -0
  62. acryl_datahub_cloud/metadata/schemas/DataHubActionInfo.avsc +121 -0
  63. acryl_datahub_cloud/metadata/schemas/DataHubActionKey.avsc +22 -0
  64. acryl_datahub_cloud/metadata/schemas/DataHubActionStatus.avsc +181 -0
  65. acryl_datahub_cloud/metadata/schemas/DataHubConnectionDetails.avsc +62 -0
  66. acryl_datahub_cloud/metadata/schemas/DataHubConnectionKey.avsc +23 -0
  67. acryl_datahub_cloud/metadata/schemas/DataHubIngestionSourceInfo.avsc +157 -0
  68. acryl_datahub_cloud/metadata/schemas/DataHubIngestionSourceKey.avsc +21 -0
  69. acryl_datahub_cloud/metadata/schemas/DataHubPersonaInfo.avsc +24 -0
  70. acryl_datahub_cloud/metadata/schemas/DataHubPersonaKey.avsc +21 -0
  71. acryl_datahub_cloud/metadata/schemas/DataHubPolicyInfo.avsc +302 -0
  72. acryl_datahub_cloud/metadata/schemas/DataHubPolicyKey.avsc +22 -0
  73. acryl_datahub_cloud/metadata/schemas/DataHubRetentionConfig.avsc +59 -0
  74. acryl_datahub_cloud/metadata/schemas/DataHubRetentionKey.avsc +26 -0
  75. acryl_datahub_cloud/metadata/schemas/DataHubRoleInfo.avsc +33 -0
  76. acryl_datahub_cloud/metadata/schemas/DataHubRoleKey.avsc +21 -0
  77. acryl_datahub_cloud/metadata/schemas/DataHubSecretKey.avsc +21 -0
  78. acryl_datahub_cloud/metadata/schemas/DataHubSecretValue.avsc +91 -0
  79. acryl_datahub_cloud/metadata/schemas/DataHubStepStateKey.avsc +21 -0
  80. acryl_datahub_cloud/metadata/schemas/DataHubStepStateProperties.avsc +68 -0
  81. acryl_datahub_cloud/metadata/schemas/DataHubUpgradeKey.avsc +21 -0
  82. acryl_datahub_cloud/metadata/schemas/DataHubUpgradeRequest.avsc +21 -0
  83. acryl_datahub_cloud/metadata/schemas/DataHubUpgradeResult.avsc +53 -0
  84. acryl_datahub_cloud/metadata/schemas/DataHubViewInfo.avsc +265 -0
  85. acryl_datahub_cloud/metadata/schemas/DataHubViewKey.avsc +21 -0
  86. acryl_datahub_cloud/metadata/schemas/DataJobInfo.avsc +254 -0
  87. acryl_datahub_cloud/metadata/schemas/DataJobInputOutput.avsc +462 -0
  88. acryl_datahub_cloud/metadata/schemas/DataJobKey.avsc +76 -0
  89. acryl_datahub_cloud/metadata/schemas/DataPlatformInfo.avsc +93 -0
  90. acryl_datahub_cloud/metadata/schemas/DataPlatformInstance.avsc +44 -0
  91. acryl_datahub_cloud/metadata/schemas/DataPlatformInstanceKey.avsc +35 -0
  92. acryl_datahub_cloud/metadata/schemas/DataPlatformInstanceProperties.avsc +72 -0
  93. acryl_datahub_cloud/metadata/schemas/DataPlatformKey.avsc +21 -0
  94. acryl_datahub_cloud/metadata/schemas/DataProcessInfo.avsc +73 -0
  95. acryl_datahub_cloud/metadata/schemas/DataProcessInstanceInput.avsc +38 -0
  96. acryl_datahub_cloud/metadata/schemas/DataProcessInstanceKey.avsc +29 -0
  97. acryl_datahub_cloud/metadata/schemas/DataProcessInstanceOutput.avsc +38 -0
  98. acryl_datahub_cloud/metadata/schemas/DataProcessInstanceProperties.avsc +131 -0
  99. acryl_datahub_cloud/metadata/schemas/DataProcessInstanceRelationships.avsc +99 -0
  100. acryl_datahub_cloud/metadata/schemas/DataProcessInstanceRunEvent.avsc +229 -0
  101. acryl_datahub_cloud/metadata/schemas/DataProcessKey.avsc +84 -0
  102. acryl_datahub_cloud/metadata/schemas/DataProductKey.avsc +32 -0
  103. acryl_datahub_cloud/metadata/schemas/DataProductProperties.avsc +211 -0
  104. acryl_datahub_cloud/metadata/schemas/DataTransformLogic.avsc +63 -0
  105. acryl_datahub_cloud/metadata/schemas/DataTypeInfo.avsc +33 -0
  106. acryl_datahub_cloud/metadata/schemas/DataTypeKey.avsc +23 -0
  107. acryl_datahub_cloud/metadata/schemas/DatahubIngestionCheckpoint.avsc +188 -0
  108. acryl_datahub_cloud/metadata/schemas/DatahubIngestionRunSummary.avsc +365 -0
  109. acryl_datahub_cloud/metadata/schemas/DatasetDeprecation.avsc +50 -0
  110. acryl_datahub_cloud/metadata/schemas/DatasetKey.avsc +135 -0
  111. acryl_datahub_cloud/metadata/schemas/DatasetProfile.avsc +539 -0
  112. acryl_datahub_cloud/metadata/schemas/DatasetProperties.avsc +165 -0
  113. acryl_datahub_cloud/metadata/schemas/DatasetUpstreamLineage.avsc +129 -0
  114. acryl_datahub_cloud/metadata/schemas/DatasetUsageStatistics.avsc +247 -0
  115. acryl_datahub_cloud/metadata/schemas/Deprecation.avsc +57 -0
  116. acryl_datahub_cloud/metadata/schemas/DisplayProperties.avsc +62 -0
  117. acryl_datahub_cloud/metadata/schemas/Documentation.avsc +152 -0
  118. acryl_datahub_cloud/metadata/schemas/DomainKey.avsc +30 -0
  119. acryl_datahub_cloud/metadata/schemas/DomainProperties.avsc +137 -0
  120. acryl_datahub_cloud/metadata/schemas/Domains.avsc +38 -0
  121. acryl_datahub_cloud/metadata/schemas/DynamicFormAssignment.avsc +150 -0
  122. acryl_datahub_cloud/metadata/schemas/ERModelRelationshipKey.avsc +28 -0
  123. acryl_datahub_cloud/metadata/schemas/ERModelRelationshipProperties.avsc +196 -0
  124. acryl_datahub_cloud/metadata/schemas/EditableChartProperties.avsc +98 -0
  125. acryl_datahub_cloud/metadata/schemas/EditableContainerProperties.avsc +24 -0
  126. acryl_datahub_cloud/metadata/schemas/EditableDashboardProperties.avsc +98 -0
  127. acryl_datahub_cloud/metadata/schemas/EditableDataFlowProperties.avsc +98 -0
  128. acryl_datahub_cloud/metadata/schemas/EditableDataJobProperties.avsc +98 -0
  129. acryl_datahub_cloud/metadata/schemas/EditableDatasetProperties.avsc +111 -0
  130. acryl_datahub_cloud/metadata/schemas/EditableERModelRelationshipProperties.avsc +111 -0
  131. acryl_datahub_cloud/metadata/schemas/EditableMLFeatureProperties.avsc +24 -0
  132. acryl_datahub_cloud/metadata/schemas/EditableMLFeatureTableProperties.avsc +24 -0
  133. acryl_datahub_cloud/metadata/schemas/EditableMLModelGroupProperties.avsc +24 -0
  134. acryl_datahub_cloud/metadata/schemas/EditableMLModelProperties.avsc +24 -0
  135. acryl_datahub_cloud/metadata/schemas/EditableMLPrimaryKeyProperties.avsc +24 -0
  136. acryl_datahub_cloud/metadata/schemas/EditableNotebookProperties.avsc +98 -0
  137. acryl_datahub_cloud/metadata/schemas/EditableSchemaMetadata.avsc +431 -0
  138. acryl_datahub_cloud/metadata/schemas/Embed.avsc +20 -0
  139. acryl_datahub_cloud/metadata/schemas/EntityChangeEvent.avsc +112 -0
  140. acryl_datahub_cloud/metadata/schemas/EntityInferenceMetadata.avsc +47 -0
  141. acryl_datahub_cloud/metadata/schemas/EntityTypeInfo.avsc +33 -0
  142. acryl_datahub_cloud/metadata/schemas/EntityTypeKey.avsc +24 -0
  143. acryl_datahub_cloud/metadata/schemas/EthicalConsiderations.avsc +71 -0
  144. acryl_datahub_cloud/metadata/schemas/EvaluationData.avsc +56 -0
  145. acryl_datahub_cloud/metadata/schemas/ExecutionRequestInput.avsc +134 -0
  146. acryl_datahub_cloud/metadata/schemas/ExecutionRequestKey.avsc +23 -0
  147. acryl_datahub_cloud/metadata/schemas/ExecutionRequestResult.avsc +97 -0
  148. acryl_datahub_cloud/metadata/schemas/ExecutionRequestSignal.avsc +73 -0
  149. acryl_datahub_cloud/metadata/schemas/Filter.avsc +126 -0
  150. acryl_datahub_cloud/metadata/schemas/FormInfo.avsc +517 -0
  151. acryl_datahub_cloud/metadata/schemas/FormKey.avsc +23 -0
  152. acryl_datahub_cloud/metadata/schemas/Forms.avsc +447 -0
  153. acryl_datahub_cloud/metadata/schemas/GenericEntityKey.avsc +16 -0
  154. acryl_datahub_cloud/metadata/schemas/GlobalSettingsInfo.avsc +524 -0
  155. acryl_datahub_cloud/metadata/schemas/GlobalSettingsKey.avsc +22 -0
  156. acryl_datahub_cloud/metadata/schemas/GlobalTags.avsc +132 -0
  157. acryl_datahub_cloud/metadata/schemas/GlossaryNodeInfo.avsc +89 -0
  158. acryl_datahub_cloud/metadata/schemas/GlossaryNodeKey.avsc +33 -0
  159. acryl_datahub_cloud/metadata/schemas/GlossaryRelatedTerms.avsc +125 -0
  160. acryl_datahub_cloud/metadata/schemas/GlossaryTermInfo.avsc +131 -0
  161. acryl_datahub_cloud/metadata/schemas/GlossaryTermKey.avsc +39 -0
  162. acryl_datahub_cloud/metadata/schemas/GlossaryTerms.avsc +190 -0
  163. acryl_datahub_cloud/metadata/schemas/GroupMembership.avsc +28 -0
  164. acryl_datahub_cloud/metadata/schemas/IncidentActivityEvent.avsc +605 -0
  165. acryl_datahub_cloud/metadata/schemas/IncidentInfo.avsc +376 -0
  166. acryl_datahub_cloud/metadata/schemas/IncidentKey.avsc +25 -0
  167. acryl_datahub_cloud/metadata/schemas/IncidentNotificationDetails.avsc +62 -0
  168. acryl_datahub_cloud/metadata/schemas/IncidentSource.avsc +48 -0
  169. acryl_datahub_cloud/metadata/schemas/IncidentsSummary.avsc +160 -0
  170. acryl_datahub_cloud/metadata/schemas/InferredMetadata.avsc +398 -0
  171. acryl_datahub_cloud/metadata/schemas/InferredNeighbors.avsc +112 -0
  172. acryl_datahub_cloud/metadata/schemas/InputFields.avsc +678 -0
  173. acryl_datahub_cloud/metadata/schemas/InstitutionalMemory.avsc +88 -0
  174. acryl_datahub_cloud/metadata/schemas/IntendedUse.avsc +56 -0
  175. acryl_datahub_cloud/metadata/schemas/InviteToken.avsc +34 -0
  176. acryl_datahub_cloud/metadata/schemas/InviteTokenKey.avsc +21 -0
  177. acryl_datahub_cloud/metadata/schemas/LineageFeatures.avsc +76 -0
  178. acryl_datahub_cloud/metadata/schemas/LinkPreviewInfo.avsc +38 -0
  179. acryl_datahub_cloud/metadata/schemas/LinkPreviewKey.avsc +21 -0
  180. acryl_datahub_cloud/metadata/schemas/MLFeatureKey.avsc +57 -0
  181. acryl_datahub_cloud/metadata/schemas/MLFeatureProperties.avsc +189 -0
  182. acryl_datahub_cloud/metadata/schemas/MLFeatureTableKey.avsc +66 -0
  183. acryl_datahub_cloud/metadata/schemas/MLFeatureTableProperties.avsc +95 -0
  184. acryl_datahub_cloud/metadata/schemas/MLHyperParam.avsc +43 -0
  185. acryl_datahub_cloud/metadata/schemas/MLMetric.avsc +43 -0
  186. acryl_datahub_cloud/metadata/schemas/MLModelDeploymentKey.avsc +92 -0
  187. acryl_datahub_cloud/metadata/schemas/MLModelDeploymentProperties.avsc +173 -0
  188. acryl_datahub_cloud/metadata/schemas/MLModelFactorPrompts.avsc +78 -0
  189. acryl_datahub_cloud/metadata/schemas/MLModelGroupKey.avsc +102 -0
  190. acryl_datahub_cloud/metadata/schemas/MLModelGroupProperties.avsc +123 -0
  191. acryl_datahub_cloud/metadata/schemas/MLModelKey.avsc +117 -0
  192. acryl_datahub_cloud/metadata/schemas/MLModelProperties.avsc +414 -0
  193. acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyKey.avsc +53 -0
  194. acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyProperties.avsc +185 -0
  195. acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +8710 -0
  196. acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc +360 -0
  197. acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc +290 -0
  198. acryl_datahub_cloud/metadata/schemas/Metrics.avsc +35 -0
  199. acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc +3238 -0
  200. acryl_datahub_cloud/metadata/schemas/MonitorKey.avsc +43 -0
  201. acryl_datahub_cloud/metadata/schemas/MonitorTimeseriesState.avsc +159 -0
  202. acryl_datahub_cloud/metadata/schemas/NativeGroupMembership.avsc +28 -0
  203. acryl_datahub_cloud/metadata/schemas/NotebookContent.avsc +252 -0
  204. acryl_datahub_cloud/metadata/schemas/NotebookInfo.avsc +154 -0
  205. acryl_datahub_cloud/metadata/schemas/NotebookKey.avsc +44 -0
  206. acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc +427 -0
  207. acryl_datahub_cloud/metadata/schemas/Operation.avsc +381 -0
  208. acryl_datahub_cloud/metadata/schemas/Origin.avsc +157 -0
  209. acryl_datahub_cloud/metadata/schemas/Ownership.avsc +255 -0
  210. acryl_datahub_cloud/metadata/schemas/OwnershipTypeInfo.avsc +103 -0
  211. acryl_datahub_cloud/metadata/schemas/OwnershipTypeKey.avsc +23 -0
  212. acryl_datahub_cloud/metadata/schemas/PartitionsSummary.avsc +59 -0
  213. acryl_datahub_cloud/metadata/schemas/PlatformEvent.avsc +52 -0
  214. acryl_datahub_cloud/metadata/schemas/PlatformResourceInfo.avsc +109 -0
  215. acryl_datahub_cloud/metadata/schemas/PlatformResourceKey.avsc +24 -0
  216. acryl_datahub_cloud/metadata/schemas/PostInfo.avsc +262 -0
  217. acryl_datahub_cloud/metadata/schemas/PostKey.avsc +22 -0
  218. acryl_datahub_cloud/metadata/schemas/Proposals.avsc +53 -0
  219. acryl_datahub_cloud/metadata/schemas/QuantitativeAnalyses.avsc +29 -0
  220. acryl_datahub_cloud/metadata/schemas/QueryKey.avsc +28 -0
  221. acryl_datahub_cloud/metadata/schemas/QueryProperties.avsc +171 -0
  222. acryl_datahub_cloud/metadata/schemas/QuerySubjects.avsc +50 -0
  223. acryl_datahub_cloud/metadata/schemas/QueryUsageFeatures.avsc +94 -0
  224. acryl_datahub_cloud/metadata/schemas/QueryUsageStatistics.avsc +221 -0
  225. acryl_datahub_cloud/metadata/schemas/RecommendationModule.avsc +259 -0
  226. acryl_datahub_cloud/metadata/schemas/RecommendationModuleKey.avsc +26 -0
  227. acryl_datahub_cloud/metadata/schemas/RemoteExecutorKey.avsc +21 -0
  228. acryl_datahub_cloud/metadata/schemas/RemoteExecutorStatus.avsc +80 -0
  229. acryl_datahub_cloud/metadata/schemas/RoleKey.avsc +22 -0
  230. acryl_datahub_cloud/metadata/schemas/RoleMembership.avsc +28 -0
  231. acryl_datahub_cloud/metadata/schemas/RoleProperties.avsc +99 -0
  232. acryl_datahub_cloud/metadata/schemas/SchemaFieldAliases.avsc +29 -0
  233. acryl_datahub_cloud/metadata/schemas/SchemaFieldInfo.avsc +42 -0
  234. acryl_datahub_cloud/metadata/schemas/SchemaFieldKey.avsc +46 -0
  235. acryl_datahub_cloud/metadata/schemas/SchemaFieldProfile.avsc +474 -0
  236. acryl_datahub_cloud/metadata/schemas/SchemaFieldsInferredMetadata.avsc +222 -0
  237. acryl_datahub_cloud/metadata/schemas/SchemaFieldsInferredNeighbors.avsc +136 -0
  238. acryl_datahub_cloud/metadata/schemas/SchemaMetadata.avsc +1045 -0
  239. acryl_datahub_cloud/metadata/schemas/SchemaProposals.avsc +73 -0
  240. acryl_datahub_cloud/metadata/schemas/Share.avsc +211 -0
  241. acryl_datahub_cloud/metadata/schemas/Siblings.avsc +41 -0
  242. acryl_datahub_cloud/metadata/schemas/SlackUserInfo.avsc +160 -0
  243. acryl_datahub_cloud/metadata/schemas/SourceCode.avsc +49 -0
  244. acryl_datahub_cloud/metadata/schemas/Status.avsc +20 -0
  245. acryl_datahub_cloud/metadata/schemas/StorageFeatures.avsc +76 -0
  246. acryl_datahub_cloud/metadata/schemas/StructuredProperties.avsc +106 -0
  247. acryl_datahub_cloud/metadata/schemas/StructuredPropertyDefinition.avsc +390 -0
  248. acryl_datahub_cloud/metadata/schemas/StructuredPropertyKey.avsc +26 -0
  249. acryl_datahub_cloud/metadata/schemas/StructuredPropertySettings.avsc +114 -0
  250. acryl_datahub_cloud/metadata/schemas/SubTypes.avsc +27 -0
  251. acryl_datahub_cloud/metadata/schemas/SubscriptionInfo.avsc +355 -0
  252. acryl_datahub_cloud/metadata/schemas/SubscriptionKey.avsc +21 -0
  253. acryl_datahub_cloud/metadata/schemas/TagKey.avsc +33 -0
  254. acryl_datahub_cloud/metadata/schemas/TagProperties.avsc +43 -0
  255. acryl_datahub_cloud/metadata/schemas/TelemetryClientId.avsc +16 -0
  256. acryl_datahub_cloud/metadata/schemas/TelemetryKey.avsc +21 -0
  257. acryl_datahub_cloud/metadata/schemas/TestInfo.avsc +300 -0
  258. acryl_datahub_cloud/metadata/schemas/TestKey.avsc +24 -0
  259. acryl_datahub_cloud/metadata/schemas/TestResults.avsc +163 -0
  260. acryl_datahub_cloud/metadata/schemas/TrainingData.avsc +56 -0
  261. acryl_datahub_cloud/metadata/schemas/UpstreamLineage.avsc +286 -0
  262. acryl_datahub_cloud/metadata/schemas/UsageAggregation.avsc +153 -0
  263. acryl_datahub_cloud/metadata/schemas/UsageFeatures.avsc +243 -0
  264. acryl_datahub_cloud/metadata/schemas/VersionInfo.avsc +52 -0
  265. acryl_datahub_cloud/metadata/schemas/VersionProperties.avsc +216 -0
  266. acryl_datahub_cloud/metadata/schemas/VersionSetKey.avsc +26 -0
  267. acryl_datahub_cloud/metadata/schemas/VersionSetProperties.avsc +49 -0
  268. acryl_datahub_cloud/metadata/schemas/ViewProperties.avsc +41 -0
  269. acryl_datahub_cloud/metadata/schemas/__init__.py +3 -3
  270. {acryl_datahub_cloud-0.3.8rc8.dist-info → acryl_datahub_cloud-0.3.8rc10.dist-info}/METADATA +46 -46
  271. acryl_datahub_cloud-0.3.8rc10.dist-info/RECORD +398 -0
  272. acryl_datahub_cloud-0.3.8rc8.dist-info/RECORD +0 -133
  273. {acryl_datahub_cloud-0.3.8rc8.dist-info → acryl_datahub_cloud-0.3.8rc10.dist-info}/WHEEL +0 -0
  274. {acryl_datahub_cloud-0.3.8rc8.dist-info → acryl_datahub_cloud-0.3.8rc10.dist-info}/entry_points.txt +0 -0
  275. {acryl_datahub_cloud-0.3.8rc8.dist-info → acryl_datahub_cloud-0.3.8rc10.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,255 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "ownership"
5
+ },
6
+ "name": "Ownership",
7
+ "namespace": "com.linkedin.pegasus2avro.common",
8
+ "fields": [
9
+ {
10
+ "type": {
11
+ "type": "array",
12
+ "items": {
13
+ "type": "record",
14
+ "name": "Owner",
15
+ "namespace": "com.linkedin.pegasus2avro.common",
16
+ "fields": [
17
+ {
18
+ "Relationship": {
19
+ "entityTypes": [
20
+ "corpuser",
21
+ "corpGroup"
22
+ ],
23
+ "name": "OwnedBy"
24
+ },
25
+ "Searchable": {
26
+ "addToFilters": true,
27
+ "fieldName": "owners",
28
+ "fieldType": "URN",
29
+ "filterNameOverride": "Owned By",
30
+ "hasValuesFieldName": "hasOwners",
31
+ "queryByDefault": false
32
+ },
33
+ "java": {
34
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
35
+ },
36
+ "type": "string",
37
+ "name": "owner",
38
+ "doc": "Owner URN, e.g. urn:li:corpuser:ldap, urn:li:corpGroup:group_name, and urn:li:multiProduct:mp_name\n(Caveat: only corpuser is currently supported in the frontend.)",
39
+ "Urn": "Urn",
40
+ "entityTypes": [
41
+ "corpuser",
42
+ "corpGroup"
43
+ ]
44
+ },
45
+ {
46
+ "deprecated": true,
47
+ "type": {
48
+ "type": "enum",
49
+ "symbolDocs": {
50
+ "BUSINESS_OWNER": "A person or group who is responsible for logical, or business related, aspects of the asset.",
51
+ "CONSUMER": "A person, group, or service that consumes the data\nDeprecated! Use TECHNICAL_OWNER or BUSINESS_OWNER instead.",
52
+ "CUSTOM": "Set when ownership type is unknown or a when new one is specified as an ownership type entity for which we have no\nenum value for. This is used for backwards compatibility",
53
+ "DATAOWNER": "A person or group that is owning the data\nDeprecated! Use TECHNICAL_OWNER instead.",
54
+ "DATA_STEWARD": "A steward, expert, or delegate responsible for the asset.",
55
+ "DELEGATE": "A person or a group that overseas the operation, e.g. a DBA or SRE.\nDeprecated! Use TECHNICAL_OWNER instead.",
56
+ "DEVELOPER": "A person or group that is in charge of developing the code\nDeprecated! Use TECHNICAL_OWNER instead.",
57
+ "NONE": "No specific type associated to the owner.",
58
+ "PRODUCER": "A person, group, or service that produces/generates the data\nDeprecated! Use TECHNICAL_OWNER instead.",
59
+ "STAKEHOLDER": "A person or a group that has direct business interest\nDeprecated! Use TECHNICAL_OWNER, BUSINESS_OWNER, or STEWARD instead.",
60
+ "TECHNICAL_OWNER": "person or group who is responsible for technical aspects of the asset."
61
+ },
62
+ "deprecatedSymbols": {
63
+ "CONSUMER": true,
64
+ "DATAOWNER": true,
65
+ "DELEGATE": true,
66
+ "DEVELOPER": true,
67
+ "PRODUCER": true,
68
+ "STAKEHOLDER": true
69
+ },
70
+ "name": "OwnershipType",
71
+ "namespace": "com.linkedin.pegasus2avro.common",
72
+ "symbols": [
73
+ "CUSTOM",
74
+ "TECHNICAL_OWNER",
75
+ "BUSINESS_OWNER",
76
+ "DATA_STEWARD",
77
+ "NONE",
78
+ "DEVELOPER",
79
+ "DATAOWNER",
80
+ "DELEGATE",
81
+ "PRODUCER",
82
+ "CONSUMER",
83
+ "STAKEHOLDER"
84
+ ],
85
+ "doc": "Asset owner types"
86
+ },
87
+ "name": "type",
88
+ "doc": "The type of the ownership"
89
+ },
90
+ {
91
+ "Relationship": {
92
+ "entityTypes": [
93
+ "ownershipType"
94
+ ],
95
+ "name": "ownershipType"
96
+ },
97
+ "Searchable": {
98
+ "fieldName": "ownershipTypeUrn",
99
+ "fieldType": "URN",
100
+ "queryByDefault": false
101
+ },
102
+ "java": {
103
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
104
+ },
105
+ "type": [
106
+ "null",
107
+ "string"
108
+ ],
109
+ "name": "typeUrn",
110
+ "default": null,
111
+ "doc": "The type of the ownership\nUrn of type O",
112
+ "Urn": "Urn",
113
+ "entityTypes": [
114
+ "ownershipType"
115
+ ]
116
+ },
117
+ {
118
+ "type": [
119
+ "null",
120
+ {
121
+ "type": "record",
122
+ "name": "OwnershipSource",
123
+ "namespace": "com.linkedin.pegasus2avro.common",
124
+ "fields": [
125
+ {
126
+ "type": {
127
+ "type": "enum",
128
+ "symbolDocs": {
129
+ "AUDIT": "Auditing system or audit logs",
130
+ "DATABASE": "Database, e.g. GRANTS table",
131
+ "FILE_SYSTEM": "File system, e.g. file/directory owner",
132
+ "ISSUE_TRACKING_SYSTEM": "Issue tracking system, e.g. Jira",
133
+ "MANUAL": "Manually provided by a user",
134
+ "OTHER": "Other sources",
135
+ "SERVICE": "Other ownership-like service, e.g. Nuage, ACL service etc",
136
+ "SOURCE_CONTROL": "SCM system, e.g. GIT, SVN"
137
+ },
138
+ "name": "OwnershipSourceType",
139
+ "namespace": "com.linkedin.pegasus2avro.common",
140
+ "symbols": [
141
+ "AUDIT",
142
+ "DATABASE",
143
+ "FILE_SYSTEM",
144
+ "ISSUE_TRACKING_SYSTEM",
145
+ "MANUAL",
146
+ "SERVICE",
147
+ "SOURCE_CONTROL",
148
+ "OTHER"
149
+ ]
150
+ },
151
+ "name": "type",
152
+ "doc": "The type of the source"
153
+ },
154
+ {
155
+ "type": [
156
+ "null",
157
+ "string"
158
+ ],
159
+ "name": "url",
160
+ "default": null,
161
+ "doc": "A reference URL for the source"
162
+ }
163
+ ],
164
+ "doc": "Source/provider of the ownership information"
165
+ }
166
+ ],
167
+ "name": "source",
168
+ "default": null,
169
+ "doc": "Source information for the ownership"
170
+ }
171
+ ],
172
+ "doc": "Ownership information"
173
+ }
174
+ },
175
+ "name": "owners",
176
+ "doc": "List of owners of the entity."
177
+ },
178
+ {
179
+ "Searchable": {
180
+ "/$key": {
181
+ "fieldType": "MAP_ARRAY",
182
+ "queryByDefault": false
183
+ }
184
+ },
185
+ "type": [
186
+ {
187
+ "type": "map",
188
+ "values": {
189
+ "type": "array",
190
+ "items": "string"
191
+ }
192
+ },
193
+ "null"
194
+ ],
195
+ "name": "ownerTypes",
196
+ "default": {},
197
+ "doc": "Ownership type to Owners map, populated via mutation hook."
198
+ },
199
+ {
200
+ "type": {
201
+ "type": "record",
202
+ "name": "AuditStamp",
203
+ "namespace": "com.linkedin.pegasus2avro.common",
204
+ "fields": [
205
+ {
206
+ "type": "long",
207
+ "name": "time",
208
+ "doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
209
+ },
210
+ {
211
+ "java": {
212
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
213
+ },
214
+ "type": "string",
215
+ "name": "actor",
216
+ "doc": "The entity (e.g. a member URN) which will be credited for moving the resource/association/sub-resource into the specific lifecycle stage. It is also the one used to authorize the change.",
217
+ "Urn": "Urn"
218
+ },
219
+ {
220
+ "java": {
221
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
222
+ },
223
+ "type": [
224
+ "null",
225
+ "string"
226
+ ],
227
+ "name": "impersonator",
228
+ "default": null,
229
+ "doc": "The entity (e.g. a service URN) which performs the change on behalf of the Actor and must be authorized to act as the Actor.",
230
+ "Urn": "Urn"
231
+ },
232
+ {
233
+ "type": [
234
+ "null",
235
+ "string"
236
+ ],
237
+ "name": "message",
238
+ "default": null,
239
+ "doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
240
+ }
241
+ ],
242
+ "doc": "Data captured on a resource/association/sub-resource level giving insight into when that resource/association/sub-resource moved into a particular lifecycle stage, and who acted to move it into that specific lifecycle stage."
243
+ },
244
+ "name": "lastModified",
245
+ "default": {
246
+ "actor": "urn:li:corpuser:unknown",
247
+ "impersonator": null,
248
+ "time": 0,
249
+ "message": null
250
+ },
251
+ "doc": "Audit stamp containing who last modified the record and when. A value of 0 in the time field indicates missing data."
252
+ }
253
+ ],
254
+ "doc": "Ownership information of an entity."
255
+ }
@@ -0,0 +1,103 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "ownershipTypeInfo"
5
+ },
6
+ "name": "OwnershipTypeInfo",
7
+ "namespace": "com.linkedin.pegasus2avro.ownership",
8
+ "fields": [
9
+ {
10
+ "Searchable": {
11
+ "boostScore": 10.0,
12
+ "enableAutocomplete": true,
13
+ "fieldType": "WORD_GRAM"
14
+ },
15
+ "type": "string",
16
+ "name": "name",
17
+ "doc": "Display name of the Ownership Type"
18
+ },
19
+ {
20
+ "type": [
21
+ "null",
22
+ "string"
23
+ ],
24
+ "name": "description",
25
+ "default": null,
26
+ "doc": "Description of the Ownership Type"
27
+ },
28
+ {
29
+ "Searchable": {
30
+ "/actor": {
31
+ "fieldName": "createdBy",
32
+ "fieldType": "URN"
33
+ },
34
+ "/time": {
35
+ "fieldName": "createdAt",
36
+ "fieldType": "DATETIME"
37
+ }
38
+ },
39
+ "type": {
40
+ "type": "record",
41
+ "name": "AuditStamp",
42
+ "namespace": "com.linkedin.pegasus2avro.common",
43
+ "fields": [
44
+ {
45
+ "type": "long",
46
+ "name": "time",
47
+ "doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
48
+ },
49
+ {
50
+ "java": {
51
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
52
+ },
53
+ "type": "string",
54
+ "name": "actor",
55
+ "doc": "The entity (e.g. a member URN) which will be credited for moving the resource/association/sub-resource into the specific lifecycle stage. It is also the one used to authorize the change.",
56
+ "Urn": "Urn"
57
+ },
58
+ {
59
+ "java": {
60
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
61
+ },
62
+ "type": [
63
+ "null",
64
+ "string"
65
+ ],
66
+ "name": "impersonator",
67
+ "default": null,
68
+ "doc": "The entity (e.g. a service URN) which performs the change on behalf of the Actor and must be authorized to act as the Actor.",
69
+ "Urn": "Urn"
70
+ },
71
+ {
72
+ "type": [
73
+ "null",
74
+ "string"
75
+ ],
76
+ "name": "message",
77
+ "default": null,
78
+ "doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
79
+ }
80
+ ],
81
+ "doc": "Data captured on a resource/association/sub-resource level giving insight into when that resource/association/sub-resource moved into a particular lifecycle stage, and who acted to move it into that specific lifecycle stage."
82
+ },
83
+ "name": "created",
84
+ "doc": "Audit stamp capturing the time and actor who created the Ownership Type."
85
+ },
86
+ {
87
+ "Searchable": {
88
+ "/actor": {
89
+ "fieldName": "lastModifiedBy",
90
+ "fieldType": "URN"
91
+ },
92
+ "/time": {
93
+ "fieldName": "lastModifiedAt",
94
+ "fieldType": "DATETIME"
95
+ }
96
+ },
97
+ "type": "com.linkedin.pegasus2avro.common.AuditStamp",
98
+ "name": "lastModified",
99
+ "doc": "Audit stamp capturing the time and actor who last modified the Ownership Type."
100
+ }
101
+ ],
102
+ "doc": "Information about an ownership type"
103
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "ownershipTypeKey",
5
+ "keyForEntity": "ownershipType",
6
+ "entityCategory": "core",
7
+ "entityAspects": [
8
+ "ownershipTypeInfo",
9
+ "status"
10
+ ],
11
+ "entityDoc": "Ownership Type represents a user-created ownership category for a person or group who is responsible for an asset."
12
+ },
13
+ "name": "OwnershipTypeKey",
14
+ "namespace": "com.linkedin.pegasus2avro.metadata.key",
15
+ "fields": [
16
+ {
17
+ "type": "string",
18
+ "name": "id",
19
+ "doc": "Unique ID for the data ownership type name i.e. Business Owner, Data Steward, Technical Owner, etc..\nShould be separate from the name used for displaying an Ownership Type."
20
+ }
21
+ ],
22
+ "doc": "Key for a Ownership Type"
23
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "partitionsSummary"
5
+ },
6
+ "name": "PartitionsSummary",
7
+ "namespace": "com.linkedin.pegasus2avro.dataset",
8
+ "fields": [
9
+ {
10
+ "type": [
11
+ "null",
12
+ {
13
+ "type": "record",
14
+ "name": "PartitionSummary",
15
+ "namespace": "com.linkedin.pegasus2avro.dataset",
16
+ "fields": [
17
+ {
18
+ "type": "string",
19
+ "name": "partition",
20
+ "doc": "A unique id / value for the partition for which statistics were collected,\ngenerated by applying the key definition to a given row."
21
+ },
22
+ {
23
+ "type": [
24
+ "null",
25
+ "long"
26
+ ],
27
+ "name": "createdTime",
28
+ "default": null,
29
+ "doc": "The created time for a given partition."
30
+ },
31
+ {
32
+ "type": [
33
+ "null",
34
+ "long"
35
+ ],
36
+ "name": "lastModifiedTime",
37
+ "default": null,
38
+ "doc": "The last modified / touched time for a given partition."
39
+ }
40
+ ],
41
+ "doc": "Defines how the data is partitioned"
42
+ }
43
+ ],
44
+ "name": "minPartition",
45
+ "default": null,
46
+ "doc": "The minimum partition as ordered"
47
+ },
48
+ {
49
+ "type": [
50
+ "null",
51
+ "com.linkedin.pegasus2avro.dataset.PartitionSummary"
52
+ ],
53
+ "name": "maxPartition",
54
+ "default": null,
55
+ "doc": "The maximum partition as ordered"
56
+ }
57
+ ],
58
+ "doc": "Defines how the data is partitioned for Data Lake tables (e.g. Hive, S3, Iceberg, Delta, Hudi, etc)."
59
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "type": "record",
3
+ "name": "PlatformEvent",
4
+ "namespace": "com.linkedin.pegasus2avro.mxe",
5
+ "fields": [
6
+ {
7
+ "type": {
8
+ "type": "record",
9
+ "name": "PlatformEventHeader",
10
+ "namespace": "com.linkedin.pegasus2avro.mxe",
11
+ "fields": [
12
+ {
13
+ "type": "long",
14
+ "name": "timestampMillis",
15
+ "doc": "The event timestamp field as epoch at UTC in milli seconds."
16
+ }
17
+ ],
18
+ "doc": "A header included with each DataHub platform event."
19
+ },
20
+ "name": "header",
21
+ "doc": "Header information stored with the event."
22
+ },
23
+ {
24
+ "type": "string",
25
+ "name": "name",
26
+ "doc": "The name of the event, e.g. the type of event. For example, 'notificationRequestEvent', 'entityChangeEvent'"
27
+ },
28
+ {
29
+ "type": {
30
+ "type": "record",
31
+ "name": "GenericPayload",
32
+ "namespace": "com.linkedin.pegasus2avro.mxe",
33
+ "fields": [
34
+ {
35
+ "type": "bytes",
36
+ "name": "value",
37
+ "doc": "The value of the event, serialized as bytes."
38
+ },
39
+ {
40
+ "type": "string",
41
+ "name": "contentType",
42
+ "doc": "The content type, which represents the fashion in which the event was serialized.\nThe only type currently supported is application/json."
43
+ }
44
+ ],
45
+ "doc": "Generic payload record structure for serializing a Platform Event."
46
+ },
47
+ "name": "payload",
48
+ "doc": "The event payload."
49
+ }
50
+ ],
51
+ "doc": "A DataHub Platform Event."
52
+ }
@@ -0,0 +1,109 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "platformResourceInfo"
5
+ },
6
+ "name": "PlatformResourceInfo",
7
+ "namespace": "com.linkedin.pegasus2avro.platformresource",
8
+ "fields": [
9
+ {
10
+ "Searchable": {
11
+ "fieldType": "KEYWORD"
12
+ },
13
+ "type": "string",
14
+ "name": "resourceType",
15
+ "doc": "The type of the resource. \nIntended as a loose specifier of the generic type of the resource.\nProducer is not forced to conform to a specific set of symbols for\nresource types.\nThe @PlatformResourceType enumeration offers a paved path for agreed upon\ncommon terms, but is not required to be followed.\nExample values could be: conversation, user, grant, etc.\nResource types are indexed for ease of access. \ne.g. Get me all platform resources of type user for the platform looker"
16
+ },
17
+ {
18
+ "Searchable": {
19
+ "fieldType": "KEYWORD"
20
+ },
21
+ "type": "string",
22
+ "name": "primaryKey",
23
+ "doc": "The primary key for this platform resource.\ne.g. for a slack member this would be the memberID.\nprimary keys specified here don't need to include any additional specificity for the\n dataPlatform\nThe @PlatformResourceKey is supposed to represent that"
24
+ },
25
+ {
26
+ "Searchable": {
27
+ "/*": {
28
+ "fieldType": "KEYWORD"
29
+ }
30
+ },
31
+ "type": [
32
+ "null",
33
+ {
34
+ "type": "array",
35
+ "items": "string"
36
+ }
37
+ ],
38
+ "name": "secondaryKeys",
39
+ "default": null,
40
+ "doc": "The secondary keys this platform resource can be located by.\nI.e., for a slack member this would be email or phone."
41
+ },
42
+ {
43
+ "type": [
44
+ "null",
45
+ {
46
+ "type": "record",
47
+ "name": "SerializedValue",
48
+ "namespace": "com.linkedin.pegasus2avro.common",
49
+ "fields": [
50
+ {
51
+ "type": "bytes",
52
+ "name": "blob",
53
+ "doc": "The serialized blob value."
54
+ },
55
+ {
56
+ "type": {
57
+ "type": "enum",
58
+ "name": "SerializedValueContentType",
59
+ "namespace": "com.linkedin.pegasus2avro.common",
60
+ "symbols": [
61
+ "JSON",
62
+ "BINARY"
63
+ ]
64
+ },
65
+ "name": "contentType",
66
+ "default": "JSON",
67
+ "doc": "The content-type of the serialized blob value."
68
+ },
69
+ {
70
+ "type": [
71
+ "null",
72
+ {
73
+ "type": "enum",
74
+ "name": "SerializedValueSchemaType",
75
+ "namespace": "com.linkedin.pegasus2avro.common",
76
+ "symbols": [
77
+ "AVRO",
78
+ "PROTOBUF",
79
+ "PEGASUS",
80
+ "THRIFT",
81
+ "JSON",
82
+ "NONE"
83
+ ]
84
+ }
85
+ ],
86
+ "name": "schemaType",
87
+ "default": null,
88
+ "doc": "The schema type for the schema that models the object that was serialized\n into the blob.\nAbsence of this field indicates that the schema is not known.\nIf the schema is known, the value should be set to the appropriate schema\ntype.\nUse the NONE value if the existing schema categories do not apply."
89
+ },
90
+ {
91
+ "type": [
92
+ "null",
93
+ "string"
94
+ ],
95
+ "name": "schemaRef",
96
+ "default": null,
97
+ "doc": "An optional reference to the schema that models the object.\ne.g., 'com.linkedin.pegasus2avro.platformresource.slack.SlackConversation'"
98
+ }
99
+ ],
100
+ "doc": "Captures the serialized value of a (usually) schema-d blob."
101
+ }
102
+ ],
103
+ "name": "value",
104
+ "default": null,
105
+ "doc": "The serialized value of this platform resource item."
106
+ }
107
+ ],
108
+ "doc": "Platform Resource Info.\nThese entities are for miscelaneous data that is used in non-core parts of the system.\nFor instance, if we want to persist & retrieve data from auxiliary integrations such as Slack or Microsoft Teams."
109
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "platformResourceKey",
5
+ "keyForEntity": "platformResource",
6
+ "entityCategory": "core",
7
+ "entityAspects": [
8
+ "dataPlatformInstance",
9
+ "platformResourceInfo",
10
+ "status"
11
+ ],
12
+ "entityDoc": "Platform Resources are assets that are unmodeled and stored outside of the core data model. They are stored in DataHub primarily to help with application-specific use-cases that are not sufficiently generalized to move into the core data model."
13
+ },
14
+ "name": "PlatformResourceKey",
15
+ "namespace": "com.linkedin.pegasus2avro.platformresource",
16
+ "fields": [
17
+ {
18
+ "type": "string",
19
+ "name": "id",
20
+ "doc": "A unique id for this entity.\nThere are no constraints on the format of this id, but most implementations\nwill choose to use a UUID.\nThis id should be globally unique for the entire DataHub instance and\n uniquely identify the resource that is being stored, so most\n implementations\nwill combine logical attributes like platform name, platform instance,\nplatform-specific-id and the resource type to create the unique id.\ne.g. slack:slack-instance:slack-user-id:user-info \nor guid(slack, slack-instance, slack-user-id, user-info) etc."
21
+ }
22
+ ],
23
+ "doc": "Key for a Platform Resource.\nPlatform Resources are assets that are not part of the core data model.\nThey are stored in DataHub primarily to help with application-specific\nuse-cases that are not sufficiently generalized to move into the core data model.\nFor instance, if we want to persist & retrieve additional user profile data \nfrom auxiliary integrations such as Slack or Microsoft Teams for resolving details later."
24
+ }