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.
- 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.8rc7.dist-info → acryl_datahub_cloud-0.3.8rc9.dist-info}/METADATA +32 -32
- acryl_datahub_cloud-0.3.8rc9.dist-info/RECORD +398 -0
- acryl_datahub_cloud-0.3.8rc7.dist-info/RECORD +0 -133
- {acryl_datahub_cloud-0.3.8rc7.dist-info → acryl_datahub_cloud-0.3.8rc9.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.8rc7.dist-info → acryl_datahub_cloud-0.3.8rc9.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.8rc7.dist-info → acryl_datahub_cloud-0.3.8rc9.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "queryUsageFeatures"
|
|
5
|
+
},
|
|
6
|
+
"name": "QueryUsageFeatures",
|
|
7
|
+
"namespace": "com.linkedin.pegasus2avro.query",
|
|
8
|
+
"fields": [
|
|
9
|
+
{
|
|
10
|
+
"Searchable": {
|
|
11
|
+
"fieldName": "queryCountLast30DaysFeature",
|
|
12
|
+
"fieldType": "COUNT"
|
|
13
|
+
},
|
|
14
|
+
"type": [
|
|
15
|
+
"null",
|
|
16
|
+
"long"
|
|
17
|
+
],
|
|
18
|
+
"name": "queryCountLast30Days",
|
|
19
|
+
"default": null,
|
|
20
|
+
"doc": "Number of times this query was executed in the last 30 days"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"Searchable": {
|
|
24
|
+
"fieldName": "queryCountFeature",
|
|
25
|
+
"fieldType": "COUNT"
|
|
26
|
+
},
|
|
27
|
+
"type": [
|
|
28
|
+
"null",
|
|
29
|
+
"long"
|
|
30
|
+
],
|
|
31
|
+
"name": "queryCountTotal",
|
|
32
|
+
"default": null,
|
|
33
|
+
"doc": "Query count total \nTotal number of executions of this query"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"Searchable": {
|
|
37
|
+
"/*": {
|
|
38
|
+
"fieldName": "topUsersLast30DaysFeature",
|
|
39
|
+
"fieldType": "URN",
|
|
40
|
+
"hasValuesFieldName": "hasTopUsersLast30DaysFeature"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"type": [
|
|
44
|
+
"null",
|
|
45
|
+
{
|
|
46
|
+
"type": "array",
|
|
47
|
+
"items": "string"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"name": "topUsersLast30Days",
|
|
51
|
+
"default": null,
|
|
52
|
+
"doc": "Top users of this query in the last 30 days",
|
|
53
|
+
"Urn": "Urn",
|
|
54
|
+
"urn_is_array": true
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"Searchable": {
|
|
58
|
+
"fieldName": "queryCostLast30DaysFeature"
|
|
59
|
+
},
|
|
60
|
+
"type": [
|
|
61
|
+
"null",
|
|
62
|
+
"double"
|
|
63
|
+
],
|
|
64
|
+
"name": "queryCostLast30Days",
|
|
65
|
+
"default": null,
|
|
66
|
+
"doc": "Total cost of this query in the last 30 days"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"Searchable": {
|
|
70
|
+
"fieldName": "runsPercentileLast30days"
|
|
71
|
+
},
|
|
72
|
+
"type": [
|
|
73
|
+
"null",
|
|
74
|
+
"int"
|
|
75
|
+
],
|
|
76
|
+
"name": "runsPercentileLast30days",
|
|
77
|
+
"default": null,
|
|
78
|
+
"doc": "The percentile rank of this query based on runs last 30 days"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"Searchable": {
|
|
82
|
+
"fieldName": "lastExecutedAtFeature",
|
|
83
|
+
"fieldType": "DATETIME"
|
|
84
|
+
},
|
|
85
|
+
"type": [
|
|
86
|
+
"null",
|
|
87
|
+
"long"
|
|
88
|
+
],
|
|
89
|
+
"name": "lastExecutedAt",
|
|
90
|
+
"default": null,
|
|
91
|
+
"doc": "Last time this query was executed"
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
}
|
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "queryUsageStatistics",
|
|
5
|
+
"type": "timeseries"
|
|
6
|
+
},
|
|
7
|
+
"name": "QueryUsageStatistics",
|
|
8
|
+
"namespace": "com.linkedin.pegasus2avro.query",
|
|
9
|
+
"fields": [
|
|
10
|
+
{
|
|
11
|
+
"type": "long",
|
|
12
|
+
"name": "timestampMillis",
|
|
13
|
+
"doc": "The event timestamp field as epoch at UTC in milli seconds."
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"type": [
|
|
17
|
+
"null",
|
|
18
|
+
{
|
|
19
|
+
"type": "record",
|
|
20
|
+
"name": "TimeWindowSize",
|
|
21
|
+
"namespace": "com.linkedin.pegasus2avro.timeseries",
|
|
22
|
+
"fields": [
|
|
23
|
+
{
|
|
24
|
+
"type": {
|
|
25
|
+
"type": "enum",
|
|
26
|
+
"name": "CalendarInterval",
|
|
27
|
+
"namespace": "com.linkedin.pegasus2avro.timeseries",
|
|
28
|
+
"symbols": [
|
|
29
|
+
"SECOND",
|
|
30
|
+
"MINUTE",
|
|
31
|
+
"HOUR",
|
|
32
|
+
"DAY",
|
|
33
|
+
"WEEK",
|
|
34
|
+
"MONTH",
|
|
35
|
+
"QUARTER",
|
|
36
|
+
"YEAR"
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
"name": "unit",
|
|
40
|
+
"doc": "Interval unit such as minute/hour/day etc."
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"type": "int",
|
|
44
|
+
"name": "multiple",
|
|
45
|
+
"default": 1,
|
|
46
|
+
"doc": "How many units. Defaults to 1."
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"doc": "Defines the size of a time window."
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"name": "eventGranularity",
|
|
53
|
+
"default": null,
|
|
54
|
+
"doc": "Granularity of the event if applicable"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"type": [
|
|
58
|
+
{
|
|
59
|
+
"type": "record",
|
|
60
|
+
"name": "PartitionSpec",
|
|
61
|
+
"namespace": "com.linkedin.pegasus2avro.timeseries",
|
|
62
|
+
"fields": [
|
|
63
|
+
{
|
|
64
|
+
"TimeseriesField": {},
|
|
65
|
+
"type": "string",
|
|
66
|
+
"name": "partition",
|
|
67
|
+
"doc": "A unique id / value for the partition for which statistics were collected,\ngenerated by applying the key definition to a given row."
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"type": [
|
|
71
|
+
"null",
|
|
72
|
+
{
|
|
73
|
+
"type": "record",
|
|
74
|
+
"name": "TimeWindow",
|
|
75
|
+
"namespace": "com.linkedin.pegasus2avro.timeseries",
|
|
76
|
+
"fields": [
|
|
77
|
+
{
|
|
78
|
+
"type": "long",
|
|
79
|
+
"name": "startTimeMillis",
|
|
80
|
+
"doc": "Start time as epoch at UTC."
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"type": "com.linkedin.pegasus2avro.timeseries.TimeWindowSize",
|
|
84
|
+
"name": "length",
|
|
85
|
+
"doc": "The length of the window."
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"name": "timePartition",
|
|
91
|
+
"default": null,
|
|
92
|
+
"doc": "Time window of the partition, if we are able to extract it from the partition key."
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"deprecated": true,
|
|
96
|
+
"type": {
|
|
97
|
+
"type": "enum",
|
|
98
|
+
"name": "PartitionType",
|
|
99
|
+
"namespace": "com.linkedin.pegasus2avro.timeseries",
|
|
100
|
+
"symbols": [
|
|
101
|
+
"FULL_TABLE",
|
|
102
|
+
"QUERY",
|
|
103
|
+
"PARTITION"
|
|
104
|
+
]
|
|
105
|
+
},
|
|
106
|
+
"name": "type",
|
|
107
|
+
"default": "PARTITION",
|
|
108
|
+
"doc": "Unused!"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"doc": "A reference to a specific partition in a dataset."
|
|
112
|
+
},
|
|
113
|
+
"null"
|
|
114
|
+
],
|
|
115
|
+
"name": "partitionSpec",
|
|
116
|
+
"default": {
|
|
117
|
+
"partition": "FULL_TABLE_SNAPSHOT",
|
|
118
|
+
"type": "FULL_TABLE",
|
|
119
|
+
"timePartition": null
|
|
120
|
+
},
|
|
121
|
+
"doc": "The optional partition specification."
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"type": [
|
|
125
|
+
"null",
|
|
126
|
+
"string"
|
|
127
|
+
],
|
|
128
|
+
"name": "messageId",
|
|
129
|
+
"default": null,
|
|
130
|
+
"doc": "The optional messageId, if provided serves as a custom user-defined unique identifier for an aspect value."
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"TimeseriesField": {},
|
|
134
|
+
"type": [
|
|
135
|
+
"null",
|
|
136
|
+
"int"
|
|
137
|
+
],
|
|
138
|
+
"name": "queryCount",
|
|
139
|
+
"default": null,
|
|
140
|
+
"doc": "Total query count in this bucket"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"TimeseriesField": {},
|
|
144
|
+
"type": [
|
|
145
|
+
"null",
|
|
146
|
+
"double"
|
|
147
|
+
],
|
|
148
|
+
"name": "queryCost",
|
|
149
|
+
"default": null,
|
|
150
|
+
"doc": "Query cost for this query and bucket"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"TimeseriesField": {},
|
|
154
|
+
"type": [
|
|
155
|
+
"null",
|
|
156
|
+
"long"
|
|
157
|
+
],
|
|
158
|
+
"name": "lastExecutedAt",
|
|
159
|
+
"default": null,
|
|
160
|
+
"doc": "Last executed timestamp"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"TimeseriesField": {},
|
|
164
|
+
"type": [
|
|
165
|
+
"null",
|
|
166
|
+
"int"
|
|
167
|
+
],
|
|
168
|
+
"name": "uniqueUserCount",
|
|
169
|
+
"default": null,
|
|
170
|
+
"doc": "Unique user count"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"TimeseriesFieldCollection": {
|
|
174
|
+
"key": "user"
|
|
175
|
+
},
|
|
176
|
+
"type": [
|
|
177
|
+
"null",
|
|
178
|
+
{
|
|
179
|
+
"type": "array",
|
|
180
|
+
"items": {
|
|
181
|
+
"type": "record",
|
|
182
|
+
"name": "DatasetUserUsageCounts",
|
|
183
|
+
"namespace": "com.linkedin.pegasus2avro.dataset",
|
|
184
|
+
"fields": [
|
|
185
|
+
{
|
|
186
|
+
"java": {
|
|
187
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
188
|
+
},
|
|
189
|
+
"type": "string",
|
|
190
|
+
"name": "user",
|
|
191
|
+
"doc": "The unique id of the user.",
|
|
192
|
+
"Urn": "Urn"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"TimeseriesField": {},
|
|
196
|
+
"type": "int",
|
|
197
|
+
"name": "count",
|
|
198
|
+
"doc": "Number of times the dataset has been used by the user."
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"TimeseriesField": {},
|
|
202
|
+
"type": [
|
|
203
|
+
"null",
|
|
204
|
+
"string"
|
|
205
|
+
],
|
|
206
|
+
"name": "userEmail",
|
|
207
|
+
"default": null,
|
|
208
|
+
"doc": "If user_email is set, we attempt to resolve the user's urn upon ingest"
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"doc": "Records a single user's usage counts for a given resource"
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"name": "userCounts",
|
|
216
|
+
"default": null,
|
|
217
|
+
"doc": "Users within this bucket, with frequency counts"
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"doc": "Stats corresponding to dataset's usage."
|
|
221
|
+
}
|
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "recommendationModule"
|
|
5
|
+
},
|
|
6
|
+
"name": "RecommendationModule",
|
|
7
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.recommendation",
|
|
8
|
+
"fields": [
|
|
9
|
+
{
|
|
10
|
+
"type": "string",
|
|
11
|
+
"name": "title",
|
|
12
|
+
"doc": "Title of the module to display"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"type": "string",
|
|
16
|
+
"name": "moduleId",
|
|
17
|
+
"doc": "Unique id of the module being recommended"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"type": {
|
|
21
|
+
"type": "enum",
|
|
22
|
+
"symbolDocs": {
|
|
23
|
+
"DOMAIN_SEARCH_LIST": "List of domains to search",
|
|
24
|
+
"ENTITY_NAME_LIST": "Simple list of entities",
|
|
25
|
+
"GLOSSARY_TERM_SEARCH_LIST": "Glossary term search list",
|
|
26
|
+
"PLATFORM_SEARCH_LIST": "List of platforms to search",
|
|
27
|
+
"SEARCH_QUERY_LIST": "A list of recommended searches",
|
|
28
|
+
"TAG_SEARCH_LIST": "Tag search list"
|
|
29
|
+
},
|
|
30
|
+
"name": "RecommendationRenderType",
|
|
31
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.recommendation",
|
|
32
|
+
"symbols": [
|
|
33
|
+
"ENTITY_NAME_LIST",
|
|
34
|
+
"PLATFORM_SEARCH_LIST",
|
|
35
|
+
"TAG_SEARCH_LIST",
|
|
36
|
+
"GLOSSARY_TERM_SEARCH_LIST",
|
|
37
|
+
"SEARCH_QUERY_LIST",
|
|
38
|
+
"DOMAIN_SEARCH_LIST"
|
|
39
|
+
],
|
|
40
|
+
"doc": "Enum that defines how the modules should be rendered.\nThere should be two frontend implementation of large and small modules per type."
|
|
41
|
+
},
|
|
42
|
+
"name": "renderType",
|
|
43
|
+
"doc": "Type of rendering that defines how the module should be rendered"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"type": {
|
|
47
|
+
"type": "array",
|
|
48
|
+
"items": {
|
|
49
|
+
"type": "record",
|
|
50
|
+
"name": "RecommendationContent",
|
|
51
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.recommendation",
|
|
52
|
+
"fields": [
|
|
53
|
+
{
|
|
54
|
+
"type": "string",
|
|
55
|
+
"name": "value",
|
|
56
|
+
"doc": "String representation of content"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"java": {
|
|
60
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
61
|
+
},
|
|
62
|
+
"type": [
|
|
63
|
+
"null",
|
|
64
|
+
"string"
|
|
65
|
+
],
|
|
66
|
+
"name": "entity",
|
|
67
|
+
"default": null,
|
|
68
|
+
"doc": "Entity being recommended. Empty if the content being recommended is not an entity",
|
|
69
|
+
"Urn": "Urn"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"type": [
|
|
73
|
+
"null",
|
|
74
|
+
{
|
|
75
|
+
"type": "record",
|
|
76
|
+
"name": "RecommendationParams",
|
|
77
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.recommendation",
|
|
78
|
+
"fields": [
|
|
79
|
+
{
|
|
80
|
+
"type": [
|
|
81
|
+
"null",
|
|
82
|
+
{
|
|
83
|
+
"type": "record",
|
|
84
|
+
"name": "SearchParams",
|
|
85
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.recommendation",
|
|
86
|
+
"fields": [
|
|
87
|
+
{
|
|
88
|
+
"type": {
|
|
89
|
+
"type": "array",
|
|
90
|
+
"items": "string"
|
|
91
|
+
},
|
|
92
|
+
"name": "types",
|
|
93
|
+
"default": [],
|
|
94
|
+
"doc": "Entity types to be searched. If this is not provided, all entities will be searched."
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"type": "string",
|
|
98
|
+
"name": "query",
|
|
99
|
+
"doc": "Search query"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"type": {
|
|
103
|
+
"type": "array",
|
|
104
|
+
"items": {
|
|
105
|
+
"type": "record",
|
|
106
|
+
"name": "Criterion",
|
|
107
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.query.filter",
|
|
108
|
+
"fields": [
|
|
109
|
+
{
|
|
110
|
+
"type": "string",
|
|
111
|
+
"name": "field",
|
|
112
|
+
"doc": "The name of the field that the criterion refers to"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"type": "string",
|
|
116
|
+
"name": "value",
|
|
117
|
+
"doc": "The value of the intended field"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"type": {
|
|
121
|
+
"type": "array",
|
|
122
|
+
"items": "string"
|
|
123
|
+
},
|
|
124
|
+
"name": "values",
|
|
125
|
+
"default": [],
|
|
126
|
+
"doc": "Values. one of which the intended field should match\nNote, if values is set, the above \"value\" field will be ignored"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"type": {
|
|
130
|
+
"type": "enum",
|
|
131
|
+
"symbolDocs": {
|
|
132
|
+
"ANCESTORS_INCL": "Represent the relation: URN field matches any nested parent in addition to the given URN",
|
|
133
|
+
"BETWEEN": "Represent the relation within an inclusive range, e.g. 3 <= ownerCount <= 5. Note that the values in Criterion must have two entries for a lower and upper bound.",
|
|
134
|
+
"CONTAIN": "Represent the relation: String field contains value, e.g. name contains Profile",
|
|
135
|
+
"DESCENDANTS_INCL": "Represent the relation: URN field any nested children in addition to the given URN",
|
|
136
|
+
"END_WITH": "Represent the relation: String field ends with value, e.g. name ends with Event",
|
|
137
|
+
"EQUAL": "Represent the relation: field = value, e.g. platform = hdfs",
|
|
138
|
+
"EXISTS": "Represents the relation: field exists and is non-empty, e.g. owners is not null and != [] (empty)",
|
|
139
|
+
"GREATER_THAN": "Represent the relation greater than, e.g. ownerCount > 5",
|
|
140
|
+
"GREATER_THAN_OR_EQUAL_TO": "Represent the relation greater than or equal to, e.g. ownerCount >= 5",
|
|
141
|
+
"IEQUAL": "Represent the relation: field = value and support case insensitive values, e.g. platform = hdfs",
|
|
142
|
+
"IN": "Represent the relation: String field is one of the array values to, e.g. name in [\"Profile\", \"Event\"]",
|
|
143
|
+
"IS_NULL": "Represent the relation: field is null, e.g. platform is null",
|
|
144
|
+
"LESS_THAN": "Represent the relation less than, e.g. ownerCount < 3",
|
|
145
|
+
"LESS_THAN_OR_EQUAL_TO": "Represent the relation less than or equal to, e.g. ownerCount <= 3",
|
|
146
|
+
"RELATED_INCL": "Represent the relation: URN field matches any nested child or parent in addition to the given URN",
|
|
147
|
+
"START_WITH": "Represent the relation: String field starts with value, e.g. name starts with PageView"
|
|
148
|
+
},
|
|
149
|
+
"name": "Condition",
|
|
150
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.query.filter",
|
|
151
|
+
"symbols": [
|
|
152
|
+
"CONTAIN",
|
|
153
|
+
"END_WITH",
|
|
154
|
+
"EQUAL",
|
|
155
|
+
"IEQUAL",
|
|
156
|
+
"IS_NULL",
|
|
157
|
+
"EXISTS",
|
|
158
|
+
"GREATER_THAN",
|
|
159
|
+
"GREATER_THAN_OR_EQUAL_TO",
|
|
160
|
+
"IN",
|
|
161
|
+
"LESS_THAN",
|
|
162
|
+
"LESS_THAN_OR_EQUAL_TO",
|
|
163
|
+
"BETWEEN",
|
|
164
|
+
"START_WITH",
|
|
165
|
+
"DESCENDANTS_INCL",
|
|
166
|
+
"ANCESTORS_INCL",
|
|
167
|
+
"RELATED_INCL"
|
|
168
|
+
],
|
|
169
|
+
"doc": "The matching condition in a filter criterion"
|
|
170
|
+
},
|
|
171
|
+
"name": "condition",
|
|
172
|
+
"default": "EQUAL",
|
|
173
|
+
"doc": "The condition for the criterion, e.g. EQUAL, START_WITH"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"type": "boolean",
|
|
177
|
+
"name": "negated",
|
|
178
|
+
"default": false,
|
|
179
|
+
"doc": "Whether the condition should be negated"
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"doc": "A criterion for matching a field with given value"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"name": "filters",
|
|
186
|
+
"default": [],
|
|
187
|
+
"doc": "Filters"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"doc": "Context to define the search recommendations"
|
|
191
|
+
}
|
|
192
|
+
],
|
|
193
|
+
"name": "searchParams",
|
|
194
|
+
"default": null,
|
|
195
|
+
"doc": "Context to define the search recommendations"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"type": [
|
|
199
|
+
"null",
|
|
200
|
+
{
|
|
201
|
+
"type": "record",
|
|
202
|
+
"name": "EntityProfileParams",
|
|
203
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.recommendation",
|
|
204
|
+
"fields": [
|
|
205
|
+
{
|
|
206
|
+
"java": {
|
|
207
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
208
|
+
},
|
|
209
|
+
"type": "string",
|
|
210
|
+
"name": "urn",
|
|
211
|
+
"doc": "Urn of the entity being shown",
|
|
212
|
+
"Urn": "Urn"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"doc": "Context to define the entity profile page"
|
|
216
|
+
}
|
|
217
|
+
],
|
|
218
|
+
"name": "entityProfileParams",
|
|
219
|
+
"default": null,
|
|
220
|
+
"doc": "Context to define the entity profile page"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"type": [
|
|
224
|
+
"null",
|
|
225
|
+
{
|
|
226
|
+
"type": "record",
|
|
227
|
+
"name": "ContentParams",
|
|
228
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.recommendation",
|
|
229
|
+
"fields": [
|
|
230
|
+
{
|
|
231
|
+
"type": "long",
|
|
232
|
+
"name": "count",
|
|
233
|
+
"doc": "Number of entities corresponding to the recommended content"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"doc": "Params about the recommended content"
|
|
237
|
+
}
|
|
238
|
+
],
|
|
239
|
+
"name": "contentParams",
|
|
240
|
+
"default": null,
|
|
241
|
+
"doc": "Context about the recommendation"
|
|
242
|
+
}
|
|
243
|
+
],
|
|
244
|
+
"doc": "Parameters required to render a recommendation of a given type"
|
|
245
|
+
}
|
|
246
|
+
],
|
|
247
|
+
"name": "params",
|
|
248
|
+
"default": null,
|
|
249
|
+
"doc": "Additional context required to generate the the recommendation"
|
|
250
|
+
}
|
|
251
|
+
],
|
|
252
|
+
"doc": "Content to display within each recommendation module"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"name": "content",
|
|
256
|
+
"doc": "List of content to display inside the module"
|
|
257
|
+
}
|
|
258
|
+
]
|
|
259
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "recommendationModuleKey",
|
|
5
|
+
"keyForEntity": "recommendationModule",
|
|
6
|
+
"entityCategory": "_unset_",
|
|
7
|
+
"entityAspects": [
|
|
8
|
+
"recommendationModule"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"name": "RecommendationModuleKey",
|
|
12
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.key",
|
|
13
|
+
"fields": [
|
|
14
|
+
{
|
|
15
|
+
"type": "string",
|
|
16
|
+
"name": "moduleId",
|
|
17
|
+
"doc": "Module ID for the recommendation module"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"type": "string",
|
|
21
|
+
"name": "identifier",
|
|
22
|
+
"doc": "Identifier for the specific module"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"doc": "Key for a recommendation module"
|
|
26
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "dataHubRemoteExecutorKey",
|
|
5
|
+
"keyForEntity": "dataHubRemoteExecutor",
|
|
6
|
+
"entityCategory": "internal",
|
|
7
|
+
"entityAspects": [
|
|
8
|
+
"dataHubRemoteExecutorStatus"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"name": "RemoteExecutorKey",
|
|
12
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.key",
|
|
13
|
+
"fields": [
|
|
14
|
+
{
|
|
15
|
+
"type": "string",
|
|
16
|
+
"name": "id",
|
|
17
|
+
"doc": "A unique id for the DataHub Remote Executor."
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"doc": "Key for an DataHub Remote Executor"
|
|
21
|
+
}
|