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,88 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "institutionalMemory"
5
+ },
6
+ "name": "InstitutionalMemory",
7
+ "namespace": "com.linkedin.pegasus2avro.common",
8
+ "fields": [
9
+ {
10
+ "type": {
11
+ "type": "array",
12
+ "items": {
13
+ "type": "record",
14
+ "name": "InstitutionalMemoryMetadata",
15
+ "namespace": "com.linkedin.pegasus2avro.common",
16
+ "fields": [
17
+ {
18
+ "java": {
19
+ "class": "com.linkedin.pegasus2avro.common.url.Url",
20
+ "coercerClass": "com.linkedin.pegasus2avro.common.url.UrlCoercer"
21
+ },
22
+ "type": "string",
23
+ "name": "url",
24
+ "doc": "Link to an engineering design document or a wiki page."
25
+ },
26
+ {
27
+ "type": "string",
28
+ "name": "description",
29
+ "doc": "Description of the link."
30
+ },
31
+ {
32
+ "type": {
33
+ "type": "record",
34
+ "name": "AuditStamp",
35
+ "namespace": "com.linkedin.pegasus2avro.common",
36
+ "fields": [
37
+ {
38
+ "type": "long",
39
+ "name": "time",
40
+ "doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
41
+ },
42
+ {
43
+ "java": {
44
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
45
+ },
46
+ "type": "string",
47
+ "name": "actor",
48
+ "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.",
49
+ "Urn": "Urn"
50
+ },
51
+ {
52
+ "java": {
53
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
54
+ },
55
+ "type": [
56
+ "null",
57
+ "string"
58
+ ],
59
+ "name": "impersonator",
60
+ "default": null,
61
+ "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.",
62
+ "Urn": "Urn"
63
+ },
64
+ {
65
+ "type": [
66
+ "null",
67
+ "string"
68
+ ],
69
+ "name": "message",
70
+ "default": null,
71
+ "doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
72
+ }
73
+ ],
74
+ "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."
75
+ },
76
+ "name": "createStamp",
77
+ "doc": "Audit stamp associated with creation of this record"
78
+ }
79
+ ],
80
+ "doc": "Metadata corresponding to a record of institutional memory."
81
+ }
82
+ },
83
+ "name": "elements",
84
+ "doc": "List of records that represent institutional memory of an entity. Each record consists of a link, description, creator and timestamps associated with that record."
85
+ }
86
+ ],
87
+ "doc": "Institutional memory of an entity. This is a way to link to relevant documentation and provide description of the documentation. Institutional or tribal knowledge is very important for users to leverage the entity."
88
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "intendedUse"
5
+ },
6
+ "name": "IntendedUse",
7
+ "namespace": "com.linkedin.pegasus2avro.ml.metadata",
8
+ "fields": [
9
+ {
10
+ "type": [
11
+ "null",
12
+ {
13
+ "type": "array",
14
+ "items": "string"
15
+ }
16
+ ],
17
+ "name": "primaryUses",
18
+ "default": null,
19
+ "doc": "Primary Use cases for the MLModel."
20
+ },
21
+ {
22
+ "type": [
23
+ "null",
24
+ {
25
+ "type": "array",
26
+ "items": {
27
+ "type": "enum",
28
+ "name": "IntendedUserType",
29
+ "namespace": "com.linkedin.pegasus2avro.ml.metadata",
30
+ "symbols": [
31
+ "ENTERPRISE",
32
+ "HOBBY",
33
+ "ENTERTAINMENT"
34
+ ]
35
+ }
36
+ }
37
+ ],
38
+ "name": "primaryUsers",
39
+ "default": null,
40
+ "doc": "Primary Intended Users - For example, was the MLModel developed for entertainment purposes, for hobbyists, or enterprise solutions?"
41
+ },
42
+ {
43
+ "type": [
44
+ "null",
45
+ {
46
+ "type": "array",
47
+ "items": "string"
48
+ }
49
+ ],
50
+ "name": "outOfScopeUses",
51
+ "default": null,
52
+ "doc": "Highlight technology that the MLModel might easily be confused with, or related contexts that users could try to apply the MLModel to."
53
+ }
54
+ ],
55
+ "doc": "Intended Use for the ML Model"
56
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "inviteToken"
5
+ },
6
+ "name": "InviteToken",
7
+ "namespace": "com.linkedin.pegasus2avro.identity",
8
+ "fields": [
9
+ {
10
+ "type": "string",
11
+ "name": "token",
12
+ "doc": "The encrypted invite token."
13
+ },
14
+ {
15
+ "Searchable": {
16
+ "fieldName": "role",
17
+ "fieldType": "KEYWORD",
18
+ "hasValuesFieldName": "hasRole"
19
+ },
20
+ "java": {
21
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
22
+ },
23
+ "type": [
24
+ "null",
25
+ "string"
26
+ ],
27
+ "name": "role",
28
+ "default": null,
29
+ "doc": "The role that this invite token may be associated with",
30
+ "Urn": "Urn"
31
+ }
32
+ ],
33
+ "doc": "Aspect used to store invite tokens."
34
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "inviteTokenKey",
5
+ "keyForEntity": "inviteToken",
6
+ "entityCategory": "internal",
7
+ "entityAspects": [
8
+ "inviteToken"
9
+ ]
10
+ },
11
+ "name": "InviteTokenKey",
12
+ "namespace": "com.linkedin.pegasus2avro.metadata.key",
13
+ "fields": [
14
+ {
15
+ "type": "string",
16
+ "name": "id",
17
+ "doc": "A unique id for the invite token."
18
+ }
19
+ ],
20
+ "doc": "Key for an InviteToken."
21
+ }
@@ -0,0 +1,76 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "lineageFeatures"
5
+ },
6
+ "name": "LineageFeatures",
7
+ "namespace": "com.linkedin.pegasus2avro.metadata.search.features",
8
+ "fields": [
9
+ {
10
+ "Searchable": {
11
+ "fieldName": "upstreamCountFeature",
12
+ "fieldType": "COUNT"
13
+ },
14
+ "type": "int",
15
+ "name": "upstreamCount",
16
+ "doc": "Cached number of entities related by lineage, upstream."
17
+ },
18
+ {
19
+ "Searchable": {
20
+ "fieldName": "downstreamCountFeature",
21
+ "fieldType": "COUNT"
22
+ },
23
+ "type": "int",
24
+ "name": "downstreamCount",
25
+ "doc": "Cached number of entities related by lineage, downstream."
26
+ },
27
+ {
28
+ "type": {
29
+ "type": "record",
30
+ "name": "AuditStamp",
31
+ "namespace": "com.linkedin.pegasus2avro.common",
32
+ "fields": [
33
+ {
34
+ "type": "long",
35
+ "name": "time",
36
+ "doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
37
+ },
38
+ {
39
+ "java": {
40
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
41
+ },
42
+ "type": "string",
43
+ "name": "actor",
44
+ "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.",
45
+ "Urn": "Urn"
46
+ },
47
+ {
48
+ "java": {
49
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
50
+ },
51
+ "type": [
52
+ "null",
53
+ "string"
54
+ ],
55
+ "name": "impersonator",
56
+ "default": null,
57
+ "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.",
58
+ "Urn": "Urn"
59
+ },
60
+ {
61
+ "type": [
62
+ "null",
63
+ "string"
64
+ ],
65
+ "name": "message",
66
+ "default": null,
67
+ "doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
68
+ }
69
+ ],
70
+ "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."
71
+ },
72
+ "name": "computedAt",
73
+ "doc": "Record of when and how lineage features were computed."
74
+ }
75
+ ]
76
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "linkPreviewInfo"
5
+ },
6
+ "name": "LinkPreviewInfo",
7
+ "namespace": "com.linkedin.pegasus2avro.link",
8
+ "fields": [
9
+ {
10
+ "type": {
11
+ "type": "enum",
12
+ "symbolDocs": {
13
+ "SLACK_MESSAGE": "Preview of a Slack Message",
14
+ "TEAMS_MESSAGE": "Preview of a Microsoft Teams Message"
15
+ },
16
+ "name": "LinkPreviewType",
17
+ "namespace": "com.linkedin.pegasus2avro.link",
18
+ "symbols": [
19
+ "SLACK_MESSAGE",
20
+ "TEAMS_MESSAGE"
21
+ ]
22
+ },
23
+ "name": "type",
24
+ "doc": "The type of the Link Preview"
25
+ },
26
+ {
27
+ "type": "string",
28
+ "name": "json",
29
+ "doc": "The JSON-encoded preview. Understood and rendered by DataHub UI."
30
+ },
31
+ {
32
+ "type": "long",
33
+ "name": "lastRefreshedMs",
34
+ "doc": "The time at which the preview was last refreshed."
35
+ }
36
+ ],
37
+ "doc": "Information about a Link Preview"
38
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "linkPreviewKey",
5
+ "keyForEntity": "linkPreview",
6
+ "entityCategory": "internal",
7
+ "entityAspects": [
8
+ "linkPreviewInfo"
9
+ ]
10
+ },
11
+ "name": "LinkPreviewKey",
12
+ "namespace": "com.linkedin.pegasus2avro.metadata.key",
13
+ "fields": [
14
+ {
15
+ "type": "string",
16
+ "name": "id",
17
+ "doc": "A unique id for the Link Preview, derived by encoding the URL itself."
18
+ }
19
+ ],
20
+ "doc": "Key for an Link Preview"
21
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "mlFeatureKey",
5
+ "keyForEntity": "mlFeature",
6
+ "entityCategory": "core",
7
+ "entityAspects": [
8
+ "glossaryTerms",
9
+ "editableMlFeatureProperties",
10
+ "domains",
11
+ "proposals",
12
+ "mlFeatureProperties",
13
+ "ownership",
14
+ "institutionalMemory",
15
+ "status",
16
+ "deprecation",
17
+ "browsePaths",
18
+ "globalTags",
19
+ "dataPlatformInstance",
20
+ "browsePathsV2",
21
+ "structuredProperties",
22
+ "forms",
23
+ "testResults",
24
+ "share",
25
+ "origin",
26
+ "lineageFeatures",
27
+ "documentation",
28
+ "incidentsSummary"
29
+ ]
30
+ },
31
+ "name": "MLFeatureKey",
32
+ "namespace": "com.linkedin.pegasus2avro.metadata.key",
33
+ "fields": [
34
+ {
35
+ "Searchable": {
36
+ "fieldType": "TEXT_PARTIAL"
37
+ },
38
+ "type": "string",
39
+ "name": "featureNamespace",
40
+ "doc": "Namespace for the feature"
41
+ },
42
+ {
43
+ "Searchable": {
44
+ "boostScore": 8.0,
45
+ "enableAutocomplete": true,
46
+ "fieldNameAliases": [
47
+ "_entityName"
48
+ ],
49
+ "fieldType": "WORD_GRAM"
50
+ },
51
+ "type": "string",
52
+ "name": "name",
53
+ "doc": "Name of the feature"
54
+ }
55
+ ],
56
+ "doc": "Key for an MLFeature"
57
+ }
@@ -0,0 +1,189 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "mlFeatureProperties"
5
+ },
6
+ "name": "MLFeatureProperties",
7
+ "namespace": "com.linkedin.pegasus2avro.ml.metadata",
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": "TEXT",
27
+ "hasValuesFieldName": "hasDescription"
28
+ },
29
+ "type": [
30
+ "null",
31
+ "string"
32
+ ],
33
+ "name": "description",
34
+ "default": null,
35
+ "doc": "Documentation of the MLFeature"
36
+ },
37
+ {
38
+ "type": [
39
+ "null",
40
+ {
41
+ "type": "enum",
42
+ "symbolDocs": {
43
+ "AUDIO": "Audio Data",
44
+ "BINARY": "Binary data is discrete data that can be in only one of two categories - either yes or no, 1 or 0, off or on, etc",
45
+ "BYTE": "Bytes data are binary-encoded values that can represent complex objects.",
46
+ "CONTINUOUS": "Continuous data are made of uncountable values, often the result of a measurement such as height, weight, age etc.",
47
+ "COUNT": "Count data is discrete whole number data - no negative numbers here.\nCount data often has many small values, such as zero and one.",
48
+ "IMAGE": "Image Data",
49
+ "INTERVAL": "Interval data has equal spaces between the numbers and does not represent a temporal pattern.\nExamples include percentages, temperatures, and income.",
50
+ "MAP": "Mapping Data Type ex: dict, map",
51
+ "NOMINAL": "Nominal data is made of discrete values with no numerical relationship between the different categories - mean and median are meaningless.\nAnimal species is one example. For example, pig is not higher than bird and lower than fish.",
52
+ "ORDINAL": "Ordinal data are discrete integers that can be ranked or sorted.\nFor example, the distance between first and second may not be the same as the distance between second and third.",
53
+ "SEQUENCE": "Sequence Data Type ex: list, tuple, range",
54
+ "SET": "Set Data Type ex: set, frozenset",
55
+ "TEXT": "Text Data",
56
+ "TIME": "Time data is a cyclical, repeating continuous form of data.\nThe relevant time features can be any period- daily, weekly, monthly, annual, etc.",
57
+ "UNKNOWN": "Unknown data are data that we don't know the type for.",
58
+ "USELESS": "Useless data is unique, discrete data with no potential relationship with the outcome variable.\nA useless feature has high cardinality. An example would be bank account numbers that were generated randomly.",
59
+ "VIDEO": "Video Data"
60
+ },
61
+ "name": "MLFeatureDataType",
62
+ "namespace": "com.linkedin.pegasus2avro.common",
63
+ "symbols": [
64
+ "USELESS",
65
+ "NOMINAL",
66
+ "ORDINAL",
67
+ "BINARY",
68
+ "COUNT",
69
+ "TIME",
70
+ "INTERVAL",
71
+ "IMAGE",
72
+ "VIDEO",
73
+ "AUDIO",
74
+ "TEXT",
75
+ "MAP",
76
+ "SEQUENCE",
77
+ "SET",
78
+ "CONTINUOUS",
79
+ "BYTE",
80
+ "UNKNOWN"
81
+ ],
82
+ "doc": "MLFeature Data Type"
83
+ }
84
+ ],
85
+ "name": "dataType",
86
+ "default": null,
87
+ "doc": "Data Type of the MLFeature"
88
+ },
89
+ {
90
+ "type": [
91
+ "null",
92
+ {
93
+ "type": "record",
94
+ "name": "VersionTag",
95
+ "namespace": "com.linkedin.pegasus2avro.common",
96
+ "fields": [
97
+ {
98
+ "type": [
99
+ "null",
100
+ "string"
101
+ ],
102
+ "name": "versionTag",
103
+ "default": null
104
+ },
105
+ {
106
+ "type": [
107
+ "null",
108
+ {
109
+ "type": "record",
110
+ "name": "MetadataAttribution",
111
+ "namespace": "com.linkedin.pegasus2avro.common",
112
+ "fields": [
113
+ {
114
+ "type": "long",
115
+ "name": "time",
116
+ "doc": "When this metadata was updated."
117
+ },
118
+ {
119
+ "java": {
120
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
121
+ },
122
+ "type": "string",
123
+ "name": "actor",
124
+ "doc": "The entity (e.g. a member URN) responsible for applying the assocated metadata. This can\neither be a user (in case of UI edits) or the datahub system for automation.",
125
+ "Urn": "Urn"
126
+ },
127
+ {
128
+ "java": {
129
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
130
+ },
131
+ "type": [
132
+ "null",
133
+ "string"
134
+ ],
135
+ "name": "source",
136
+ "default": null,
137
+ "doc": "The DataHub source responsible for applying the associated metadata. This will only be filled out\nwhen a DataHub source is responsible. This includes the specific metadata test urn, the automation urn.",
138
+ "Urn": "Urn"
139
+ },
140
+ {
141
+ "type": {
142
+ "type": "map",
143
+ "values": "string"
144
+ },
145
+ "name": "sourceDetail",
146
+ "default": {},
147
+ "doc": "The details associated with why this metadata was applied. For example, this could include\nthe actual regex rule, sql statement, ingestion pipeline ID, etc.\nAlso can include flags like 'propagated'=true or 'inferred'=true."
148
+ }
149
+ ],
150
+ "doc": "Information about who, why, and how this metadata was applied"
151
+ }
152
+ ],
153
+ "name": "metadataAttribution",
154
+ "default": null
155
+ }
156
+ ],
157
+ "doc": "A resource-defined string representing the resource state for the purpose of concurrency control"
158
+ }
159
+ ],
160
+ "name": "version",
161
+ "default": null,
162
+ "doc": "Version of the MLFeature"
163
+ },
164
+ {
165
+ "Relationship": {
166
+ "/*": {
167
+ "entityTypes": [
168
+ "dataset"
169
+ ],
170
+ "isLineage": true,
171
+ "name": "DerivedFrom"
172
+ }
173
+ },
174
+ "type": [
175
+ "null",
176
+ {
177
+ "type": "array",
178
+ "items": "string"
179
+ }
180
+ ],
181
+ "name": "sources",
182
+ "default": null,
183
+ "doc": "Source of the MLFeature",
184
+ "Urn": "Urn",
185
+ "urn_is_array": true
186
+ }
187
+ ],
188
+ "doc": "Properties associated with a MLFeature"
189
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "type": "record",
3
+ "Aspect": {
4
+ "name": "mlFeatureTableKey",
5
+ "keyForEntity": "mlFeatureTable",
6
+ "entityCategory": "core",
7
+ "entityAspects": [
8
+ "glossaryTerms",
9
+ "editableMlFeatureTableProperties",
10
+ "domains",
11
+ "proposals",
12
+ "mlFeatureTableProperties",
13
+ "ownership",
14
+ "institutionalMemory",
15
+ "status",
16
+ "deprecation",
17
+ "browsePaths",
18
+ "globalTags",
19
+ "dataPlatformInstance",
20
+ "browsePathsV2",
21
+ "structuredProperties",
22
+ "forms",
23
+ "testResults",
24
+ "share",
25
+ "origin",
26
+ "lineageFeatures",
27
+ "documentation"
28
+ ]
29
+ },
30
+ "name": "MLFeatureTableKey",
31
+ "namespace": "com.linkedin.pegasus2avro.metadata.key",
32
+ "fields": [
33
+ {
34
+ "Relationship": {
35
+ "entityTypes": [
36
+ "dataPlatform"
37
+ ],
38
+ "name": "SourcePlatform"
39
+ },
40
+ "java": {
41
+ "class": "com.linkedin.pegasus2avro.common.urn.Urn"
42
+ },
43
+ "type": "string",
44
+ "name": "platform",
45
+ "doc": "Data platform urn associated with the feature table",
46
+ "Urn": "Urn",
47
+ "entityTypes": [
48
+ "dataPlatform"
49
+ ]
50
+ },
51
+ {
52
+ "Searchable": {
53
+ "boostScore": 8.0,
54
+ "enableAutocomplete": true,
55
+ "fieldNameAliases": [
56
+ "_entityName"
57
+ ],
58
+ "fieldType": "WORD_GRAM"
59
+ },
60
+ "type": "string",
61
+ "name": "name",
62
+ "doc": "Name of the feature table"
63
+ }
64
+ ],
65
+ "doc": "Key for an MLFeatureTable"
66
+ }