acryl-datahub-cloud 0.3.8rc8__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.8rc8.dist-info → acryl_datahub_cloud-0.3.8rc9.dist-info}/METADATA +35 -35
- acryl_datahub_cloud-0.3.8rc9.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.8rc9.dist-info}/WHEEL +0 -0
- {acryl_datahub_cloud-0.3.8rc8.dist-info → acryl_datahub_cloud-0.3.8rc9.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_cloud-0.3.8rc8.dist-info → acryl_datahub_cloud-0.3.8rc9.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "documentation"
|
|
5
|
+
},
|
|
6
|
+
"name": "Documentation",
|
|
7
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
8
|
+
"fields": [
|
|
9
|
+
{
|
|
10
|
+
"type": [
|
|
11
|
+
"null",
|
|
12
|
+
{
|
|
13
|
+
"type": "record",
|
|
14
|
+
"name": "AuditStamp",
|
|
15
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
16
|
+
"fields": [
|
|
17
|
+
{
|
|
18
|
+
"type": "long",
|
|
19
|
+
"name": "time",
|
|
20
|
+
"doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"java": {
|
|
24
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
25
|
+
},
|
|
26
|
+
"type": "string",
|
|
27
|
+
"name": "actor",
|
|
28
|
+
"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.",
|
|
29
|
+
"Urn": "Urn"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"java": {
|
|
33
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
34
|
+
},
|
|
35
|
+
"type": [
|
|
36
|
+
"null",
|
|
37
|
+
"string"
|
|
38
|
+
],
|
|
39
|
+
"name": "impersonator",
|
|
40
|
+
"default": null,
|
|
41
|
+
"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.",
|
|
42
|
+
"Urn": "Urn"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"type": [
|
|
46
|
+
"null",
|
|
47
|
+
"string"
|
|
48
|
+
],
|
|
49
|
+
"name": "message",
|
|
50
|
+
"default": null,
|
|
51
|
+
"doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"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."
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"name": "lastModified",
|
|
58
|
+
"default": null,
|
|
59
|
+
"doc": "The time and actor that generated or last updated this documentation."
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"type": {
|
|
63
|
+
"type": "array",
|
|
64
|
+
"items": {
|
|
65
|
+
"type": "record",
|
|
66
|
+
"name": "DocumentationAssociation",
|
|
67
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
68
|
+
"fields": [
|
|
69
|
+
{
|
|
70
|
+
"type": "string",
|
|
71
|
+
"name": "documentation",
|
|
72
|
+
"doc": "Description of this asset"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"Searchable": {
|
|
76
|
+
"/actor": {
|
|
77
|
+
"fieldName": "documentationAttributionActors",
|
|
78
|
+
"fieldType": "URN",
|
|
79
|
+
"queryByDefault": false
|
|
80
|
+
},
|
|
81
|
+
"/source": {
|
|
82
|
+
"fieldName": "documentationAttributionSources",
|
|
83
|
+
"fieldType": "URN",
|
|
84
|
+
"queryByDefault": false
|
|
85
|
+
},
|
|
86
|
+
"/time": {
|
|
87
|
+
"fieldName": "documentationAttributionDates",
|
|
88
|
+
"fieldType": "DATETIME",
|
|
89
|
+
"queryByDefault": false
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"type": [
|
|
93
|
+
"null",
|
|
94
|
+
{
|
|
95
|
+
"type": "record",
|
|
96
|
+
"name": "MetadataAttribution",
|
|
97
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
98
|
+
"fields": [
|
|
99
|
+
{
|
|
100
|
+
"type": "long",
|
|
101
|
+
"name": "time",
|
|
102
|
+
"doc": "When this metadata was updated."
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"java": {
|
|
106
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
107
|
+
},
|
|
108
|
+
"type": "string",
|
|
109
|
+
"name": "actor",
|
|
110
|
+
"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.",
|
|
111
|
+
"Urn": "Urn"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"java": {
|
|
115
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
116
|
+
},
|
|
117
|
+
"type": [
|
|
118
|
+
"null",
|
|
119
|
+
"string"
|
|
120
|
+
],
|
|
121
|
+
"name": "source",
|
|
122
|
+
"default": null,
|
|
123
|
+
"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.",
|
|
124
|
+
"Urn": "Urn"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"type": {
|
|
128
|
+
"type": "map",
|
|
129
|
+
"values": "string"
|
|
130
|
+
},
|
|
131
|
+
"name": "sourceDetail",
|
|
132
|
+
"default": {},
|
|
133
|
+
"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."
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"doc": "Information about who, why, and how this metadata was applied"
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"name": "attribution",
|
|
140
|
+
"default": null,
|
|
141
|
+
"doc": "Information about who, why, and how this metadata was applied"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"doc": "Properties of applied documentation including the attribution of the doc"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"name": "documentations",
|
|
148
|
+
"doc": "Documentations associated with this asset. We could be receiving docs from different sources"
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"doc": "Aspect used for storing all applicable documentations on assets.\nThis aspect supports multiple documentations from different sources.\nThere is an implicit assumption that there is only one documentation per\n source.\nFor example, if there are two documentations from the same source, the\n latest one will overwrite the previous one.\nIf there are two documentations from different sources, both will be\n stored.\nFuture evolution considerations:\nThe first entity that uses this aspect is Schema Field. We will expand this\n aspect to other entities eventually.\nThe values of the documentation are not currently searchable. This will be\n changed once this aspect develops opinion on which documentation entry is\n the authoritative one.\nEnsuring that there is only one documentation per source is a business\n rule that is not enforced by the aspect yet. This will currently be enforced by the\n application that uses this aspect. We will eventually enforce this rule in\n the aspect using AspectMutators."
|
|
152
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "domainKey",
|
|
5
|
+
"keyForEntity": "domain",
|
|
6
|
+
"entityCategory": "core",
|
|
7
|
+
"entityAspects": [
|
|
8
|
+
"domainProperties",
|
|
9
|
+
"institutionalMemory",
|
|
10
|
+
"ownership",
|
|
11
|
+
"structuredProperties",
|
|
12
|
+
"forms",
|
|
13
|
+
"testResults",
|
|
14
|
+
"displayProperties",
|
|
15
|
+
"share",
|
|
16
|
+
"origin"
|
|
17
|
+
],
|
|
18
|
+
"entityDoc": "A data domain within an organization."
|
|
19
|
+
},
|
|
20
|
+
"name": "DomainKey",
|
|
21
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.key",
|
|
22
|
+
"fields": [
|
|
23
|
+
{
|
|
24
|
+
"type": "string",
|
|
25
|
+
"name": "id",
|
|
26
|
+
"doc": "A unique id for the domain. Should be separate from the name used for displaying a Domain."
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"doc": "Key for an Asset Domain"
|
|
30
|
+
}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "domainProperties"
|
|
5
|
+
},
|
|
6
|
+
"name": "DomainProperties",
|
|
7
|
+
"namespace": "com.linkedin.pegasus2avro.domain",
|
|
8
|
+
"fields": [
|
|
9
|
+
{
|
|
10
|
+
"Searchable": {
|
|
11
|
+
"/*": {
|
|
12
|
+
"fieldType": "TEXT",
|
|
13
|
+
"queryByDefault": true
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"type": {
|
|
17
|
+
"type": "map",
|
|
18
|
+
"values": "string"
|
|
19
|
+
},
|
|
20
|
+
"name": "customProperties",
|
|
21
|
+
"default": {},
|
|
22
|
+
"doc": "Custom property bag."
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"Searchable": {
|
|
26
|
+
"boostScore": 10.0,
|
|
27
|
+
"enableAutocomplete": true,
|
|
28
|
+
"fieldNameAliases": [
|
|
29
|
+
"_entityName"
|
|
30
|
+
],
|
|
31
|
+
"fieldType": "WORD_GRAM"
|
|
32
|
+
},
|
|
33
|
+
"type": "string",
|
|
34
|
+
"name": "name",
|
|
35
|
+
"doc": "Display name of the Domain"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"Searchable": {
|
|
39
|
+
"fieldType": "TEXT",
|
|
40
|
+
"hasValuesFieldName": "hasDescription"
|
|
41
|
+
},
|
|
42
|
+
"type": [
|
|
43
|
+
"null",
|
|
44
|
+
"string"
|
|
45
|
+
],
|
|
46
|
+
"name": "description",
|
|
47
|
+
"default": null,
|
|
48
|
+
"doc": "Description of the Domain"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"Searchable": {
|
|
52
|
+
"/time": {
|
|
53
|
+
"fieldName": "createdTime",
|
|
54
|
+
"fieldType": "DATETIME"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"type": [
|
|
58
|
+
"null",
|
|
59
|
+
{
|
|
60
|
+
"type": "record",
|
|
61
|
+
"name": "AuditStamp",
|
|
62
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
63
|
+
"fields": [
|
|
64
|
+
{
|
|
65
|
+
"type": "long",
|
|
66
|
+
"name": "time",
|
|
67
|
+
"doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"java": {
|
|
71
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
72
|
+
},
|
|
73
|
+
"type": "string",
|
|
74
|
+
"name": "actor",
|
|
75
|
+
"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.",
|
|
76
|
+
"Urn": "Urn"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"java": {
|
|
80
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
81
|
+
},
|
|
82
|
+
"type": [
|
|
83
|
+
"null",
|
|
84
|
+
"string"
|
|
85
|
+
],
|
|
86
|
+
"name": "impersonator",
|
|
87
|
+
"default": null,
|
|
88
|
+
"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.",
|
|
89
|
+
"Urn": "Urn"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"type": [
|
|
93
|
+
"null",
|
|
94
|
+
"string"
|
|
95
|
+
],
|
|
96
|
+
"name": "message",
|
|
97
|
+
"default": null,
|
|
98
|
+
"doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"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."
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"name": "created",
|
|
105
|
+
"default": null,
|
|
106
|
+
"doc": "Created Audit stamp"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"Relationship": {
|
|
110
|
+
"entityTypes": [
|
|
111
|
+
"domain"
|
|
112
|
+
],
|
|
113
|
+
"name": "IsPartOf"
|
|
114
|
+
},
|
|
115
|
+
"Searchable": {
|
|
116
|
+
"fieldName": "parentDomain",
|
|
117
|
+
"fieldType": "URN",
|
|
118
|
+
"hasValuesFieldName": "hasParentDomain"
|
|
119
|
+
},
|
|
120
|
+
"java": {
|
|
121
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
122
|
+
},
|
|
123
|
+
"type": [
|
|
124
|
+
"null",
|
|
125
|
+
"string"
|
|
126
|
+
],
|
|
127
|
+
"name": "parentDomain",
|
|
128
|
+
"default": null,
|
|
129
|
+
"doc": "Optional: Parent of the domain",
|
|
130
|
+
"Urn": "Urn",
|
|
131
|
+
"entityTypes": [
|
|
132
|
+
"domain"
|
|
133
|
+
]
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"doc": "Information about a Domain"
|
|
137
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "domains"
|
|
5
|
+
},
|
|
6
|
+
"name": "Domains",
|
|
7
|
+
"namespace": "com.linkedin.pegasus2avro.domain",
|
|
8
|
+
"fields": [
|
|
9
|
+
{
|
|
10
|
+
"Relationship": {
|
|
11
|
+
"/*": {
|
|
12
|
+
"entityTypes": [
|
|
13
|
+
"domain"
|
|
14
|
+
],
|
|
15
|
+
"name": "AssociatedWith"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"Searchable": {
|
|
19
|
+
"/*": {
|
|
20
|
+
"addToFilters": true,
|
|
21
|
+
"fieldName": "domains",
|
|
22
|
+
"fieldType": "URN",
|
|
23
|
+
"filterNameOverride": "In Domain",
|
|
24
|
+
"hasValuesFieldName": "hasDomain"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"type": {
|
|
28
|
+
"type": "array",
|
|
29
|
+
"items": "string"
|
|
30
|
+
},
|
|
31
|
+
"name": "domains",
|
|
32
|
+
"doc": "The Domains attached to an Asset",
|
|
33
|
+
"Urn": "Urn",
|
|
34
|
+
"urn_is_array": true
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"doc": "Links from an Asset to its Domains"
|
|
38
|
+
}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "dynamicFormAssignment"
|
|
5
|
+
},
|
|
6
|
+
"name": "DynamicFormAssignment",
|
|
7
|
+
"namespace": "com.linkedin.pegasus2avro.form",
|
|
8
|
+
"fields": [
|
|
9
|
+
{
|
|
10
|
+
"type": {
|
|
11
|
+
"type": "record",
|
|
12
|
+
"name": "Filter",
|
|
13
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.query.filter",
|
|
14
|
+
"fields": [
|
|
15
|
+
{
|
|
16
|
+
"type": [
|
|
17
|
+
"null",
|
|
18
|
+
{
|
|
19
|
+
"type": "array",
|
|
20
|
+
"items": {
|
|
21
|
+
"type": "record",
|
|
22
|
+
"name": "ConjunctiveCriterion",
|
|
23
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.query.filter",
|
|
24
|
+
"fields": [
|
|
25
|
+
{
|
|
26
|
+
"type": {
|
|
27
|
+
"type": "array",
|
|
28
|
+
"items": {
|
|
29
|
+
"type": "record",
|
|
30
|
+
"name": "Criterion",
|
|
31
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.query.filter",
|
|
32
|
+
"fields": [
|
|
33
|
+
{
|
|
34
|
+
"type": "string",
|
|
35
|
+
"name": "field",
|
|
36
|
+
"doc": "The name of the field that the criterion refers to"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"type": "string",
|
|
40
|
+
"name": "value",
|
|
41
|
+
"doc": "The value of the intended field"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"type": {
|
|
45
|
+
"type": "array",
|
|
46
|
+
"items": "string"
|
|
47
|
+
},
|
|
48
|
+
"name": "values",
|
|
49
|
+
"default": [],
|
|
50
|
+
"doc": "Values. one of which the intended field should match\nNote, if values is set, the above \"value\" field will be ignored"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"type": {
|
|
54
|
+
"type": "enum",
|
|
55
|
+
"symbolDocs": {
|
|
56
|
+
"ANCESTORS_INCL": "Represent the relation: URN field matches any nested parent in addition to the given URN",
|
|
57
|
+
"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.",
|
|
58
|
+
"CONTAIN": "Represent the relation: String field contains value, e.g. name contains Profile",
|
|
59
|
+
"DESCENDANTS_INCL": "Represent the relation: URN field any nested children in addition to the given URN",
|
|
60
|
+
"END_WITH": "Represent the relation: String field ends with value, e.g. name ends with Event",
|
|
61
|
+
"EQUAL": "Represent the relation: field = value, e.g. platform = hdfs",
|
|
62
|
+
"EXISTS": "Represents the relation: field exists and is non-empty, e.g. owners is not null and != [] (empty)",
|
|
63
|
+
"GREATER_THAN": "Represent the relation greater than, e.g. ownerCount > 5",
|
|
64
|
+
"GREATER_THAN_OR_EQUAL_TO": "Represent the relation greater than or equal to, e.g. ownerCount >= 5",
|
|
65
|
+
"IEQUAL": "Represent the relation: field = value and support case insensitive values, e.g. platform = hdfs",
|
|
66
|
+
"IN": "Represent the relation: String field is one of the array values to, e.g. name in [\"Profile\", \"Event\"]",
|
|
67
|
+
"IS_NULL": "Represent the relation: field is null, e.g. platform is null",
|
|
68
|
+
"LESS_THAN": "Represent the relation less than, e.g. ownerCount < 3",
|
|
69
|
+
"LESS_THAN_OR_EQUAL_TO": "Represent the relation less than or equal to, e.g. ownerCount <= 3",
|
|
70
|
+
"RELATED_INCL": "Represent the relation: URN field matches any nested child or parent in addition to the given URN",
|
|
71
|
+
"START_WITH": "Represent the relation: String field starts with value, e.g. name starts with PageView"
|
|
72
|
+
},
|
|
73
|
+
"name": "Condition",
|
|
74
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.query.filter",
|
|
75
|
+
"symbols": [
|
|
76
|
+
"CONTAIN",
|
|
77
|
+
"END_WITH",
|
|
78
|
+
"EQUAL",
|
|
79
|
+
"IEQUAL",
|
|
80
|
+
"IS_NULL",
|
|
81
|
+
"EXISTS",
|
|
82
|
+
"GREATER_THAN",
|
|
83
|
+
"GREATER_THAN_OR_EQUAL_TO",
|
|
84
|
+
"IN",
|
|
85
|
+
"LESS_THAN",
|
|
86
|
+
"LESS_THAN_OR_EQUAL_TO",
|
|
87
|
+
"BETWEEN",
|
|
88
|
+
"START_WITH",
|
|
89
|
+
"DESCENDANTS_INCL",
|
|
90
|
+
"ANCESTORS_INCL",
|
|
91
|
+
"RELATED_INCL"
|
|
92
|
+
],
|
|
93
|
+
"doc": "The matching condition in a filter criterion"
|
|
94
|
+
},
|
|
95
|
+
"name": "condition",
|
|
96
|
+
"default": "EQUAL",
|
|
97
|
+
"doc": "The condition for the criterion, e.g. EQUAL, START_WITH"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"type": "boolean",
|
|
101
|
+
"name": "negated",
|
|
102
|
+
"default": false,
|
|
103
|
+
"doc": "Whether the condition should be negated"
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
"doc": "A criterion for matching a field with given value"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"name": "and",
|
|
110
|
+
"doc": "A list of and criteria the filter applies to the query"
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"doc": "A list of criterion and'd together."
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
],
|
|
117
|
+
"name": "or",
|
|
118
|
+
"default": null,
|
|
119
|
+
"doc": "A list of disjunctive criterion for the filter. (or operation to combine filters)"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"type": [
|
|
123
|
+
"null",
|
|
124
|
+
{
|
|
125
|
+
"type": "array",
|
|
126
|
+
"items": "com.linkedin.pegasus2avro.metadata.query.filter.Criterion"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"name": "criteria",
|
|
130
|
+
"default": null,
|
|
131
|
+
"doc": "Deprecated! A list of conjunctive criterion for the filter. If \"or\" field is provided, then this field is ignored."
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
"doc": "The filter for finding a record or a collection of records"
|
|
135
|
+
},
|
|
136
|
+
"name": "filter",
|
|
137
|
+
"doc": "The filter applied when assigning this form to entities. Entities that match this filter\nwill have this form applied to them. Right now this filter only supports filtering by\nplatform, entity type, container, and domain through the UI."
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"type": [
|
|
141
|
+
"null",
|
|
142
|
+
"string"
|
|
143
|
+
],
|
|
144
|
+
"name": "json",
|
|
145
|
+
"default": null,
|
|
146
|
+
"doc": "The stringified json representing the logical predicate built in the UI to select assets.\nThis predicate is turned into orFilters to send through graphql since graphql doesn't support\narbitrary nesting. This string is used to restore the UI for this logical predicate."
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"doc": "Information about how a form is assigned to entities dynamically. Provide a filter to\nmatch a set of entities instead of explicitly applying a form to specific entities."
|
|
150
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "erModelRelationshipKey",
|
|
5
|
+
"keyForEntity": "erModelRelationship",
|
|
6
|
+
"entityCategory": "_unset_",
|
|
7
|
+
"entityAspects": [
|
|
8
|
+
"erModelRelationshipProperties",
|
|
9
|
+
"editableERModelRelationshipProperties",
|
|
10
|
+
"institutionalMemory",
|
|
11
|
+
"ownership",
|
|
12
|
+
"status",
|
|
13
|
+
"globalTags",
|
|
14
|
+
"glossaryTerms",
|
|
15
|
+
"lineageFeatures"
|
|
16
|
+
],
|
|
17
|
+
"entityDoc": "ER Model Relationship of Dataset Fields"
|
|
18
|
+
},
|
|
19
|
+
"name": "ERModelRelationshipKey",
|
|
20
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.key",
|
|
21
|
+
"fields": [
|
|
22
|
+
{
|
|
23
|
+
"type": "string",
|
|
24
|
+
"name": "id"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"doc": "Key for a ERModelRelationship"
|
|
28
|
+
}
|