acryl-datahub-cloud 0.3.8rc7__py3-none-any.whl → 0.3.8rc9__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.8rc7.dist-info → acryl_datahub_cloud-0.3.8rc9.dist-info}/METADATA +32 -32
  271. acryl_datahub_cloud-0.3.8rc9.dist-info/RECORD +398 -0
  272. acryl_datahub_cloud-0.3.8rc7.dist-info/RECORD +0 -133
  273. {acryl_datahub_cloud-0.3.8rc7.dist-info → acryl_datahub_cloud-0.3.8rc9.dist-info}/WHEEL +0 -0
  274. {acryl_datahub_cloud-0.3.8rc7.dist-info → acryl_datahub_cloud-0.3.8rc9.dist-info}/entry_points.txt +0 -0
  275. {acryl_datahub_cloud-0.3.8rc7.dist-info → acryl_datahub_cloud-0.3.8rc9.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,265 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "dataHubViewInfo"
5
+ },
6
+ "name": "DataHubViewInfo",
7
+ "namespace": "com.linkedin.pegasus2avro.view",
8
+ "fields": [
9
+ {
10
+ "Searchable": {
11
+ "fieldType": "TEXT_PARTIAL"
12
+ },
13
+ "type": "string",
14
+ "name": "name",
15
+ "doc": "The name of the View"
16
+ },
17
+ {
18
+ "type": [
19
+ "null",
20
+ "string"
21
+ ],
22
+ "name": "description",
23
+ "default": null,
24
+ "doc": "Description of the view"
25
+ },
26
+ {
27
+ "Searchable": {},
28
+ "type": {
29
+ "type": "enum",
30
+ "symbolDocs": {
31
+ "GLOBAL": "A global view, which all users can see and use.",
32
+ "PERSONAL": "A view private for a specific person."
33
+ },
34
+ "name": "DataHubViewType",
35
+ "namespace": "com.linkedin.pegasus2avro.view",
36
+ "symbols": [
37
+ "PERSONAL",
38
+ "GLOBAL"
39
+ ]
40
+ },
41
+ "name": "type",
42
+ "doc": "The type of View"
43
+ },
44
+ {
45
+ "type": {
46
+ "type": "record",
47
+ "name": "DataHubViewDefinition",
48
+ "namespace": "com.linkedin.pegasus2avro.view",
49
+ "fields": [
50
+ {
51
+ "type": {
52
+ "type": "array",
53
+ "items": "string"
54
+ },
55
+ "name": "entityTypes",
56
+ "doc": "The Entity Types in the scope of the View."
57
+ },
58
+ {
59
+ "type": {
60
+ "type": "record",
61
+ "name": "Filter",
62
+ "namespace": "com.linkedin.pegasus2avro.metadata.query.filter",
63
+ "fields": [
64
+ {
65
+ "type": [
66
+ "null",
67
+ {
68
+ "type": "array",
69
+ "items": {
70
+ "type": "record",
71
+ "name": "ConjunctiveCriterion",
72
+ "namespace": "com.linkedin.pegasus2avro.metadata.query.filter",
73
+ "fields": [
74
+ {
75
+ "type": {
76
+ "type": "array",
77
+ "items": {
78
+ "type": "record",
79
+ "name": "Criterion",
80
+ "namespace": "com.linkedin.pegasus2avro.metadata.query.filter",
81
+ "fields": [
82
+ {
83
+ "type": "string",
84
+ "name": "field",
85
+ "doc": "The name of the field that the criterion refers to"
86
+ },
87
+ {
88
+ "type": "string",
89
+ "name": "value",
90
+ "doc": "The value of the intended field"
91
+ },
92
+ {
93
+ "type": {
94
+ "type": "array",
95
+ "items": "string"
96
+ },
97
+ "name": "values",
98
+ "default": [],
99
+ "doc": "Values. one of which the intended field should match\nNote, if values is set, the above \"value\" field will be ignored"
100
+ },
101
+ {
102
+ "type": {
103
+ "type": "enum",
104
+ "symbolDocs": {
105
+ "ANCESTORS_INCL": "Represent the relation: URN field matches any nested parent in addition to the given URN",
106
+ "BETWEEN": "Represent the relation within an inclusive range, e.g. 3 <= ownerCount <= 5. Note that the values in Criterion must have two entries for a lower and upper bound.",
107
+ "CONTAIN": "Represent the relation: String field contains value, e.g. name contains Profile",
108
+ "DESCENDANTS_INCL": "Represent the relation: URN field any nested children in addition to the given URN",
109
+ "END_WITH": "Represent the relation: String field ends with value, e.g. name ends with Event",
110
+ "EQUAL": "Represent the relation: field = value, e.g. platform = hdfs",
111
+ "EXISTS": "Represents the relation: field exists and is non-empty, e.g. owners is not null and != [] (empty)",
112
+ "GREATER_THAN": "Represent the relation greater than, e.g. ownerCount > 5",
113
+ "GREATER_THAN_OR_EQUAL_TO": "Represent the relation greater than or equal to, e.g. ownerCount >= 5",
114
+ "IEQUAL": "Represent the relation: field = value and support case insensitive values, e.g. platform = hdfs",
115
+ "IN": "Represent the relation: String field is one of the array values to, e.g. name in [\"Profile\", \"Event\"]",
116
+ "IS_NULL": "Represent the relation: field is null, e.g. platform is null",
117
+ "LESS_THAN": "Represent the relation less than, e.g. ownerCount < 3",
118
+ "LESS_THAN_OR_EQUAL_TO": "Represent the relation less than or equal to, e.g. ownerCount <= 3",
119
+ "RELATED_INCL": "Represent the relation: URN field matches any nested child or parent in addition to the given URN",
120
+ "START_WITH": "Represent the relation: String field starts with value, e.g. name starts with PageView"
121
+ },
122
+ "name": "Condition",
123
+ "namespace": "com.linkedin.pegasus2avro.metadata.query.filter",
124
+ "symbols": [
125
+ "CONTAIN",
126
+ "END_WITH",
127
+ "EQUAL",
128
+ "IEQUAL",
129
+ "IS_NULL",
130
+ "EXISTS",
131
+ "GREATER_THAN",
132
+ "GREATER_THAN_OR_EQUAL_TO",
133
+ "IN",
134
+ "LESS_THAN",
135
+ "LESS_THAN_OR_EQUAL_TO",
136
+ "BETWEEN",
137
+ "START_WITH",
138
+ "DESCENDANTS_INCL",
139
+ "ANCESTORS_INCL",
140
+ "RELATED_INCL"
141
+ ],
142
+ "doc": "The matching condition in a filter criterion"
143
+ },
144
+ "name": "condition",
145
+ "default": "EQUAL",
146
+ "doc": "The condition for the criterion, e.g. EQUAL, START_WITH"
147
+ },
148
+ {
149
+ "type": "boolean",
150
+ "name": "negated",
151
+ "default": false,
152
+ "doc": "Whether the condition should be negated"
153
+ }
154
+ ],
155
+ "doc": "A criterion for matching a field with given value"
156
+ }
157
+ },
158
+ "name": "and",
159
+ "doc": "A list of and criteria the filter applies to the query"
160
+ }
161
+ ],
162
+ "doc": "A list of criterion and'd together."
163
+ }
164
+ }
165
+ ],
166
+ "name": "or",
167
+ "default": null,
168
+ "doc": "A list of disjunctive criterion for the filter. (or operation to combine filters)"
169
+ },
170
+ {
171
+ "type": [
172
+ "null",
173
+ {
174
+ "type": "array",
175
+ "items": "com.linkedin.pegasus2avro.metadata.query.filter.Criterion"
176
+ }
177
+ ],
178
+ "name": "criteria",
179
+ "default": null,
180
+ "doc": "Deprecated! A list of conjunctive criterion for the filter. If \"or\" field is provided, then this field is ignored."
181
+ }
182
+ ],
183
+ "doc": "The filter for finding a record or a collection of records"
184
+ },
185
+ "name": "filter",
186
+ "doc": "The filter criteria, which represents the view itself"
187
+ }
188
+ ],
189
+ "doc": "A View definition."
190
+ },
191
+ "name": "definition",
192
+ "doc": "The view itself"
193
+ },
194
+ {
195
+ "Searchable": {
196
+ "/actor": {
197
+ "fieldName": "createdBy",
198
+ "fieldType": "URN"
199
+ },
200
+ "/time": {
201
+ "fieldName": "createdAt",
202
+ "fieldType": "DATETIME"
203
+ }
204
+ },
205
+ "type": {
206
+ "type": "record",
207
+ "name": "AuditStamp",
208
+ "namespace": "com.linkedin.pegasus2avro.common",
209
+ "fields": [
210
+ {
211
+ "type": "long",
212
+ "name": "time",
213
+ "doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
214
+ },
215
+ {
216
+ "java": {
217
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
218
+ },
219
+ "type": "string",
220
+ "name": "actor",
221
+ "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.",
222
+ "Urn": "Urn"
223
+ },
224
+ {
225
+ "java": {
226
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
227
+ },
228
+ "type": [
229
+ "null",
230
+ "string"
231
+ ],
232
+ "name": "impersonator",
233
+ "default": null,
234
+ "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.",
235
+ "Urn": "Urn"
236
+ },
237
+ {
238
+ "type": [
239
+ "null",
240
+ "string"
241
+ ],
242
+ "name": "message",
243
+ "default": null,
244
+ "doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
245
+ }
246
+ ],
247
+ "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."
248
+ },
249
+ "name": "created",
250
+ "doc": "Audit stamp capturing the time and actor who created the View."
251
+ },
252
+ {
253
+ "Searchable": {
254
+ "/time": {
255
+ "fieldName": "lastModifiedAt",
256
+ "fieldType": "DATETIME"
257
+ }
258
+ },
259
+ "type": "com.linkedin.pegasus2avro.common.AuditStamp",
260
+ "name": "lastModified",
261
+ "doc": "Audit stamp capturing the time and actor who last modified the View."
262
+ }
263
+ ],
264
+ "doc": "Information about a DataHub View. -- TODO: Understand whether an entity type filter is required."
265
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "dataHubViewKey",
5
+ "keyForEntity": "dataHubView",
6
+ "entityCategory": "core",
7
+ "entityAspects": [
8
+ "dataHubViewInfo"
9
+ ]
10
+ },
11
+ "name": "DataHubViewKey",
12
+ "namespace": "com.linkedin.pegasus2avro.metadata.key",
13
+ "fields": [
14
+ {
15
+ "type": "string",
16
+ "name": "id",
17
+ "doc": "A unique id for the View"
18
+ }
19
+ ],
20
+ "doc": "Key for a DataHub View"
21
+ }
@@ -0,0 +1,254 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "dataJobInfo"
5
+ },
6
+ "name": "DataJobInfo",
7
+ "namespace": "com.linkedin.pegasus2avro.datajob",
8
+ "fields": [
9
+ {
10
+ "Searchable": {
11
+ "/*": {
12
+ "fieldType": "TEXT",
13
+ "queryByDefault": true
14
+ }
15
+ },
16
+ "type": {
17
+ "type": "map",
18
+ "values": "string"
19
+ },
20
+ "name": "customProperties",
21
+ "default": {},
22
+ "doc": "Custom property bag."
23
+ },
24
+ {
25
+ "Searchable": {
26
+ "fieldType": "KEYWORD"
27
+ },
28
+ "java": {
29
+ "class": "com.linkedin.pegasus2avro.common.url.Url",
30
+ "coercerClass": "com.linkedin.pegasus2avro.common.url.UrlCoercer"
31
+ },
32
+ "type": [
33
+ "null",
34
+ "string"
35
+ ],
36
+ "name": "externalUrl",
37
+ "default": null,
38
+ "doc": "URL where the reference exist"
39
+ },
40
+ {
41
+ "Searchable": {
42
+ "boostScore": 10.0,
43
+ "enableAutocomplete": true,
44
+ "fieldNameAliases": [
45
+ "_entityName"
46
+ ],
47
+ "fieldType": "WORD_GRAM"
48
+ },
49
+ "type": "string",
50
+ "name": "name",
51
+ "doc": "Job name"
52
+ },
53
+ {
54
+ "Searchable": {
55
+ "fieldType": "TEXT",
56
+ "hasValuesFieldName": "hasDescription"
57
+ },
58
+ "type": [
59
+ "null",
60
+ "string"
61
+ ],
62
+ "name": "description",
63
+ "default": null,
64
+ "doc": "Job description"
65
+ },
66
+ {
67
+ "type": [
68
+ {
69
+ "type": "enum",
70
+ "symbolDocs": {
71
+ "COMMAND": "The command job type is one of the basic built-in types. It runs multiple UNIX commands using java processbuilder.\nUpon execution, Azkaban spawns off a process to run the command.",
72
+ "GLUE": "Glue type is for running AWS Glue job transforms.",
73
+ "HADOOP_JAVA": "Runs a java program with ability to access Hadoop cluster.\nhttps://azkaban.readthedocs.io/en/latest/jobTypes.html#java-job-type",
74
+ "HADOOP_SHELL": "In large part, this is the same Command type. The difference is its ability to talk to a Hadoop cluster\nsecurely, via Hadoop tokens.",
75
+ "HIVE": "Hive type is for running Hive jobs.",
76
+ "PIG": "Pig type is for running Pig jobs.",
77
+ "SQL": "SQL is for running Presto, mysql queries etc"
78
+ },
79
+ "name": "AzkabanJobType",
80
+ "namespace": "com.linkedin.pegasus2avro.datajob.azkaban",
81
+ "symbols": [
82
+ "COMMAND",
83
+ "HADOOP_JAVA",
84
+ "HADOOP_SHELL",
85
+ "HIVE",
86
+ "PIG",
87
+ "SQL",
88
+ "GLUE"
89
+ ],
90
+ "doc": "The various types of support azkaban jobs"
91
+ },
92
+ "string"
93
+ ],
94
+ "name": "type",
95
+ "doc": "Datajob type\n*NOTE**: AzkabanJobType is deprecated. Please use strings instead."
96
+ },
97
+ {
98
+ "java": {
99
+ "class": "com.linkedin.pegasus2avro.common.urn.DataFlowUrn"
100
+ },
101
+ "type": [
102
+ "null",
103
+ "string"
104
+ ],
105
+ "name": "flowUrn",
106
+ "default": null,
107
+ "doc": "DataFlow urn that this job is part of",
108
+ "Urn": "DataFlowUrn"
109
+ },
110
+ {
111
+ "Searchable": {
112
+ "/time": {
113
+ "fieldName": "createdAt",
114
+ "fieldType": "DATETIME"
115
+ }
116
+ },
117
+ "type": [
118
+ "null",
119
+ {
120
+ "type": "record",
121
+ "name": "TimeStamp",
122
+ "namespace": "com.linkedin.pegasus2avro.common",
123
+ "fields": [
124
+ {
125
+ "type": "long",
126
+ "name": "time",
127
+ "doc": "When did the event occur"
128
+ },
129
+ {
130
+ "java": {
131
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
132
+ },
133
+ "type": [
134
+ "null",
135
+ "string"
136
+ ],
137
+ "name": "actor",
138
+ "default": null,
139
+ "doc": "Optional: The actor urn involved in the event.",
140
+ "Urn": "Urn"
141
+ }
142
+ ],
143
+ "doc": "A standard event timestamp"
144
+ }
145
+ ],
146
+ "name": "created",
147
+ "default": null,
148
+ "doc": "A timestamp documenting when the asset was created in the source Data Platform (not on DataHub)"
149
+ },
150
+ {
151
+ "Searchable": {
152
+ "/time": {
153
+ "fieldName": "lastModifiedAt",
154
+ "fieldType": "DATETIME"
155
+ }
156
+ },
157
+ "type": [
158
+ "null",
159
+ "com.linkedin.pegasus2avro.common.TimeStamp"
160
+ ],
161
+ "name": "lastModified",
162
+ "default": null,
163
+ "doc": "A timestamp documenting when the asset was last modified in the source Data Platform (not on DataHub)"
164
+ },
165
+ {
166
+ "deprecated": "Use Data Process Instance model, instead",
167
+ "type": [
168
+ "null",
169
+ {
170
+ "type": "enum",
171
+ "symbolDocs": {
172
+ "COMPLETED": "Jobs with successful completion.",
173
+ "FAILED": "Jobs that have failed.",
174
+ "IN_PROGRESS": "Jobs currently running.",
175
+ "SKIPPED": "Jobs that have been skipped.",
176
+ "STARTING": "Jobs being initialized.",
177
+ "STOPPED": "Jobs that have stopped.",
178
+ "STOPPING": "Jobs being stopped.",
179
+ "UNKNOWN": "Jobs with unknown status (either unmappable or unavailable)"
180
+ },
181
+ "name": "JobStatus",
182
+ "namespace": "com.linkedin.pegasus2avro.datajob",
183
+ "symbols": [
184
+ "STARTING",
185
+ "IN_PROGRESS",
186
+ "STOPPING",
187
+ "STOPPED",
188
+ "COMPLETED",
189
+ "FAILED",
190
+ "UNKNOWN",
191
+ "SKIPPED"
192
+ ],
193
+ "doc": "Job statuses"
194
+ }
195
+ ],
196
+ "name": "status",
197
+ "default": null,
198
+ "doc": "Status of the job - Deprecated for Data Process Instance model."
199
+ },
200
+ {
201
+ "Searchable": {
202
+ "addToFilters": true,
203
+ "fieldType": "KEYWORD",
204
+ "filterNameOverride": "Environment",
205
+ "queryByDefault": false
206
+ },
207
+ "type": [
208
+ "null",
209
+ {
210
+ "type": "enum",
211
+ "symbolDocs": {
212
+ "CORP": "Designates corporation fabrics",
213
+ "DEV": "Designates development fabrics",
214
+ "EI": "Designates early-integration fabrics",
215
+ "NON_PROD": "Designates non-production fabrics",
216
+ "PRD": "Alternative Prod spelling",
217
+ "PRE": "Designates pre-production fabrics",
218
+ "PROD": "Designates production fabrics",
219
+ "QA": "Designates quality assurance fabrics",
220
+ "RVW": "Designates review fabrics",
221
+ "SANDBOX": "Designates sandbox fabrics",
222
+ "STG": "Designates staging fabrics",
223
+ "TEST": "Designates testing fabrics",
224
+ "TST": "Alternative Test spelling",
225
+ "UAT": "Designates user acceptance testing fabrics"
226
+ },
227
+ "name": "FabricType",
228
+ "namespace": "com.linkedin.pegasus2avro.common",
229
+ "symbols": [
230
+ "DEV",
231
+ "TEST",
232
+ "QA",
233
+ "UAT",
234
+ "EI",
235
+ "PRE",
236
+ "STG",
237
+ "NON_PROD",
238
+ "PROD",
239
+ "CORP",
240
+ "RVW",
241
+ "PRD",
242
+ "TST",
243
+ "SANDBOX"
244
+ ],
245
+ "doc": "Fabric group type"
246
+ }
247
+ ],
248
+ "name": "env",
249
+ "default": null,
250
+ "doc": "Environment for this job"
251
+ }
252
+ ],
253
+ "doc": "Information about a Data processing job"
254
+ }