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.
- acryl_datahub_cloud/_codegen_config.json +1 -1
- acryl_datahub_cloud/metadata/_urns/urn_defs.py +1493 -1493
- acryl_datahub_cloud/metadata/schema.avsc +27049 -0
- acryl_datahub_cloud/metadata/schema_classes.py +495 -495
- acryl_datahub_cloud/metadata/schemas/Access.avsc +55 -0
- acryl_datahub_cloud/metadata/schemas/ActionRequestArchived.avsc +68 -0
- acryl_datahub_cloud/metadata/schemas/ActionRequestInfo.avsc +524 -0
- acryl_datahub_cloud/metadata/schemas/ActionRequestKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/ActionRequestStatus.avsc +85 -0
- acryl_datahub_cloud/metadata/schemas/Actors.avsc +48 -0
- acryl_datahub_cloud/metadata/schemas/AiInferenceMetadata.avsc +42 -0
- acryl_datahub_cloud/metadata/schemas/AnomaliesSummary.avsc +126 -0
- acryl_datahub_cloud/metadata/schemas/AnomalyInfo.avsc +342 -0
- acryl_datahub_cloud/metadata/schemas/AnomalyKey.avsc +22 -0
- acryl_datahub_cloud/metadata/schemas/AssertionActions.avsc +53 -0
- acryl_datahub_cloud/metadata/schemas/AssertionAnalyticsRunEvent.avsc +3506 -0
- acryl_datahub_cloud/metadata/schemas/AssertionDryRunEvent.avsc +309 -0
- acryl_datahub_cloud/metadata/schemas/AssertionInferenceDetails.avsc +105 -0
- acryl_datahub_cloud/metadata/schemas/AssertionInfo.avsc +2579 -0
- acryl_datahub_cloud/metadata/schemas/AssertionKey.avsc +32 -0
- acryl_datahub_cloud/metadata/schemas/AssertionRunEvent.avsc +3374 -0
- acryl_datahub_cloud/metadata/schemas/AssertionSummary.avsc +50 -0
- acryl_datahub_cloud/metadata/schemas/AssertionsSummary.avsc +189 -0
- acryl_datahub_cloud/metadata/schemas/BatchTestRunEvent.avsc +286 -0
- acryl_datahub_cloud/metadata/schemas/BrowsePaths.avsc +25 -0
- acryl_datahub_cloud/metadata/schemas/BrowsePathsV2.avsc +50 -0
- acryl_datahub_cloud/metadata/schemas/BusinessAttributeInfo.avsc +601 -0
- acryl_datahub_cloud/metadata/schemas/BusinessAttributeKey.avsc +24 -0
- acryl_datahub_cloud/metadata/schemas/BusinessAttributes.avsc +51 -0
- acryl_datahub_cloud/metadata/schemas/CaveatsAndRecommendations.avsc +78 -0
- acryl_datahub_cloud/metadata/schemas/ChartInfo.avsc +346 -0
- acryl_datahub_cloud/metadata/schemas/ChartKey.avsc +58 -0
- acryl_datahub_cloud/metadata/schemas/ChartQuery.avsc +39 -0
- acryl_datahub_cloud/metadata/schemas/ChartUsageStatistics.avsc +195 -0
- acryl_datahub_cloud/metadata/schemas/ConstraintInfo.avsc +182 -0
- acryl_datahub_cloud/metadata/schemas/ConstraintKey.avsc +20 -0
- acryl_datahub_cloud/metadata/schemas/Container.avsc +36 -0
- acryl_datahub_cloud/metadata/schemas/ContainerKey.avsc +47 -0
- acryl_datahub_cloud/metadata/schemas/ContainerProperties.avsc +189 -0
- acryl_datahub_cloud/metadata/schemas/CorpGroupEditableInfo.avsc +52 -0
- acryl_datahub_cloud/metadata/schemas/CorpGroupInfo.avsc +177 -0
- acryl_datahub_cloud/metadata/schemas/CorpGroupKey.avsc +39 -0
- acryl_datahub_cloud/metadata/schemas/CorpGroupSettings.avsc +106 -0
- acryl_datahub_cloud/metadata/schemas/CorpUserCredentials.avsc +42 -0
- acryl_datahub_cloud/metadata/schemas/CorpUserEditableInfo.avsc +169 -0
- acryl_datahub_cloud/metadata/schemas/CorpUserInfo.avsc +171 -0
- acryl_datahub_cloud/metadata/schemas/CorpUserKey.avsc +43 -0
- acryl_datahub_cloud/metadata/schemas/CorpUserSettings.avsc +165 -0
- acryl_datahub_cloud/metadata/schemas/CorpUserStatus.avsc +73 -0
- acryl_datahub_cloud/metadata/schemas/Cost.avsc +64 -0
- acryl_datahub_cloud/metadata/schemas/CostFeatures.avsc +36 -0
- acryl_datahub_cloud/metadata/schemas/DashboardInfo.avsc +403 -0
- acryl_datahub_cloud/metadata/schemas/DashboardKey.avsc +57 -0
- acryl_datahub_cloud/metadata/schemas/DashboardUsageStatistics.avsc +255 -0
- acryl_datahub_cloud/metadata/schemas/DataContractKey.avsc +23 -0
- acryl_datahub_cloud/metadata/schemas/DataContractProperties.avsc +201 -0
- acryl_datahub_cloud/metadata/schemas/DataContractStatus.avsc +44 -0
- acryl_datahub_cloud/metadata/schemas/DataFlowInfo.avsc +188 -0
- acryl_datahub_cloud/metadata/schemas/DataFlowKey.avsc +64 -0
- acryl_datahub_cloud/metadata/schemas/DataHubAccessTokenInfo.avsc +74 -0
- acryl_datahub_cloud/metadata/schemas/DataHubAccessTokenKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/DataHubActionInfo.avsc +121 -0
- acryl_datahub_cloud/metadata/schemas/DataHubActionKey.avsc +22 -0
- acryl_datahub_cloud/metadata/schemas/DataHubActionStatus.avsc +181 -0
- acryl_datahub_cloud/metadata/schemas/DataHubConnectionDetails.avsc +62 -0
- acryl_datahub_cloud/metadata/schemas/DataHubConnectionKey.avsc +23 -0
- acryl_datahub_cloud/metadata/schemas/DataHubIngestionSourceInfo.avsc +157 -0
- acryl_datahub_cloud/metadata/schemas/DataHubIngestionSourceKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/DataHubPersonaInfo.avsc +24 -0
- acryl_datahub_cloud/metadata/schemas/DataHubPersonaKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/DataHubPolicyInfo.avsc +302 -0
- acryl_datahub_cloud/metadata/schemas/DataHubPolicyKey.avsc +22 -0
- acryl_datahub_cloud/metadata/schemas/DataHubRetentionConfig.avsc +59 -0
- acryl_datahub_cloud/metadata/schemas/DataHubRetentionKey.avsc +26 -0
- acryl_datahub_cloud/metadata/schemas/DataHubRoleInfo.avsc +33 -0
- acryl_datahub_cloud/metadata/schemas/DataHubRoleKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/DataHubSecretKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/DataHubSecretValue.avsc +91 -0
- acryl_datahub_cloud/metadata/schemas/DataHubStepStateKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/DataHubStepStateProperties.avsc +68 -0
- acryl_datahub_cloud/metadata/schemas/DataHubUpgradeKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/DataHubUpgradeRequest.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/DataHubUpgradeResult.avsc +53 -0
- acryl_datahub_cloud/metadata/schemas/DataHubViewInfo.avsc +265 -0
- acryl_datahub_cloud/metadata/schemas/DataHubViewKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/DataJobInfo.avsc +254 -0
- acryl_datahub_cloud/metadata/schemas/DataJobInputOutput.avsc +462 -0
- acryl_datahub_cloud/metadata/schemas/DataJobKey.avsc +76 -0
- acryl_datahub_cloud/metadata/schemas/DataPlatformInfo.avsc +93 -0
- acryl_datahub_cloud/metadata/schemas/DataPlatformInstance.avsc +44 -0
- acryl_datahub_cloud/metadata/schemas/DataPlatformInstanceKey.avsc +35 -0
- acryl_datahub_cloud/metadata/schemas/DataPlatformInstanceProperties.avsc +72 -0
- acryl_datahub_cloud/metadata/schemas/DataPlatformKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/DataProcessInfo.avsc +73 -0
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceInput.avsc +38 -0
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceKey.avsc +29 -0
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceOutput.avsc +38 -0
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceProperties.avsc +131 -0
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceRelationships.avsc +99 -0
- acryl_datahub_cloud/metadata/schemas/DataProcessInstanceRunEvent.avsc +229 -0
- acryl_datahub_cloud/metadata/schemas/DataProcessKey.avsc +84 -0
- acryl_datahub_cloud/metadata/schemas/DataProductKey.avsc +32 -0
- acryl_datahub_cloud/metadata/schemas/DataProductProperties.avsc +211 -0
- acryl_datahub_cloud/metadata/schemas/DataTransformLogic.avsc +63 -0
- acryl_datahub_cloud/metadata/schemas/DataTypeInfo.avsc +33 -0
- acryl_datahub_cloud/metadata/schemas/DataTypeKey.avsc +23 -0
- acryl_datahub_cloud/metadata/schemas/DatahubIngestionCheckpoint.avsc +188 -0
- acryl_datahub_cloud/metadata/schemas/DatahubIngestionRunSummary.avsc +365 -0
- acryl_datahub_cloud/metadata/schemas/DatasetDeprecation.avsc +50 -0
- acryl_datahub_cloud/metadata/schemas/DatasetKey.avsc +135 -0
- acryl_datahub_cloud/metadata/schemas/DatasetProfile.avsc +539 -0
- acryl_datahub_cloud/metadata/schemas/DatasetProperties.avsc +165 -0
- acryl_datahub_cloud/metadata/schemas/DatasetUpstreamLineage.avsc +129 -0
- acryl_datahub_cloud/metadata/schemas/DatasetUsageStatistics.avsc +247 -0
- acryl_datahub_cloud/metadata/schemas/Deprecation.avsc +57 -0
- acryl_datahub_cloud/metadata/schemas/DisplayProperties.avsc +62 -0
- acryl_datahub_cloud/metadata/schemas/Documentation.avsc +152 -0
- acryl_datahub_cloud/metadata/schemas/DomainKey.avsc +30 -0
- acryl_datahub_cloud/metadata/schemas/DomainProperties.avsc +137 -0
- acryl_datahub_cloud/metadata/schemas/Domains.avsc +38 -0
- acryl_datahub_cloud/metadata/schemas/DynamicFormAssignment.avsc +150 -0
- acryl_datahub_cloud/metadata/schemas/ERModelRelationshipKey.avsc +28 -0
- acryl_datahub_cloud/metadata/schemas/ERModelRelationshipProperties.avsc +196 -0
- acryl_datahub_cloud/metadata/schemas/EditableChartProperties.avsc +98 -0
- acryl_datahub_cloud/metadata/schemas/EditableContainerProperties.avsc +24 -0
- acryl_datahub_cloud/metadata/schemas/EditableDashboardProperties.avsc +98 -0
- acryl_datahub_cloud/metadata/schemas/EditableDataFlowProperties.avsc +98 -0
- acryl_datahub_cloud/metadata/schemas/EditableDataJobProperties.avsc +98 -0
- acryl_datahub_cloud/metadata/schemas/EditableDatasetProperties.avsc +111 -0
- acryl_datahub_cloud/metadata/schemas/EditableERModelRelationshipProperties.avsc +111 -0
- acryl_datahub_cloud/metadata/schemas/EditableMLFeatureProperties.avsc +24 -0
- acryl_datahub_cloud/metadata/schemas/EditableMLFeatureTableProperties.avsc +24 -0
- acryl_datahub_cloud/metadata/schemas/EditableMLModelGroupProperties.avsc +24 -0
- acryl_datahub_cloud/metadata/schemas/EditableMLModelProperties.avsc +24 -0
- acryl_datahub_cloud/metadata/schemas/EditableMLPrimaryKeyProperties.avsc +24 -0
- acryl_datahub_cloud/metadata/schemas/EditableNotebookProperties.avsc +98 -0
- acryl_datahub_cloud/metadata/schemas/EditableSchemaMetadata.avsc +431 -0
- acryl_datahub_cloud/metadata/schemas/Embed.avsc +20 -0
- acryl_datahub_cloud/metadata/schemas/EntityChangeEvent.avsc +112 -0
- acryl_datahub_cloud/metadata/schemas/EntityInferenceMetadata.avsc +47 -0
- acryl_datahub_cloud/metadata/schemas/EntityTypeInfo.avsc +33 -0
- acryl_datahub_cloud/metadata/schemas/EntityTypeKey.avsc +24 -0
- acryl_datahub_cloud/metadata/schemas/EthicalConsiderations.avsc +71 -0
- acryl_datahub_cloud/metadata/schemas/EvaluationData.avsc +56 -0
- acryl_datahub_cloud/metadata/schemas/ExecutionRequestInput.avsc +134 -0
- acryl_datahub_cloud/metadata/schemas/ExecutionRequestKey.avsc +23 -0
- acryl_datahub_cloud/metadata/schemas/ExecutionRequestResult.avsc +97 -0
- acryl_datahub_cloud/metadata/schemas/ExecutionRequestSignal.avsc +73 -0
- acryl_datahub_cloud/metadata/schemas/Filter.avsc +126 -0
- acryl_datahub_cloud/metadata/schemas/FormInfo.avsc +517 -0
- acryl_datahub_cloud/metadata/schemas/FormKey.avsc +23 -0
- acryl_datahub_cloud/metadata/schemas/Forms.avsc +447 -0
- acryl_datahub_cloud/metadata/schemas/GenericEntityKey.avsc +16 -0
- acryl_datahub_cloud/metadata/schemas/GlobalSettingsInfo.avsc +524 -0
- acryl_datahub_cloud/metadata/schemas/GlobalSettingsKey.avsc +22 -0
- acryl_datahub_cloud/metadata/schemas/GlobalTags.avsc +132 -0
- acryl_datahub_cloud/metadata/schemas/GlossaryNodeInfo.avsc +89 -0
- acryl_datahub_cloud/metadata/schemas/GlossaryNodeKey.avsc +33 -0
- acryl_datahub_cloud/metadata/schemas/GlossaryRelatedTerms.avsc +125 -0
- acryl_datahub_cloud/metadata/schemas/GlossaryTermInfo.avsc +131 -0
- acryl_datahub_cloud/metadata/schemas/GlossaryTermKey.avsc +39 -0
- acryl_datahub_cloud/metadata/schemas/GlossaryTerms.avsc +190 -0
- acryl_datahub_cloud/metadata/schemas/GroupMembership.avsc +28 -0
- acryl_datahub_cloud/metadata/schemas/IncidentActivityEvent.avsc +605 -0
- acryl_datahub_cloud/metadata/schemas/IncidentInfo.avsc +376 -0
- acryl_datahub_cloud/metadata/schemas/IncidentKey.avsc +25 -0
- acryl_datahub_cloud/metadata/schemas/IncidentNotificationDetails.avsc +62 -0
- acryl_datahub_cloud/metadata/schemas/IncidentSource.avsc +48 -0
- acryl_datahub_cloud/metadata/schemas/IncidentsSummary.avsc +160 -0
- acryl_datahub_cloud/metadata/schemas/InferredMetadata.avsc +398 -0
- acryl_datahub_cloud/metadata/schemas/InferredNeighbors.avsc +112 -0
- acryl_datahub_cloud/metadata/schemas/InputFields.avsc +678 -0
- acryl_datahub_cloud/metadata/schemas/InstitutionalMemory.avsc +88 -0
- acryl_datahub_cloud/metadata/schemas/IntendedUse.avsc +56 -0
- acryl_datahub_cloud/metadata/schemas/InviteToken.avsc +34 -0
- acryl_datahub_cloud/metadata/schemas/InviteTokenKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/LineageFeatures.avsc +76 -0
- acryl_datahub_cloud/metadata/schemas/LinkPreviewInfo.avsc +38 -0
- acryl_datahub_cloud/metadata/schemas/LinkPreviewKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/MLFeatureKey.avsc +57 -0
- acryl_datahub_cloud/metadata/schemas/MLFeatureProperties.avsc +189 -0
- acryl_datahub_cloud/metadata/schemas/MLFeatureTableKey.avsc +66 -0
- acryl_datahub_cloud/metadata/schemas/MLFeatureTableProperties.avsc +95 -0
- acryl_datahub_cloud/metadata/schemas/MLHyperParam.avsc +43 -0
- acryl_datahub_cloud/metadata/schemas/MLMetric.avsc +43 -0
- acryl_datahub_cloud/metadata/schemas/MLModelDeploymentKey.avsc +92 -0
- acryl_datahub_cloud/metadata/schemas/MLModelDeploymentProperties.avsc +173 -0
- acryl_datahub_cloud/metadata/schemas/MLModelFactorPrompts.avsc +78 -0
- acryl_datahub_cloud/metadata/schemas/MLModelGroupKey.avsc +102 -0
- acryl_datahub_cloud/metadata/schemas/MLModelGroupProperties.avsc +123 -0
- acryl_datahub_cloud/metadata/schemas/MLModelKey.avsc +117 -0
- acryl_datahub_cloud/metadata/schemas/MLModelProperties.avsc +414 -0
- acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyKey.avsc +53 -0
- acryl_datahub_cloud/metadata/schemas/MLPrimaryKeyProperties.avsc +185 -0
- acryl_datahub_cloud/metadata/schemas/MetadataChangeEvent.avsc +8710 -0
- acryl_datahub_cloud/metadata/schemas/MetadataChangeLog.avsc +360 -0
- acryl_datahub_cloud/metadata/schemas/MetadataChangeProposal.avsc +290 -0
- acryl_datahub_cloud/metadata/schemas/Metrics.avsc +35 -0
- acryl_datahub_cloud/metadata/schemas/MonitorInfo.avsc +3238 -0
- acryl_datahub_cloud/metadata/schemas/MonitorKey.avsc +43 -0
- acryl_datahub_cloud/metadata/schemas/MonitorTimeseriesState.avsc +159 -0
- acryl_datahub_cloud/metadata/schemas/NativeGroupMembership.avsc +28 -0
- acryl_datahub_cloud/metadata/schemas/NotebookContent.avsc +252 -0
- acryl_datahub_cloud/metadata/schemas/NotebookInfo.avsc +154 -0
- acryl_datahub_cloud/metadata/schemas/NotebookKey.avsc +44 -0
- acryl_datahub_cloud/metadata/schemas/NotificationRequest.avsc +427 -0
- acryl_datahub_cloud/metadata/schemas/Operation.avsc +381 -0
- acryl_datahub_cloud/metadata/schemas/Origin.avsc +157 -0
- acryl_datahub_cloud/metadata/schemas/Ownership.avsc +255 -0
- acryl_datahub_cloud/metadata/schemas/OwnershipTypeInfo.avsc +103 -0
- acryl_datahub_cloud/metadata/schemas/OwnershipTypeKey.avsc +23 -0
- acryl_datahub_cloud/metadata/schemas/PartitionsSummary.avsc +59 -0
- acryl_datahub_cloud/metadata/schemas/PlatformEvent.avsc +52 -0
- acryl_datahub_cloud/metadata/schemas/PlatformResourceInfo.avsc +109 -0
- acryl_datahub_cloud/metadata/schemas/PlatformResourceKey.avsc +24 -0
- acryl_datahub_cloud/metadata/schemas/PostInfo.avsc +262 -0
- acryl_datahub_cloud/metadata/schemas/PostKey.avsc +22 -0
- acryl_datahub_cloud/metadata/schemas/Proposals.avsc +53 -0
- acryl_datahub_cloud/metadata/schemas/QuantitativeAnalyses.avsc +29 -0
- acryl_datahub_cloud/metadata/schemas/QueryKey.avsc +28 -0
- acryl_datahub_cloud/metadata/schemas/QueryProperties.avsc +171 -0
- acryl_datahub_cloud/metadata/schemas/QuerySubjects.avsc +50 -0
- acryl_datahub_cloud/metadata/schemas/QueryUsageFeatures.avsc +94 -0
- acryl_datahub_cloud/metadata/schemas/QueryUsageStatistics.avsc +221 -0
- acryl_datahub_cloud/metadata/schemas/RecommendationModule.avsc +259 -0
- acryl_datahub_cloud/metadata/schemas/RecommendationModuleKey.avsc +26 -0
- acryl_datahub_cloud/metadata/schemas/RemoteExecutorKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/RemoteExecutorStatus.avsc +80 -0
- acryl_datahub_cloud/metadata/schemas/RoleKey.avsc +22 -0
- acryl_datahub_cloud/metadata/schemas/RoleMembership.avsc +28 -0
- acryl_datahub_cloud/metadata/schemas/RoleProperties.avsc +99 -0
- acryl_datahub_cloud/metadata/schemas/SchemaFieldAliases.avsc +29 -0
- acryl_datahub_cloud/metadata/schemas/SchemaFieldInfo.avsc +42 -0
- acryl_datahub_cloud/metadata/schemas/SchemaFieldKey.avsc +46 -0
- acryl_datahub_cloud/metadata/schemas/SchemaFieldProfile.avsc +474 -0
- acryl_datahub_cloud/metadata/schemas/SchemaFieldsInferredMetadata.avsc +222 -0
- acryl_datahub_cloud/metadata/schemas/SchemaFieldsInferredNeighbors.avsc +136 -0
- acryl_datahub_cloud/metadata/schemas/SchemaMetadata.avsc +1045 -0
- acryl_datahub_cloud/metadata/schemas/SchemaProposals.avsc +73 -0
- acryl_datahub_cloud/metadata/schemas/Share.avsc +211 -0
- acryl_datahub_cloud/metadata/schemas/Siblings.avsc +41 -0
- acryl_datahub_cloud/metadata/schemas/SlackUserInfo.avsc +160 -0
- acryl_datahub_cloud/metadata/schemas/SourceCode.avsc +49 -0
- acryl_datahub_cloud/metadata/schemas/Status.avsc +20 -0
- acryl_datahub_cloud/metadata/schemas/StorageFeatures.avsc +76 -0
- acryl_datahub_cloud/metadata/schemas/StructuredProperties.avsc +106 -0
- acryl_datahub_cloud/metadata/schemas/StructuredPropertyDefinition.avsc +390 -0
- acryl_datahub_cloud/metadata/schemas/StructuredPropertyKey.avsc +26 -0
- acryl_datahub_cloud/metadata/schemas/StructuredPropertySettings.avsc +114 -0
- acryl_datahub_cloud/metadata/schemas/SubTypes.avsc +27 -0
- acryl_datahub_cloud/metadata/schemas/SubscriptionInfo.avsc +355 -0
- acryl_datahub_cloud/metadata/schemas/SubscriptionKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/TagKey.avsc +33 -0
- acryl_datahub_cloud/metadata/schemas/TagProperties.avsc +43 -0
- acryl_datahub_cloud/metadata/schemas/TelemetryClientId.avsc +16 -0
- acryl_datahub_cloud/metadata/schemas/TelemetryKey.avsc +21 -0
- acryl_datahub_cloud/metadata/schemas/TestInfo.avsc +300 -0
- acryl_datahub_cloud/metadata/schemas/TestKey.avsc +24 -0
- acryl_datahub_cloud/metadata/schemas/TestResults.avsc +163 -0
- acryl_datahub_cloud/metadata/schemas/TrainingData.avsc +56 -0
- acryl_datahub_cloud/metadata/schemas/UpstreamLineage.avsc +286 -0
- acryl_datahub_cloud/metadata/schemas/UsageAggregation.avsc +153 -0
- acryl_datahub_cloud/metadata/schemas/UsageFeatures.avsc +243 -0
- acryl_datahub_cloud/metadata/schemas/VersionInfo.avsc +52 -0
- acryl_datahub_cloud/metadata/schemas/VersionProperties.avsc +216 -0
- acryl_datahub_cloud/metadata/schemas/VersionSetKey.avsc +26 -0
- acryl_datahub_cloud/metadata/schemas/VersionSetProperties.avsc +49 -0
- acryl_datahub_cloud/metadata/schemas/ViewProperties.avsc +41 -0
- acryl_datahub_cloud/metadata/schemas/__init__.py +3 -3
- {acryl_datahub_cloud-0.3.8rc8.dist-info → acryl_datahub_cloud-0.3.8rc10.dist-info}/METADATA +46 -46
- acryl_datahub_cloud-0.3.8rc10.dist-info/RECORD +398 -0
- acryl_datahub_cloud-0.3.8rc8.dist-info/RECORD +0 -133
- {acryl_datahub_cloud-0.3.8rc8.dist-info → acryl_datahub_cloud-0.3.8rc10.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.8rc8.dist-info → acryl_datahub_cloud-0.3.8rc10.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.8rc8.dist-info → acryl_datahub_cloud-0.3.8rc10.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,601 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "businessAttributeInfo"
|
|
5
|
+
},
|
|
6
|
+
"name": "BusinessAttributeInfo",
|
|
7
|
+
"namespace": "com.linkedin.pegasus2avro.businessattribute",
|
|
8
|
+
"fields": [
|
|
9
|
+
{
|
|
10
|
+
"type": "string",
|
|
11
|
+
"name": "fieldPath",
|
|
12
|
+
"doc": "FieldPath uniquely identifying the SchemaField this metadata is associated with"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"Searchable": {
|
|
16
|
+
"boostScore": 0.1,
|
|
17
|
+
"fieldName": "editedFieldDescriptions",
|
|
18
|
+
"fieldType": "TEXT"
|
|
19
|
+
},
|
|
20
|
+
"type": [
|
|
21
|
+
"null",
|
|
22
|
+
"string"
|
|
23
|
+
],
|
|
24
|
+
"name": "description",
|
|
25
|
+
"default": null,
|
|
26
|
+
"doc": "Description"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"Relationship": {
|
|
30
|
+
"/tags/*/tag": {
|
|
31
|
+
"entityTypes": [
|
|
32
|
+
"tag"
|
|
33
|
+
],
|
|
34
|
+
"name": "EditableSchemaFieldTaggedWith"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"Searchable": {
|
|
38
|
+
"/tags/*/attribution/actor": {
|
|
39
|
+
"fieldName": "editedFieldTagAttributionActors",
|
|
40
|
+
"fieldType": "URN",
|
|
41
|
+
"queryByDefault": false
|
|
42
|
+
},
|
|
43
|
+
"/tags/*/attribution/source": {
|
|
44
|
+
"fieldName": "editedFieldTagAttributionSources",
|
|
45
|
+
"fieldType": "URN",
|
|
46
|
+
"queryByDefault": false
|
|
47
|
+
},
|
|
48
|
+
"/tags/*/attribution/time": {
|
|
49
|
+
"fieldName": "editedFieldTagAttributionDates",
|
|
50
|
+
"fieldType": "DATETIME",
|
|
51
|
+
"queryByDefault": false
|
|
52
|
+
},
|
|
53
|
+
"/tags/*/tag": {
|
|
54
|
+
"boostScore": 0.5,
|
|
55
|
+
"fieldName": "editedFieldTags",
|
|
56
|
+
"fieldType": "URN"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"type": [
|
|
60
|
+
"null",
|
|
61
|
+
{
|
|
62
|
+
"type": "record",
|
|
63
|
+
"Aspect": {
|
|
64
|
+
"name": "globalTags"
|
|
65
|
+
},
|
|
66
|
+
"name": "GlobalTags",
|
|
67
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
68
|
+
"fields": [
|
|
69
|
+
{
|
|
70
|
+
"Relationship": {
|
|
71
|
+
"/*/tag": {
|
|
72
|
+
"entityTypes": [
|
|
73
|
+
"tag"
|
|
74
|
+
],
|
|
75
|
+
"name": "TaggedWith"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"Searchable": {
|
|
79
|
+
"/*/tag": {
|
|
80
|
+
"addToFilters": true,
|
|
81
|
+
"boostScore": 0.5,
|
|
82
|
+
"fieldName": "tags",
|
|
83
|
+
"fieldType": "URN",
|
|
84
|
+
"filterNameOverride": "Tagged With",
|
|
85
|
+
"hasValuesFieldName": "hasTags",
|
|
86
|
+
"queryByDefault": true
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"type": {
|
|
90
|
+
"type": "array",
|
|
91
|
+
"items": {
|
|
92
|
+
"type": "record",
|
|
93
|
+
"name": "TagAssociation",
|
|
94
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
95
|
+
"fields": [
|
|
96
|
+
{
|
|
97
|
+
"java": {
|
|
98
|
+
"class": "com.linkedin.pegasus2avro.common.urn.TagUrn"
|
|
99
|
+
},
|
|
100
|
+
"type": "string",
|
|
101
|
+
"name": "tag",
|
|
102
|
+
"doc": "Urn of the applied tag",
|
|
103
|
+
"Urn": "TagUrn"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"type": [
|
|
107
|
+
"null",
|
|
108
|
+
"string"
|
|
109
|
+
],
|
|
110
|
+
"name": "context",
|
|
111
|
+
"default": null,
|
|
112
|
+
"doc": "Additional context about the association"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"Searchable": {
|
|
116
|
+
"/actor": {
|
|
117
|
+
"fieldName": "tagAttributionActors",
|
|
118
|
+
"fieldType": "URN",
|
|
119
|
+
"queryByDefault": false
|
|
120
|
+
},
|
|
121
|
+
"/source": {
|
|
122
|
+
"fieldName": "tagAttributionSources",
|
|
123
|
+
"fieldType": "URN",
|
|
124
|
+
"queryByDefault": false
|
|
125
|
+
},
|
|
126
|
+
"/time": {
|
|
127
|
+
"fieldName": "tagAttributionDates",
|
|
128
|
+
"fieldType": "DATETIME",
|
|
129
|
+
"queryByDefault": false
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"type": [
|
|
133
|
+
"null",
|
|
134
|
+
{
|
|
135
|
+
"type": "record",
|
|
136
|
+
"name": "MetadataAttribution",
|
|
137
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
138
|
+
"fields": [
|
|
139
|
+
{
|
|
140
|
+
"type": "long",
|
|
141
|
+
"name": "time",
|
|
142
|
+
"doc": "When this metadata was updated."
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"java": {
|
|
146
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
147
|
+
},
|
|
148
|
+
"type": "string",
|
|
149
|
+
"name": "actor",
|
|
150
|
+
"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.",
|
|
151
|
+
"Urn": "Urn"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"java": {
|
|
155
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
156
|
+
},
|
|
157
|
+
"type": [
|
|
158
|
+
"null",
|
|
159
|
+
"string"
|
|
160
|
+
],
|
|
161
|
+
"name": "source",
|
|
162
|
+
"default": null,
|
|
163
|
+
"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.",
|
|
164
|
+
"Urn": "Urn"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"type": {
|
|
168
|
+
"type": "map",
|
|
169
|
+
"values": "string"
|
|
170
|
+
},
|
|
171
|
+
"name": "sourceDetail",
|
|
172
|
+
"default": {},
|
|
173
|
+
"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."
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"doc": "Information about who, why, and how this metadata was applied"
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"name": "attribution",
|
|
180
|
+
"default": null,
|
|
181
|
+
"doc": "Information about who, why, and how this metadata was applied"
|
|
182
|
+
}
|
|
183
|
+
],
|
|
184
|
+
"doc": "Properties of an applied tag. For now, just an Urn. In the future we can extend this with other properties, e.g.\npropagation parameters."
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"name": "tags",
|
|
188
|
+
"doc": "Tags associated with a given entity"
|
|
189
|
+
}
|
|
190
|
+
],
|
|
191
|
+
"doc": "Tag aspect used for applying tags to an entity"
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"name": "globalTags",
|
|
195
|
+
"default": null,
|
|
196
|
+
"doc": "Tags associated with the field"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"Relationship": {
|
|
200
|
+
"/terms/*/urn": {
|
|
201
|
+
"entityTypes": [
|
|
202
|
+
"glossaryTerm"
|
|
203
|
+
],
|
|
204
|
+
"name": "EditableSchemaFieldWithGlossaryTerm"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"Searchable": {
|
|
208
|
+
"/terms/*/attribution/actor": {
|
|
209
|
+
"fieldName": "editedFieldTermAttributionActors",
|
|
210
|
+
"fieldType": "URN",
|
|
211
|
+
"queryByDefault": false
|
|
212
|
+
},
|
|
213
|
+
"/terms/*/attribution/source": {
|
|
214
|
+
"fieldName": "editedFieldTermAttributionSources",
|
|
215
|
+
"fieldType": "URN",
|
|
216
|
+
"queryByDefault": false
|
|
217
|
+
},
|
|
218
|
+
"/terms/*/attribution/time": {
|
|
219
|
+
"fieldName": "editedFieldTermAttributionDates",
|
|
220
|
+
"fieldType": "DATETIME",
|
|
221
|
+
"queryByDefault": false
|
|
222
|
+
},
|
|
223
|
+
"/terms/*/urn": {
|
|
224
|
+
"boostScore": 0.5,
|
|
225
|
+
"fieldName": "editedFieldGlossaryTerms",
|
|
226
|
+
"fieldType": "URN"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"type": [
|
|
230
|
+
"null",
|
|
231
|
+
{
|
|
232
|
+
"type": "record",
|
|
233
|
+
"Aspect": {
|
|
234
|
+
"name": "glossaryTerms"
|
|
235
|
+
},
|
|
236
|
+
"name": "GlossaryTerms",
|
|
237
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
238
|
+
"fields": [
|
|
239
|
+
{
|
|
240
|
+
"type": {
|
|
241
|
+
"type": "array",
|
|
242
|
+
"items": {
|
|
243
|
+
"type": "record",
|
|
244
|
+
"name": "GlossaryTermAssociation",
|
|
245
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
246
|
+
"fields": [
|
|
247
|
+
{
|
|
248
|
+
"Relationship": {
|
|
249
|
+
"entityTypes": [
|
|
250
|
+
"glossaryTerm"
|
|
251
|
+
],
|
|
252
|
+
"name": "TermedWith"
|
|
253
|
+
},
|
|
254
|
+
"Searchable": {
|
|
255
|
+
"addToFilters": true,
|
|
256
|
+
"fieldName": "glossaryTerms",
|
|
257
|
+
"fieldType": "URN",
|
|
258
|
+
"filterNameOverride": "Glossary Term Applied",
|
|
259
|
+
"hasValuesFieldName": "hasGlossaryTerms"
|
|
260
|
+
},
|
|
261
|
+
"java": {
|
|
262
|
+
"class": "com.linkedin.pegasus2avro.common.urn.GlossaryTermUrn"
|
|
263
|
+
},
|
|
264
|
+
"type": "string",
|
|
265
|
+
"name": "urn",
|
|
266
|
+
"doc": "Urn of the applied glossary term",
|
|
267
|
+
"Urn": "GlossaryTermUrn",
|
|
268
|
+
"entityTypes": [
|
|
269
|
+
"glossaryTerm"
|
|
270
|
+
]
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"java": {
|
|
274
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
275
|
+
},
|
|
276
|
+
"type": [
|
|
277
|
+
"null",
|
|
278
|
+
"string"
|
|
279
|
+
],
|
|
280
|
+
"name": "actor",
|
|
281
|
+
"default": null,
|
|
282
|
+
"doc": "The user URN which will be credited for adding associating this term to the entity",
|
|
283
|
+
"Urn": "Urn"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"type": [
|
|
287
|
+
"null",
|
|
288
|
+
"string"
|
|
289
|
+
],
|
|
290
|
+
"name": "context",
|
|
291
|
+
"default": null,
|
|
292
|
+
"doc": "Additional context about the association"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"Searchable": {
|
|
296
|
+
"/actor": {
|
|
297
|
+
"fieldName": "termAttributionActors",
|
|
298
|
+
"fieldType": "URN",
|
|
299
|
+
"queryByDefault": false
|
|
300
|
+
},
|
|
301
|
+
"/source": {
|
|
302
|
+
"fieldName": "termAttributionSources",
|
|
303
|
+
"fieldType": "URN",
|
|
304
|
+
"queryByDefault": false
|
|
305
|
+
},
|
|
306
|
+
"/time": {
|
|
307
|
+
"fieldName": "termAttributionDates",
|
|
308
|
+
"fieldType": "DATETIME",
|
|
309
|
+
"queryByDefault": false
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"type": [
|
|
313
|
+
"null",
|
|
314
|
+
"com.linkedin.pegasus2avro.common.MetadataAttribution"
|
|
315
|
+
],
|
|
316
|
+
"name": "attribution",
|
|
317
|
+
"default": null,
|
|
318
|
+
"doc": "Information about who, why, and how this metadata was applied"
|
|
319
|
+
}
|
|
320
|
+
],
|
|
321
|
+
"doc": "Properties of an applied glossary term."
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
"name": "terms",
|
|
325
|
+
"doc": "The related business terms"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"type": {
|
|
329
|
+
"type": "record",
|
|
330
|
+
"name": "AuditStamp",
|
|
331
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
332
|
+
"fields": [
|
|
333
|
+
{
|
|
334
|
+
"type": "long",
|
|
335
|
+
"name": "time",
|
|
336
|
+
"doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"java": {
|
|
340
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
341
|
+
},
|
|
342
|
+
"type": "string",
|
|
343
|
+
"name": "actor",
|
|
344
|
+
"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.",
|
|
345
|
+
"Urn": "Urn"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"java": {
|
|
349
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
350
|
+
},
|
|
351
|
+
"type": [
|
|
352
|
+
"null",
|
|
353
|
+
"string"
|
|
354
|
+
],
|
|
355
|
+
"name": "impersonator",
|
|
356
|
+
"default": null,
|
|
357
|
+
"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.",
|
|
358
|
+
"Urn": "Urn"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"type": [
|
|
362
|
+
"null",
|
|
363
|
+
"string"
|
|
364
|
+
],
|
|
365
|
+
"name": "message",
|
|
366
|
+
"default": null,
|
|
367
|
+
"doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
|
|
368
|
+
}
|
|
369
|
+
],
|
|
370
|
+
"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."
|
|
371
|
+
},
|
|
372
|
+
"name": "auditStamp",
|
|
373
|
+
"doc": "Audit stamp containing who reported the related business term"
|
|
374
|
+
}
|
|
375
|
+
],
|
|
376
|
+
"doc": "Related business terms information"
|
|
377
|
+
}
|
|
378
|
+
],
|
|
379
|
+
"name": "glossaryTerms",
|
|
380
|
+
"default": null,
|
|
381
|
+
"doc": "Glossary terms associated with the field"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"Searchable": {
|
|
385
|
+
"/*": {
|
|
386
|
+
"fieldType": "TEXT",
|
|
387
|
+
"queryByDefault": true
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
"type": {
|
|
391
|
+
"type": "map",
|
|
392
|
+
"values": "string"
|
|
393
|
+
},
|
|
394
|
+
"name": "customProperties",
|
|
395
|
+
"default": {},
|
|
396
|
+
"doc": "Custom property bag."
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
400
|
+
"name": "created",
|
|
401
|
+
"default": {
|
|
402
|
+
"actor": "urn:li:corpuser:unknown",
|
|
403
|
+
"impersonator": null,
|
|
404
|
+
"time": 0,
|
|
405
|
+
"message": null
|
|
406
|
+
},
|
|
407
|
+
"doc": "An AuditStamp corresponding to the creation of this resource/association/sub-resource. A value of 0 for time indicates missing data."
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"type": "com.linkedin.pegasus2avro.common.AuditStamp",
|
|
411
|
+
"name": "lastModified",
|
|
412
|
+
"default": {
|
|
413
|
+
"actor": "urn:li:corpuser:unknown",
|
|
414
|
+
"impersonator": null,
|
|
415
|
+
"time": 0,
|
|
416
|
+
"message": null
|
|
417
|
+
},
|
|
418
|
+
"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."
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"type": [
|
|
422
|
+
"null",
|
|
423
|
+
"com.linkedin.pegasus2avro.common.AuditStamp"
|
|
424
|
+
],
|
|
425
|
+
"name": "deleted",
|
|
426
|
+
"default": null,
|
|
427
|
+
"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."
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"Searchable": {
|
|
431
|
+
"boostScore": 10.0,
|
|
432
|
+
"enableAutocomplete": true,
|
|
433
|
+
"fieldNameAliases": [
|
|
434
|
+
"_entityName"
|
|
435
|
+
],
|
|
436
|
+
"fieldType": "WORD_GRAM"
|
|
437
|
+
},
|
|
438
|
+
"type": "string",
|
|
439
|
+
"name": "name",
|
|
440
|
+
"doc": "Display name of the BusinessAttribute"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"type": [
|
|
444
|
+
"null",
|
|
445
|
+
{
|
|
446
|
+
"type": "record",
|
|
447
|
+
"name": "SchemaFieldDataType",
|
|
448
|
+
"namespace": "com.linkedin.pegasus2avro.schema",
|
|
449
|
+
"fields": [
|
|
450
|
+
{
|
|
451
|
+
"type": [
|
|
452
|
+
{
|
|
453
|
+
"type": "record",
|
|
454
|
+
"name": "BooleanType",
|
|
455
|
+
"namespace": "com.linkedin.pegasus2avro.schema",
|
|
456
|
+
"fields": [],
|
|
457
|
+
"doc": "Boolean field type."
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"type": "record",
|
|
461
|
+
"name": "FixedType",
|
|
462
|
+
"namespace": "com.linkedin.pegasus2avro.schema",
|
|
463
|
+
"fields": [],
|
|
464
|
+
"doc": "Fixed field type."
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"type": "record",
|
|
468
|
+
"name": "StringType",
|
|
469
|
+
"namespace": "com.linkedin.pegasus2avro.schema",
|
|
470
|
+
"fields": [],
|
|
471
|
+
"doc": "String field type."
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"type": "record",
|
|
475
|
+
"name": "BytesType",
|
|
476
|
+
"namespace": "com.linkedin.pegasus2avro.schema",
|
|
477
|
+
"fields": [],
|
|
478
|
+
"doc": "Bytes field type."
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"type": "record",
|
|
482
|
+
"name": "NumberType",
|
|
483
|
+
"namespace": "com.linkedin.pegasus2avro.schema",
|
|
484
|
+
"fields": [],
|
|
485
|
+
"doc": "Number data type: long, integer, short, etc.."
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"type": "record",
|
|
489
|
+
"name": "DateType",
|
|
490
|
+
"namespace": "com.linkedin.pegasus2avro.schema",
|
|
491
|
+
"fields": [],
|
|
492
|
+
"doc": "Date field type."
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"type": "record",
|
|
496
|
+
"name": "TimeType",
|
|
497
|
+
"namespace": "com.linkedin.pegasus2avro.schema",
|
|
498
|
+
"fields": [],
|
|
499
|
+
"doc": "Time field type. This should also be used for datetimes."
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"type": "record",
|
|
503
|
+
"name": "EnumType",
|
|
504
|
+
"namespace": "com.linkedin.pegasus2avro.schema",
|
|
505
|
+
"fields": [],
|
|
506
|
+
"doc": "Enum field type."
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"type": "record",
|
|
510
|
+
"name": "NullType",
|
|
511
|
+
"namespace": "com.linkedin.pegasus2avro.schema",
|
|
512
|
+
"fields": [],
|
|
513
|
+
"doc": "Null field type."
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"type": "record",
|
|
517
|
+
"name": "MapType",
|
|
518
|
+
"namespace": "com.linkedin.pegasus2avro.schema",
|
|
519
|
+
"fields": [
|
|
520
|
+
{
|
|
521
|
+
"type": [
|
|
522
|
+
"null",
|
|
523
|
+
"string"
|
|
524
|
+
],
|
|
525
|
+
"name": "keyType",
|
|
526
|
+
"default": null,
|
|
527
|
+
"doc": "Key type in a map"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"type": [
|
|
531
|
+
"null",
|
|
532
|
+
"string"
|
|
533
|
+
],
|
|
534
|
+
"name": "valueType",
|
|
535
|
+
"default": null,
|
|
536
|
+
"doc": "Type of the value in a map"
|
|
537
|
+
}
|
|
538
|
+
],
|
|
539
|
+
"doc": "Map field type."
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"type": "record",
|
|
543
|
+
"name": "ArrayType",
|
|
544
|
+
"namespace": "com.linkedin.pegasus2avro.schema",
|
|
545
|
+
"fields": [
|
|
546
|
+
{
|
|
547
|
+
"type": [
|
|
548
|
+
"null",
|
|
549
|
+
{
|
|
550
|
+
"type": "array",
|
|
551
|
+
"items": "string"
|
|
552
|
+
}
|
|
553
|
+
],
|
|
554
|
+
"name": "nestedType",
|
|
555
|
+
"default": null,
|
|
556
|
+
"doc": "List of types this array holds."
|
|
557
|
+
}
|
|
558
|
+
],
|
|
559
|
+
"doc": "Array field type."
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"type": "record",
|
|
563
|
+
"name": "UnionType",
|
|
564
|
+
"namespace": "com.linkedin.pegasus2avro.schema",
|
|
565
|
+
"fields": [
|
|
566
|
+
{
|
|
567
|
+
"type": [
|
|
568
|
+
"null",
|
|
569
|
+
{
|
|
570
|
+
"type": "array",
|
|
571
|
+
"items": "string"
|
|
572
|
+
}
|
|
573
|
+
],
|
|
574
|
+
"name": "nestedTypes",
|
|
575
|
+
"default": null,
|
|
576
|
+
"doc": "List of types in union type."
|
|
577
|
+
}
|
|
578
|
+
],
|
|
579
|
+
"doc": "Union field type."
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"type": "record",
|
|
583
|
+
"name": "RecordType",
|
|
584
|
+
"namespace": "com.linkedin.pegasus2avro.schema",
|
|
585
|
+
"fields": [],
|
|
586
|
+
"doc": "Record field type."
|
|
587
|
+
}
|
|
588
|
+
],
|
|
589
|
+
"name": "type",
|
|
590
|
+
"doc": "Data platform specific types"
|
|
591
|
+
}
|
|
592
|
+
],
|
|
593
|
+
"doc": "Schema field data types"
|
|
594
|
+
}
|
|
595
|
+
],
|
|
596
|
+
"name": "type",
|
|
597
|
+
"default": null
|
|
598
|
+
}
|
|
599
|
+
],
|
|
600
|
+
"doc": "Properties associated with a BusinessAttribute"
|
|
601
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "businessAttributeKey",
|
|
5
|
+
"keyForEntity": "businessAttribute",
|
|
6
|
+
"entityCategory": "core",
|
|
7
|
+
"entityAspects": [
|
|
8
|
+
"businessAttributeInfo",
|
|
9
|
+
"status",
|
|
10
|
+
"ownership",
|
|
11
|
+
"institutionalMemory"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"name": "BusinessAttributeKey",
|
|
15
|
+
"namespace": "com.linkedin.pegasus2avro.businessattribute",
|
|
16
|
+
"fields": [
|
|
17
|
+
{
|
|
18
|
+
"type": "string",
|
|
19
|
+
"name": "id",
|
|
20
|
+
"doc": "A unique id for the Business Attribute."
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"doc": "Key for a Query"
|
|
24
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "businessAttributes"
|
|
5
|
+
},
|
|
6
|
+
"name": "BusinessAttributes",
|
|
7
|
+
"namespace": "com.linkedin.pegasus2avro.businessattribute",
|
|
8
|
+
"fields": [
|
|
9
|
+
{
|
|
10
|
+
"Relationship": {
|
|
11
|
+
"/businessAttributeUrn": {
|
|
12
|
+
"entityTypes": [
|
|
13
|
+
"businessAttribute"
|
|
14
|
+
],
|
|
15
|
+
"name": "BusinessAttributeOf"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"SearchableRef": {
|
|
19
|
+
"/businessAttributeUrn": {
|
|
20
|
+
"boostScore": 0.5,
|
|
21
|
+
"fieldName": "businessAttributeRef",
|
|
22
|
+
"fieldType": "URN",
|
|
23
|
+
"refType": "businessAttribute"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"type": [
|
|
27
|
+
"null",
|
|
28
|
+
{
|
|
29
|
+
"type": "record",
|
|
30
|
+
"name": "BusinessAttributeAssociation",
|
|
31
|
+
"namespace": "com.linkedin.pegasus2avro.businessattribute",
|
|
32
|
+
"fields": [
|
|
33
|
+
{
|
|
34
|
+
"java": {
|
|
35
|
+
"class": "com.linkedin.pegasus2avro.common.urn.BusinessAttributeUrn"
|
|
36
|
+
},
|
|
37
|
+
"type": "string",
|
|
38
|
+
"name": "businessAttributeUrn",
|
|
39
|
+
"doc": "Urn of the applied businessAttribute",
|
|
40
|
+
"Urn": "BusinessAttributeUrn"
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"name": "businessAttribute",
|
|
46
|
+
"default": null,
|
|
47
|
+
"doc": "Business Attribute for this field."
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"doc": "BusinessAttribute aspect used for applying it to an entity"
|
|
51
|
+
}
|