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,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "versionInfo"
|
|
5
|
+
},
|
|
6
|
+
"name": "VersionInfo",
|
|
7
|
+
"namespace": "com.linkedin.pegasus2avro.datajob",
|
|
8
|
+
"fields": [
|
|
9
|
+
{
|
|
10
|
+
"Searchable": {
|
|
11
|
+
"/*": {
|
|
12
|
+
"fieldType": "TEXT",
|
|
13
|
+
"queryByDefault": true
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"type": {
|
|
17
|
+
"type": "map",
|
|
18
|
+
"values": "string"
|
|
19
|
+
},
|
|
20
|
+
"name": "customProperties",
|
|
21
|
+
"default": {},
|
|
22
|
+
"doc": "Custom property bag."
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"Searchable": {
|
|
26
|
+
"fieldType": "KEYWORD"
|
|
27
|
+
},
|
|
28
|
+
"java": {
|
|
29
|
+
"class": "com.linkedin.pegasus2avro.common.url.Url",
|
|
30
|
+
"coercerClass": "com.linkedin.pegasus2avro.common.url.UrlCoercer"
|
|
31
|
+
},
|
|
32
|
+
"type": [
|
|
33
|
+
"null",
|
|
34
|
+
"string"
|
|
35
|
+
],
|
|
36
|
+
"name": "externalUrl",
|
|
37
|
+
"default": null,
|
|
38
|
+
"doc": "URL where the reference exist"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "string",
|
|
42
|
+
"name": "version",
|
|
43
|
+
"doc": "The version which can indentify a job version like a commit hash or md5 hash"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"type": "string",
|
|
47
|
+
"name": "versionType",
|
|
48
|
+
"doc": "The type of the version like git hash or md5 hash"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"doc": "Information about a Data processing job"
|
|
52
|
+
}
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "versionProperties"
|
|
5
|
+
},
|
|
6
|
+
"name": "VersionProperties",
|
|
7
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
8
|
+
"fields": [
|
|
9
|
+
{
|
|
10
|
+
"Relationship": {
|
|
11
|
+
"entityTypes": [
|
|
12
|
+
"versionSet"
|
|
13
|
+
],
|
|
14
|
+
"name": "VersionOf"
|
|
15
|
+
},
|
|
16
|
+
"Searchable": {
|
|
17
|
+
"queryByDefault": false
|
|
18
|
+
},
|
|
19
|
+
"java": {
|
|
20
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
21
|
+
},
|
|
22
|
+
"type": "string",
|
|
23
|
+
"name": "versionSet",
|
|
24
|
+
"doc": "The linked Version Set entity that ties multiple versioned assets together",
|
|
25
|
+
"Urn": "Urn",
|
|
26
|
+
"entityTypes": [
|
|
27
|
+
"versionSet"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"Searchable": {
|
|
32
|
+
"/versionTag": {
|
|
33
|
+
"fieldName": "version",
|
|
34
|
+
"queryByDefault": false
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"type": {
|
|
38
|
+
"type": "record",
|
|
39
|
+
"name": "VersionTag",
|
|
40
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
41
|
+
"fields": [
|
|
42
|
+
{
|
|
43
|
+
"type": [
|
|
44
|
+
"null",
|
|
45
|
+
"string"
|
|
46
|
+
],
|
|
47
|
+
"name": "versionTag",
|
|
48
|
+
"default": null
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"type": [
|
|
52
|
+
"null",
|
|
53
|
+
{
|
|
54
|
+
"type": "record",
|
|
55
|
+
"name": "MetadataAttribution",
|
|
56
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
57
|
+
"fields": [
|
|
58
|
+
{
|
|
59
|
+
"type": "long",
|
|
60
|
+
"name": "time",
|
|
61
|
+
"doc": "When this metadata was updated."
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"java": {
|
|
65
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
66
|
+
},
|
|
67
|
+
"type": "string",
|
|
68
|
+
"name": "actor",
|
|
69
|
+
"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.",
|
|
70
|
+
"Urn": "Urn"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"java": {
|
|
74
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
75
|
+
},
|
|
76
|
+
"type": [
|
|
77
|
+
"null",
|
|
78
|
+
"string"
|
|
79
|
+
],
|
|
80
|
+
"name": "source",
|
|
81
|
+
"default": null,
|
|
82
|
+
"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.",
|
|
83
|
+
"Urn": "Urn"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"type": {
|
|
87
|
+
"type": "map",
|
|
88
|
+
"values": "string"
|
|
89
|
+
},
|
|
90
|
+
"name": "sourceDetail",
|
|
91
|
+
"default": {},
|
|
92
|
+
"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."
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"doc": "Information about who, why, and how this metadata was applied"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"name": "metadataAttribution",
|
|
99
|
+
"default": null
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"doc": "A resource-defined string representing the resource state for the purpose of concurrency control"
|
|
103
|
+
},
|
|
104
|
+
"name": "version",
|
|
105
|
+
"doc": "Label for this versioned asset, is unique within a version set"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"Searchable": {
|
|
109
|
+
"/*/versionTag": {
|
|
110
|
+
"fieldName": "aliases",
|
|
111
|
+
"queryByDefault": false
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"type": {
|
|
115
|
+
"type": "array",
|
|
116
|
+
"items": "com.linkedin.pegasus2avro.common.VersionTag"
|
|
117
|
+
},
|
|
118
|
+
"name": "aliases",
|
|
119
|
+
"default": [],
|
|
120
|
+
"doc": "Associated aliases for this versioned asset"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"type": [
|
|
124
|
+
"null",
|
|
125
|
+
"string"
|
|
126
|
+
],
|
|
127
|
+
"name": "comment",
|
|
128
|
+
"default": null,
|
|
129
|
+
"doc": "Comment documenting what this version was created for, changes, or represents"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"Searchable": {
|
|
133
|
+
"fieldName": "versionSortId",
|
|
134
|
+
"queryByDefault": false
|
|
135
|
+
},
|
|
136
|
+
"type": "string",
|
|
137
|
+
"name": "sortId",
|
|
138
|
+
"doc": "Sort identifier that determines where a version lives in the order of the Version Set.\nWhat this looks like depends on the Version Scheme. For sort ids generated by DataHub we use an 8 character string representation."
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"type": [
|
|
142
|
+
"null",
|
|
143
|
+
{
|
|
144
|
+
"type": "record",
|
|
145
|
+
"name": "AuditStamp",
|
|
146
|
+
"namespace": "com.linkedin.pegasus2avro.common",
|
|
147
|
+
"fields": [
|
|
148
|
+
{
|
|
149
|
+
"type": "long",
|
|
150
|
+
"name": "time",
|
|
151
|
+
"doc": "When did the resource/association/sub-resource move into the specific lifecycle stage represented by this AuditEvent."
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"java": {
|
|
155
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
156
|
+
},
|
|
157
|
+
"type": "string",
|
|
158
|
+
"name": "actor",
|
|
159
|
+
"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.",
|
|
160
|
+
"Urn": "Urn"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"java": {
|
|
164
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
165
|
+
},
|
|
166
|
+
"type": [
|
|
167
|
+
"null",
|
|
168
|
+
"string"
|
|
169
|
+
],
|
|
170
|
+
"name": "impersonator",
|
|
171
|
+
"default": null,
|
|
172
|
+
"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.",
|
|
173
|
+
"Urn": "Urn"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"type": [
|
|
177
|
+
"null",
|
|
178
|
+
"string"
|
|
179
|
+
],
|
|
180
|
+
"name": "message",
|
|
181
|
+
"default": null,
|
|
182
|
+
"doc": "Additional context around how DataHub was informed of the particular change. For example: was the change created by an automated process, or manually."
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"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."
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"name": "sourceCreatedTimestamp",
|
|
189
|
+
"default": null,
|
|
190
|
+
"doc": "Timestamp reflecting when this asset version was created in the source system."
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"type": [
|
|
194
|
+
"null",
|
|
195
|
+
"com.linkedin.pegasus2avro.common.AuditStamp"
|
|
196
|
+
],
|
|
197
|
+
"name": "metadataCreatedTimestamp",
|
|
198
|
+
"default": null,
|
|
199
|
+
"doc": "Timestamp reflecting when the metadata for this version was created in DataHub"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"Searchable": {
|
|
203
|
+
"fieldType": "BOOLEAN",
|
|
204
|
+
"queryByDefault": false
|
|
205
|
+
},
|
|
206
|
+
"type": [
|
|
207
|
+
"null",
|
|
208
|
+
"boolean"
|
|
209
|
+
],
|
|
210
|
+
"name": "isLatest",
|
|
211
|
+
"default": null,
|
|
212
|
+
"doc": "Marks whether this version is currently the latest. Set by a side effect and should not be modified by API."
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"doc": "Properties about a versioned asset i.e. dataset, ML Model, etc."
|
|
216
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "versionSetKey",
|
|
5
|
+
"keyForEntity": "versionSet",
|
|
6
|
+
"entityCategory": "core",
|
|
7
|
+
"entityAspects": [
|
|
8
|
+
"versionSetProperties"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"name": "VersionSetKey",
|
|
12
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.key",
|
|
13
|
+
"fields": [
|
|
14
|
+
{
|
|
15
|
+
"type": "string",
|
|
16
|
+
"name": "id",
|
|
17
|
+
"doc": "ID of the Version Set, generated from platform + asset id / name"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"type": "string",
|
|
21
|
+
"name": "entityType",
|
|
22
|
+
"doc": "Type of entities included in version set, limits to a single entity type between linked versioned entities"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"doc": "Key for a Version Set entity"
|
|
26
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "versionSetProperties"
|
|
5
|
+
},
|
|
6
|
+
"name": "VersionSetProperties",
|
|
7
|
+
"namespace": "com.linkedin.pegasus2avro.versionset",
|
|
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
|
+
"queryByDefault": "false"
|
|
27
|
+
},
|
|
28
|
+
"java": {
|
|
29
|
+
"class": "com.linkedin.pegasus2avro.common.urn.Urn"
|
|
30
|
+
},
|
|
31
|
+
"type": "string",
|
|
32
|
+
"name": "latest",
|
|
33
|
+
"doc": "The latest versioned entity linked to in this version set",
|
|
34
|
+
"Urn": "Urn"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"type": {
|
|
38
|
+
"type": "enum",
|
|
39
|
+
"name": "VersioningScheme",
|
|
40
|
+
"namespace": "com.linkedin.pegasus2avro.versionset",
|
|
41
|
+
"symbols": [
|
|
42
|
+
"ALPHANUMERIC_GENERATED_BY_DATAHUB"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"name": "versioningScheme",
|
|
46
|
+
"doc": "What versioning scheme is being utilized for the versioned entities sort criterion. Static once set"
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "record",
|
|
3
|
+
"Aspect": {
|
|
4
|
+
"name": "viewProperties"
|
|
5
|
+
},
|
|
6
|
+
"name": "ViewProperties",
|
|
7
|
+
"namespace": "com.linkedin.pegasus2avro.dataset",
|
|
8
|
+
"fields": [
|
|
9
|
+
{
|
|
10
|
+
"Searchable": {
|
|
11
|
+
"fieldType": "BOOLEAN",
|
|
12
|
+
"weightsPerFieldValue": {
|
|
13
|
+
"true": 0.5
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"type": "boolean",
|
|
17
|
+
"name": "materialized",
|
|
18
|
+
"doc": "Whether the view is materialized"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"type": "string",
|
|
22
|
+
"name": "viewLogic",
|
|
23
|
+
"doc": "The view logic"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"type": [
|
|
27
|
+
"null",
|
|
28
|
+
"string"
|
|
29
|
+
],
|
|
30
|
+
"name": "formattedViewLogic",
|
|
31
|
+
"default": null,
|
|
32
|
+
"doc": "The formatted view logic. This is particularly used for SQL sources, where the SQL\nlogic is formatted for better readability, and with dbt, where this contains the\ncompiled SQL logic."
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"type": "string",
|
|
36
|
+
"name": "viewLanguage",
|
|
37
|
+
"doc": "The view logic language / dialect"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"doc": "Details about a View. \ne.g. Gets activated when subTypes is view"
|
|
41
|
+
}
|
|
@@ -15,10 +15,10 @@ import pathlib
|
|
|
15
15
|
def _load_schema(schema_name: str) -> str:
|
|
16
16
|
return (pathlib.Path(__file__).parent / f"{schema_name}.avsc").read_text()
|
|
17
17
|
|
|
18
|
-
def getMetadataChangeEventSchema() -> str:
|
|
19
|
-
return _load_schema("MetadataChangeEvent")
|
|
20
|
-
|
|
21
18
|
def getMetadataChangeProposalSchema() -> str:
|
|
22
19
|
return _load_schema("MetadataChangeProposal")
|
|
23
20
|
|
|
21
|
+
def getMetadataChangeEventSchema() -> str:
|
|
22
|
+
return _load_schema("MetadataChangeEvent")
|
|
23
|
+
|
|
24
24
|
# fmt: on
|
|
@@ -1,86 +1,86 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: acryl-datahub-cloud
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.8rc10
|
|
4
4
|
Requires-Dist: avro-gen3==0.7.16
|
|
5
5
|
Requires-Dist: acryl-datahub
|
|
6
6
|
Provides-Extra: datahub-lineage-features
|
|
7
|
-
Requires-Dist: pandas; extra == "datahub-lineage-features"
|
|
8
|
-
Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
|
|
9
7
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-lineage-features"
|
|
10
|
-
Requires-Dist: pyarrow; extra == "datahub-lineage-features"
|
|
11
8
|
Requires-Dist: duckdb; extra == "datahub-lineage-features"
|
|
9
|
+
Requires-Dist: pandas; extra == "datahub-lineage-features"
|
|
10
|
+
Requires-Dist: pyarrow; extra == "datahub-lineage-features"
|
|
11
|
+
Requires-Dist: pydantic<2; extra == "datahub-lineage-features"
|
|
12
12
|
Provides-Extra: datahub-reporting-forms
|
|
13
|
-
Requires-Dist: pandas; extra == "datahub-reporting-forms"
|
|
14
13
|
Requires-Dist: boto3; extra == "datahub-reporting-forms"
|
|
15
|
-
Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
|
|
16
|
-
Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
|
|
17
14
|
Requires-Dist: duckdb; extra == "datahub-reporting-forms"
|
|
15
|
+
Requires-Dist: pandas; extra == "datahub-reporting-forms"
|
|
16
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-forms"
|
|
17
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-forms"
|
|
18
18
|
Provides-Extra: datahub-reporting-extract-graph
|
|
19
|
-
Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
|
|
20
|
-
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
21
|
-
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
|
|
22
19
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-reporting-extract-graph"
|
|
23
|
-
Requires-Dist:
|
|
20
|
+
Requires-Dist: boto3; extra == "datahub-reporting-extract-graph"
|
|
24
21
|
Requires-Dist: duckdb; extra == "datahub-reporting-extract-graph"
|
|
22
|
+
Requires-Dist: pandas; extra == "datahub-reporting-extract-graph"
|
|
23
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-graph"
|
|
24
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-graph"
|
|
25
25
|
Provides-Extra: datahub-reporting-extract-sql
|
|
26
|
-
Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
|
|
27
26
|
Requires-Dist: boto3; extra == "datahub-reporting-extract-sql"
|
|
28
|
-
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
|
|
29
|
-
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
|
|
30
27
|
Requires-Dist: duckdb; extra == "datahub-reporting-extract-sql"
|
|
28
|
+
Requires-Dist: pandas; extra == "datahub-reporting-extract-sql"
|
|
29
|
+
Requires-Dist: pyarrow; extra == "datahub-reporting-extract-sql"
|
|
30
|
+
Requires-Dist: pydantic<2; extra == "datahub-reporting-extract-sql"
|
|
31
31
|
Provides-Extra: datahub-usage-feature-reporting
|
|
32
|
-
Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-feature-reporting"
|
|
33
|
-
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-feature-reporting"
|
|
34
|
-
Requires-Dist: duckdb; extra == "datahub-usage-feature-reporting"
|
|
35
|
-
Requires-Dist: numpy<2; extra == "datahub-usage-feature-reporting"
|
|
36
|
-
Requires-Dist: pandas; extra == "datahub-usage-feature-reporting"
|
|
37
|
-
Requires-Dist: boto3; extra == "datahub-usage-feature-reporting"
|
|
38
32
|
Requires-Dist: polars==1.19.0; extra == "datahub-usage-feature-reporting"
|
|
33
|
+
Requires-Dist: boto3; extra == "datahub-usage-feature-reporting"
|
|
39
34
|
Requires-Dist: opensearch-py==2.4.2; extra == "datahub-usage-feature-reporting"
|
|
40
|
-
Requires-Dist:
|
|
35
|
+
Requires-Dist: pandas; extra == "datahub-usage-feature-reporting"
|
|
41
36
|
Requires-Dist: pyarrow<=18.0.0; extra == "datahub-usage-feature-reporting"
|
|
37
|
+
Requires-Dist: scipy<=1.14.1; extra == "datahub-usage-feature-reporting"
|
|
38
|
+
Requires-Dist: duckdb; extra == "datahub-usage-feature-reporting"
|
|
39
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "datahub-usage-feature-reporting"
|
|
40
|
+
Requires-Dist: pyarrow; extra == "datahub-usage-feature-reporting"
|
|
42
41
|
Requires-Dist: pydantic<2; extra == "datahub-usage-feature-reporting"
|
|
42
|
+
Requires-Dist: numpy<2; extra == "datahub-usage-feature-reporting"
|
|
43
43
|
Provides-Extra: datahub-metadata-sharing
|
|
44
44
|
Requires-Dist: tenacity; extra == "datahub-metadata-sharing"
|
|
45
45
|
Provides-Extra: acryl-cs-issues
|
|
46
|
-
Requires-Dist: zenpy; extra == "acryl-cs-issues"
|
|
47
|
-
Requires-Dist: openai; extra == "acryl-cs-issues"
|
|
48
46
|
Requires-Dist: slack-sdk; extra == "acryl-cs-issues"
|
|
47
|
+
Requires-Dist: openai; extra == "acryl-cs-issues"
|
|
49
48
|
Requires-Dist: jinja2; extra == "acryl-cs-issues"
|
|
49
|
+
Requires-Dist: zenpy; extra == "acryl-cs-issues"
|
|
50
50
|
Provides-Extra: all
|
|
51
|
-
Requires-Dist:
|
|
52
|
-
Requires-Dist: scipy<=1.14.1; extra == "all"
|
|
53
|
-
Requires-Dist: duckdb; extra == "all"
|
|
54
|
-
Requires-Dist: numpy<2; extra == "all"
|
|
55
|
-
Requires-Dist: pandas; extra == "all"
|
|
56
|
-
Requires-Dist: boto3; extra == "all"
|
|
51
|
+
Requires-Dist: slack-sdk; extra == "all"
|
|
57
52
|
Requires-Dist: polars==1.19.0; extra == "all"
|
|
58
|
-
Requires-Dist:
|
|
53
|
+
Requires-Dist: boto3; extra == "all"
|
|
54
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "all"
|
|
55
|
+
Requires-Dist: pandas; extra == "all"
|
|
56
|
+
Requires-Dist: tenacity; extra == "all"
|
|
59
57
|
Requires-Dist: openai; extra == "all"
|
|
58
|
+
Requires-Dist: pyarrow<=18.0.0; extra == "all"
|
|
59
|
+
Requires-Dist: scipy<=1.14.1; extra == "all"
|
|
60
|
+
Requires-Dist: zenpy; extra == "all"
|
|
60
61
|
Requires-Dist: jinja2; extra == "all"
|
|
61
|
-
Requires-Dist:
|
|
62
|
+
Requires-Dist: duckdb; extra == "all"
|
|
63
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "all"
|
|
62
64
|
Requires-Dist: pyarrow; extra == "all"
|
|
63
|
-
Requires-Dist: pyarrow<=18.0.0; extra == "all"
|
|
64
|
-
Requires-Dist: slack-sdk; extra == "all"
|
|
65
65
|
Requires-Dist: pydantic<2; extra == "all"
|
|
66
|
-
Requires-Dist:
|
|
66
|
+
Requires-Dist: numpy<2; extra == "all"
|
|
67
67
|
Provides-Extra: dev
|
|
68
|
-
Requires-Dist:
|
|
69
|
-
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
70
|
-
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
71
|
-
Requires-Dist: duckdb; extra == "dev"
|
|
72
|
-
Requires-Dist: numpy<2; extra == "dev"
|
|
73
|
-
Requires-Dist: pandas; extra == "dev"
|
|
74
|
-
Requires-Dist: boto3; extra == "dev"
|
|
68
|
+
Requires-Dist: slack-sdk; extra == "dev"
|
|
75
69
|
Requires-Dist: polars==1.19.0; extra == "dev"
|
|
76
|
-
Requires-Dist:
|
|
70
|
+
Requires-Dist: boto3; extra == "dev"
|
|
71
|
+
Requires-Dist: opensearch-py==2.4.2; extra == "dev"
|
|
72
|
+
Requires-Dist: pandas; extra == "dev"
|
|
73
|
+
Requires-Dist: tenacity; extra == "dev"
|
|
77
74
|
Requires-Dist: openai; extra == "dev"
|
|
75
|
+
Requires-Dist: pyarrow<=18.0.0; extra == "dev"
|
|
76
|
+
Requires-Dist: acryl-datahub[dev]; extra == "dev"
|
|
77
|
+
Requires-Dist: scipy<=1.14.1; extra == "dev"
|
|
78
|
+
Requires-Dist: zenpy; extra == "dev"
|
|
78
79
|
Requires-Dist: jinja2; extra == "dev"
|
|
79
|
-
Requires-Dist:
|
|
80
|
+
Requires-Dist: duckdb; extra == "dev"
|
|
81
|
+
Requires-Dist: elasticsearch==7.13.4; extra == "dev"
|
|
80
82
|
Requires-Dist: pyarrow; extra == "dev"
|
|
81
|
-
Requires-Dist: pyarrow<=18.0.0; extra == "dev"
|
|
82
|
-
Requires-Dist: slack-sdk; extra == "dev"
|
|
83
83
|
Requires-Dist: pydantic<2; extra == "dev"
|
|
84
|
-
Requires-Dist:
|
|
84
|
+
Requires-Dist: numpy<2; extra == "dev"
|
|
85
85
|
Dynamic: provides-extra
|
|
86
86
|
Dynamic: requires-dist
|