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,196 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "erModelRelationshipProperties"
5
+ },
6
+ "name": "ERModelRelationshipProperties",
7
+ "namespace": "com.linkedin.pegasus2avro.ermodelrelation",
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
+ "boostScore": 10.0,
27
+ "enableAutocomplete": true,
28
+ "fieldType": "TEXT_PARTIAL"
29
+ },
30
+ "type": "string",
31
+ "name": "name",
32
+ "doc": "Name of the ERModelRelation"
33
+ },
34
+ {
35
+ "Relationship": {
36
+ "entityTypes": [
37
+ "dataset"
38
+ ],
39
+ "name": "ermodelrelationA"
40
+ },
41
+ "Searchable": {
42
+ "boostScore": 10.0,
43
+ "enableAutocomplete": true,
44
+ "fieldType": "TEXT_PARTIAL"
45
+ },
46
+ "java": {
47
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
48
+ },
49
+ "type": "string",
50
+ "name": "source",
51
+ "doc": "First dataset in the erModelRelationship (no directionality)",
52
+ "Urn": "Urn",
53
+ "entityTypes": [
54
+ "dataset"
55
+ ]
56
+ },
57
+ {
58
+ "Relationship": {
59
+ "entityTypes": [
60
+ "dataset"
61
+ ],
62
+ "name": "ermodelrelationB"
63
+ },
64
+ "Searchable": {
65
+ "boostScore": 10.0,
66
+ "enableAutocomplete": true,
67
+ "fieldType": "TEXT_PARTIAL"
68
+ },
69
+ "java": {
70
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
71
+ },
72
+ "type": "string",
73
+ "name": "destination",
74
+ "doc": "Second dataset in the erModelRelationship (no directionality)",
75
+ "Urn": "Urn",
76
+ "entityTypes": [
77
+ "dataset"
78
+ ]
79
+ },
80
+ {
81
+ "type": {
82
+ "type": "array",
83
+ "items": {
84
+ "type": "record",
85
+ "name": "RelationshipFieldMapping",
86
+ "namespace": "com.linkedin.pegasus2avro.ermodelrelation",
87
+ "fields": [
88
+ {
89
+ "type": "string",
90
+ "name": "sourceField",
91
+ "doc": "All fields from dataset A that are required for the join, maps to bFields 1:1"
92
+ },
93
+ {
94
+ "type": "string",
95
+ "name": "destinationField",
96
+ "doc": "All fields from dataset B that are required for the join, maps to aFields 1:1"
97
+ }
98
+ ],
99
+ "doc": "Individual Field Mapping of a relationship- one of several"
100
+ }
101
+ },
102
+ "name": "relationshipFieldMappings",
103
+ "doc": "ERModelRelationFieldMapping (in future we can make it an array)"
104
+ },
105
+ {
106
+ "Searchable": {
107
+ "/time": {
108
+ "fieldName": "createdAt",
109
+ "fieldType": "DATETIME"
110
+ }
111
+ },
112
+ "type": [
113
+ "null",
114
+ {
115
+ "type": "record",
116
+ "name": "AuditStamp",
117
+ "namespace": "com.linkedin.pegasus2avro.common",
118
+ "fields": [
119
+ {
120
+ "type": "long",
121
+ "name": "time",
122
+ "doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
123
+ },
124
+ {
125
+ "java": {
126
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
127
+ },
128
+ "type": "string",
129
+ "name": "actor",
130
+ "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.",
131
+ "Urn": "Urn"
132
+ },
133
+ {
134
+ "java": {
135
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
136
+ },
137
+ "type": [
138
+ "null",
139
+ "string"
140
+ ],
141
+ "name": "impersonator",
142
+ "default": null,
143
+ "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.",
144
+ "Urn": "Urn"
145
+ },
146
+ {
147
+ "type": [
148
+ "null",
149
+ "string"
150
+ ],
151
+ "name": "message",
152
+ "default": null,
153
+ "doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
154
+ }
155
+ ],
156
+ "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."
157
+ }
158
+ ],
159
+ "name": "created",
160
+ "default": null,
161
+ "doc": "A timestamp documenting when the asset was created in the source Data Platform (not on DataHub)"
162
+ },
163
+ {
164
+ "Searchable": {
165
+ "/time": {
166
+ "fieldName": "lastModifiedAt",
167
+ "fieldType": "DATETIME"
168
+ }
169
+ },
170
+ "type": [
171
+ "null",
172
+ "com.linkedin.pegasus2avro.common.AuditStamp"
173
+ ],
174
+ "name": "lastModified",
175
+ "default": null,
176
+ "doc": "A timestamp documenting when the asset was last modified in the source Data Platform (not on DataHub)"
177
+ },
178
+ {
179
+ "type": {
180
+ "type": "enum",
181
+ "name": "ERModelRelationshipCardinality",
182
+ "namespace": "com.linkedin.pegasus2avro.ermodelrelation",
183
+ "symbols": [
184
+ "ONE_ONE",
185
+ "ONE_N",
186
+ "N_ONE",
187
+ "N_N"
188
+ ]
189
+ },
190
+ "name": "cardinality",
191
+ "default": "N_N",
192
+ "doc": "Cardinality of the relationship"
193
+ }
194
+ ],
195
+ "doc": "Properties associated with a ERModelRelationship"
196
+ }
@@ -0,0 +1,98 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "editableChartProperties"
5
+ },
6
+ "name": "EditableChartProperties",
7
+ "namespace": "com.linkedin.pegasus2avro.chart",
8
+ "fields": [
9
+ {
10
+ "type": {
11
+ "type": "record",
12
+ "name": "AuditStamp",
13
+ "namespace": "com.linkedin.pegasus2avro.common",
14
+ "fields": [
15
+ {
16
+ "type": "long",
17
+ "name": "time",
18
+ "doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
19
+ },
20
+ {
21
+ "java": {
22
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
23
+ },
24
+ "type": "string",
25
+ "name": "actor",
26
+ "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.",
27
+ "Urn": "Urn"
28
+ },
29
+ {
30
+ "java": {
31
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
32
+ },
33
+ "type": [
34
+ "null",
35
+ "string"
36
+ ],
37
+ "name": "impersonator",
38
+ "default": null,
39
+ "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.",
40
+ "Urn": "Urn"
41
+ },
42
+ {
43
+ "type": [
44
+ "null",
45
+ "string"
46
+ ],
47
+ "name": "message",
48
+ "default": null,
49
+ "doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
50
+ }
51
+ ],
52
+ "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."
53
+ },
54
+ "name": "created",
55
+ "default": {
56
+ "actor": "urn:li:corpuser:unknown",
57
+ "impersonator": null,
58
+ "time": 0,
59
+ "message": null
60
+ },
61
+ "doc": "An AuditStamp corresponding to the creation of this resource/association/sub-resource. A value of 0 for time indicates missing data."
62
+ },
63
+ {
64
+ "type": "com.linkedin.pegasus2avro.common.AuditStamp",
65
+ "name": "lastModified",
66
+ "default": {
67
+ "actor": "urn:li:corpuser:unknown",
68
+ "impersonator": null,
69
+ "time": 0,
70
+ "message": null
71
+ },
72
+ "doc": "An AuditStamp corresponding to the last modification of this resource/association/sub-resource. If no modification has happened since creation, lastModified should be the same as created. A value of 0 for time indicates missing data."
73
+ },
74
+ {
75
+ "type": [
76
+ "null",
77
+ "com.linkedin.pegasus2avro.common.AuditStamp"
78
+ ],
79
+ "name": "deleted",
80
+ "default": null,
81
+ "doc": "An AuditStamp corresponding to the deletion of this resource/association/sub-resource. Logically, deleted MUST have a later timestamp than creation. It may or may not have the same time as lastModified depending upon the resource/association/sub-resource semantics."
82
+ },
83
+ {
84
+ "Searchable": {
85
+ "fieldName": "editedDescription",
86
+ "fieldType": "TEXT"
87
+ },
88
+ "type": [
89
+ "null",
90
+ "string"
91
+ ],
92
+ "name": "description",
93
+ "default": null,
94
+ "doc": "Edited documentation of the chart "
95
+ }
96
+ ],
97
+ "doc": "Stores editable changes made to properties. This separates changes made from\ningestion pipelines and edits in the UI to avoid accidental overwrites of user-provided data by ingestion pipelines"
98
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "editableContainerProperties"
5
+ },
6
+ "name": "EditableContainerProperties",
7
+ "namespace": "com.linkedin.pegasus2avro.container",
8
+ "fields": [
9
+ {
10
+ "Searchable": {
11
+ "fieldName": "editedDescription",
12
+ "fieldType": "TEXT"
13
+ },
14
+ "type": [
15
+ "null",
16
+ "string"
17
+ ],
18
+ "name": "description",
19
+ "default": null,
20
+ "doc": "Description of the Asset Container as its received on the DataHub Platform"
21
+ }
22
+ ],
23
+ "doc": "Editable information about an Asset Container as defined on the DataHub Platform"
24
+ }
@@ -0,0 +1,98 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "editableDashboardProperties"
5
+ },
6
+ "name": "EditableDashboardProperties",
7
+ "namespace": "com.linkedin.pegasus2avro.dashboard",
8
+ "fields": [
9
+ {
10
+ "type": {
11
+ "type": "record",
12
+ "name": "AuditStamp",
13
+ "namespace": "com.linkedin.pegasus2avro.common",
14
+ "fields": [
15
+ {
16
+ "type": "long",
17
+ "name": "time",
18
+ "doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
19
+ },
20
+ {
21
+ "java": {
22
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
23
+ },
24
+ "type": "string",
25
+ "name": "actor",
26
+ "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.",
27
+ "Urn": "Urn"
28
+ },
29
+ {
30
+ "java": {
31
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
32
+ },
33
+ "type": [
34
+ "null",
35
+ "string"
36
+ ],
37
+ "name": "impersonator",
38
+ "default": null,
39
+ "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.",
40
+ "Urn": "Urn"
41
+ },
42
+ {
43
+ "type": [
44
+ "null",
45
+ "string"
46
+ ],
47
+ "name": "message",
48
+ "default": null,
49
+ "doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
50
+ }
51
+ ],
52
+ "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."
53
+ },
54
+ "name": "created",
55
+ "default": {
56
+ "actor": "urn:li:corpuser:unknown",
57
+ "impersonator": null,
58
+ "time": 0,
59
+ "message": null
60
+ },
61
+ "doc": "An AuditStamp corresponding to the creation of this resource/association/sub-resource. A value of 0 for time indicates missing data."
62
+ },
63
+ {
64
+ "type": "com.linkedin.pegasus2avro.common.AuditStamp",
65
+ "name": "lastModified",
66
+ "default": {
67
+ "actor": "urn:li:corpuser:unknown",
68
+ "impersonator": null,
69
+ "time": 0,
70
+ "message": null
71
+ },
72
+ "doc": "An AuditStamp corresponding to the last modification of this resource/association/sub-resource. If no modification has happened since creation, lastModified should be the same as created. A value of 0 for time indicates missing data."
73
+ },
74
+ {
75
+ "type": [
76
+ "null",
77
+ "com.linkedin.pegasus2avro.common.AuditStamp"
78
+ ],
79
+ "name": "deleted",
80
+ "default": null,
81
+ "doc": "An AuditStamp corresponding to the deletion of this resource/association/sub-resource. Logically, deleted MUST have a later timestamp than creation. It may or may not have the same time as lastModified depending upon the resource/association/sub-resource semantics."
82
+ },
83
+ {
84
+ "Searchable": {
85
+ "fieldName": "editedDescription",
86
+ "fieldType": "TEXT"
87
+ },
88
+ "type": [
89
+ "null",
90
+ "string"
91
+ ],
92
+ "name": "description",
93
+ "default": null,
94
+ "doc": "Edited documentation of the dashboard"
95
+ }
96
+ ],
97
+ "doc": "Stores editable changes made to properties. This separates changes made from\ningestion pipelines and edits in the UI to avoid accidental overwrites of user-provided data by ingestion pipelines"
98
+ }
@@ -0,0 +1,98 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "editableDataFlowProperties"
5
+ },
6
+ "name": "EditableDataFlowProperties",
7
+ "namespace": "com.linkedin.pegasus2avro.datajob",
8
+ "fields": [
9
+ {
10
+ "type": {
11
+ "type": "record",
12
+ "name": "AuditStamp",
13
+ "namespace": "com.linkedin.pegasus2avro.common",
14
+ "fields": [
15
+ {
16
+ "type": "long",
17
+ "name": "time",
18
+ "doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
19
+ },
20
+ {
21
+ "java": {
22
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
23
+ },
24
+ "type": "string",
25
+ "name": "actor",
26
+ "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.",
27
+ "Urn": "Urn"
28
+ },
29
+ {
30
+ "java": {
31
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
32
+ },
33
+ "type": [
34
+ "null",
35
+ "string"
36
+ ],
37
+ "name": "impersonator",
38
+ "default": null,
39
+ "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.",
40
+ "Urn": "Urn"
41
+ },
42
+ {
43
+ "type": [
44
+ "null",
45
+ "string"
46
+ ],
47
+ "name": "message",
48
+ "default": null,
49
+ "doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
50
+ }
51
+ ],
52
+ "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."
53
+ },
54
+ "name": "created",
55
+ "default": {
56
+ "actor": "urn:li:corpuser:unknown",
57
+ "impersonator": null,
58
+ "time": 0,
59
+ "message": null
60
+ },
61
+ "doc": "An AuditStamp corresponding to the creation of this resource/association/sub-resource. A value of 0 for time indicates missing data."
62
+ },
63
+ {
64
+ "type": "com.linkedin.pegasus2avro.common.AuditStamp",
65
+ "name": "lastModified",
66
+ "default": {
67
+ "actor": "urn:li:corpuser:unknown",
68
+ "impersonator": null,
69
+ "time": 0,
70
+ "message": null
71
+ },
72
+ "doc": "An AuditStamp corresponding to the last modification of this resource/association/sub-resource. If no modification has happened since creation, lastModified should be the same as created. A value of 0 for time indicates missing data."
73
+ },
74
+ {
75
+ "type": [
76
+ "null",
77
+ "com.linkedin.pegasus2avro.common.AuditStamp"
78
+ ],
79
+ "name": "deleted",
80
+ "default": null,
81
+ "doc": "An AuditStamp corresponding to the deletion of this resource/association/sub-resource. Logically, deleted MUST have a later timestamp than creation. It may or may not have the same time as lastModified depending upon the resource/association/sub-resource semantics."
82
+ },
83
+ {
84
+ "Searchable": {
85
+ "fieldName": "editedDescription",
86
+ "fieldType": "TEXT"
87
+ },
88
+ "type": [
89
+ "null",
90
+ "string"
91
+ ],
92
+ "name": "description",
93
+ "default": null,
94
+ "doc": "Edited documentation of the data flow"
95
+ }
96
+ ],
97
+ "doc": "Stores editable changes made to properties. This separates changes made from\ningestion pipelines and edits in the UI to avoid accidental overwrites of user-provided data by ingestion pipelines"
98
+ }
@@ -0,0 +1,98 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "editableDataJobProperties"
5
+ },
6
+ "name": "EditableDataJobProperties",
7
+ "namespace": "com.linkedin.pegasus2avro.datajob",
8
+ "fields": [
9
+ {
10
+ "type": {
11
+ "type": "record",
12
+ "name": "AuditStamp",
13
+ "namespace": "com.linkedin.pegasus2avro.common",
14
+ "fields": [
15
+ {
16
+ "type": "long",
17
+ "name": "time",
18
+ "doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
19
+ },
20
+ {
21
+ "java": {
22
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
23
+ },
24
+ "type": "string",
25
+ "name": "actor",
26
+ "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.",
27
+ "Urn": "Urn"
28
+ },
29
+ {
30
+ "java": {
31
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
32
+ },
33
+ "type": [
34
+ "null",
35
+ "string"
36
+ ],
37
+ "name": "impersonator",
38
+ "default": null,
39
+ "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.",
40
+ "Urn": "Urn"
41
+ },
42
+ {
43
+ "type": [
44
+ "null",
45
+ "string"
46
+ ],
47
+ "name": "message",
48
+ "default": null,
49
+ "doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
50
+ }
51
+ ],
52
+ "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."
53
+ },
54
+ "name": "created",
55
+ "default": {
56
+ "actor": "urn:li:corpuser:unknown",
57
+ "impersonator": null,
58
+ "time": 0,
59
+ "message": null
60
+ },
61
+ "doc": "An AuditStamp corresponding to the creation of this resource/association/sub-resource. A value of 0 for time indicates missing data."
62
+ },
63
+ {
64
+ "type": "com.linkedin.pegasus2avro.common.AuditStamp",
65
+ "name": "lastModified",
66
+ "default": {
67
+ "actor": "urn:li:corpuser:unknown",
68
+ "impersonator": null,
69
+ "time": 0,
70
+ "message": null
71
+ },
72
+ "doc": "An AuditStamp corresponding to the last modification of this resource/association/sub-resource. If no modification has happened since creation, lastModified should be the same as created. A value of 0 for time indicates missing data."
73
+ },
74
+ {
75
+ "type": [
76
+ "null",
77
+ "com.linkedin.pegasus2avro.common.AuditStamp"
78
+ ],
79
+ "name": "deleted",
80
+ "default": null,
81
+ "doc": "An AuditStamp corresponding to the deletion of this resource/association/sub-resource. Logically, deleted MUST have a later timestamp than creation. It may or may not have the same time as lastModified depending upon the resource/association/sub-resource semantics."
82
+ },
83
+ {
84
+ "Searchable": {
85
+ "fieldName": "editedDescription",
86
+ "fieldType": "TEXT"
87
+ },
88
+ "type": [
89
+ "null",
90
+ "string"
91
+ ],
92
+ "name": "description",
93
+ "default": null,
94
+ "doc": "Edited documentation of the data job "
95
+ }
96
+ ],
97
+ "doc": "Stores editable changes made to properties. This separates changes made from\ningestion pipelines and edits in the UI to avoid accidental overwrites of user-provided data by ingestion pipelines"
98
+ }