openmetadata-ingestion 1.6.0.0rc1__py3-none-any.whl → 1.6.0.0rc3__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 openmetadata-ingestion might be problematic. Click here for more details.
- metadata/cli/classify.py +52 -0
- metadata/clients/aws_client.py +2 -2
- metadata/cmd.py +9 -0
- metadata/data_quality/builders/{i_validator_builder.py → validator_builder.py} +40 -29
- metadata/data_quality/interface/pandas/pandas_test_suite_interface.py +25 -25
- metadata/data_quality/interface/sqlalchemy/sqa_test_suite_interface.py +23 -50
- metadata/data_quality/interface/test_suite_interface.py +45 -56
- metadata/data_quality/processor/test_case_runner.py +9 -9
- metadata/data_quality/runner/base_test_suite_source.py +52 -26
- metadata/data_quality/validations/base_test_handler.py +14 -9
- metadata/data_quality/validations/column/sqlalchemy/columnValueLengthsToBeBetween.py +1 -1
- metadata/data_quality/validations/column/sqlalchemy/columnValueMaxToBeBetween.py +1 -1
- metadata/data_quality/validations/column/sqlalchemy/columnValueMeanToBeBetween.py +1 -1
- metadata/data_quality/validations/column/sqlalchemy/columnValueMedianToBeBetween.py +1 -1
- metadata/data_quality/validations/column/sqlalchemy/columnValueMinToBeBetween.py +1 -1
- metadata/data_quality/validations/column/sqlalchemy/columnValueStdDevToBeBetween.py +1 -1
- metadata/data_quality/validations/column/sqlalchemy/columnValuesMissingCount.py +1 -1
- metadata/data_quality/validations/column/sqlalchemy/columnValuesSumToBeBetween.py +1 -1
- metadata/data_quality/validations/column/sqlalchemy/columnValuesToBeAtExpectedLocation.py +1 -1
- metadata/data_quality/validations/column/sqlalchemy/columnValuesToBeBetween.py +1 -1
- metadata/data_quality/validations/column/sqlalchemy/columnValuesToBeInSet.py +1 -1
- metadata/data_quality/validations/column/sqlalchemy/columnValuesToBeNotInSet.py +1 -1
- metadata/data_quality/validations/column/sqlalchemy/columnValuesToBeNotNull.py +1 -1
- metadata/data_quality/validations/column/sqlalchemy/columnValuesToBeUnique.py +2 -8
- metadata/data_quality/validations/column/sqlalchemy/columnValuesToMatchRegex.py +1 -1
- metadata/data_quality/validations/column/sqlalchemy/columnValuesToNotMatchRegex.py +1 -1
- metadata/data_quality/validations/runtime_param_setter/param_setter.py +2 -3
- metadata/data_quality/validations/runtime_param_setter/param_setter_factory.py +45 -17
- metadata/data_quality/validations/runtime_param_setter/table_diff_params_setter.py +21 -16
- metadata/data_quality/validations/table/sqlalchemy/tableCustomSQLQuery.py +7 -1
- metadata/data_quality/validations/table/sqlalchemy/tableDiff.py +21 -18
- metadata/data_quality/validations/table/sqlalchemy/tableRowInsertedCountToBeBetween.py +2 -2
- metadata/examples/workflows/bigquery_classifier.yaml +56 -0
- metadata/examples/workflows/bigquery_profiler.yaml +1 -2
- metadata/examples/workflows/db2_profiler.yaml +1 -2
- metadata/examples/workflows/dbtcloud.yaml +2 -1
- metadata/examples/workflows/{mstr.yaml → microstrategy.yaml} +3 -2
- metadata/examples/workflows/mongodb.yaml +4 -0
- metadata/examples/workflows/mysql_profiler.yaml +0 -1
- metadata/examples/workflows/redshift_classifier.yaml +38 -0
- metadata/examples/workflows/redshift_profiler.yaml +2 -3
- metadata/generated/antlr/FqnLexer.py +15 -15
- metadata/generated/schema/analytics/__init__.py +1 -1
- metadata/generated/schema/analytics/basic.py +1 -1
- metadata/generated/schema/analytics/reportData.py +1 -1
- metadata/generated/schema/analytics/reportDataType/__init__.py +1 -1
- metadata/generated/schema/analytics/reportDataType/aggregatedCostAnalysisReportData.py +1 -1
- metadata/generated/schema/analytics/reportDataType/entityReportData.py +1 -1
- metadata/generated/schema/analytics/reportDataType/rawCostAnalysisReportData.py +1 -1
- metadata/generated/schema/analytics/reportDataType/webAnalyticEntityViewReportData.py +1 -1
- metadata/generated/schema/analytics/reportDataType/webAnalyticUserActivityReportData.py +1 -1
- metadata/generated/schema/analytics/webAnalyticEvent.py +1 -1
- metadata/generated/schema/analytics/webAnalyticEventData.py +1 -1
- metadata/generated/schema/analytics/webAnalyticEventType/__init__.py +1 -1
- metadata/generated/schema/analytics/webAnalyticEventType/customEvent.py +1 -1
- metadata/generated/schema/analytics/webAnalyticEventType/pageViewEvent.py +1 -1
- metadata/generated/schema/api/__init__.py +1 -1
- metadata/generated/schema/api/addGlossaryToAssetsRequest.py +1 -1
- metadata/generated/schema/api/addTagToAssetsRequest.py +1 -1
- metadata/generated/schema/api/analytics/__init__.py +1 -1
- metadata/generated/schema/api/analytics/createWebAnalyticEvent.py +1 -1
- metadata/generated/schema/api/automations/__init__.py +1 -1
- metadata/generated/schema/api/automations/createWorkflow.py +1 -1
- metadata/generated/schema/api/bulkAssets.py +1 -1
- metadata/generated/schema/api/classification/__init__.py +1 -1
- metadata/generated/schema/api/classification/createClassification.py +1 -1
- metadata/generated/schema/api/classification/createTag.py +1 -1
- metadata/generated/schema/api/classification/loadTags.py +1 -1
- metadata/generated/schema/api/createBot.py +1 -1
- metadata/generated/schema/api/createEventPublisherJob.py +1 -1
- metadata/generated/schema/api/createType.py +1 -1
- metadata/generated/schema/api/data/__init__.py +1 -1
- metadata/generated/schema/api/data/createAPICollection.py +1 -1
- metadata/generated/schema/api/data/createAPIEndpoint.py +1 -1
- metadata/generated/schema/api/data/createChart.py +1 -1
- metadata/generated/schema/api/data/createContainer.py +1 -1
- metadata/generated/schema/api/data/createCustomProperty.py +1 -1
- metadata/generated/schema/api/data/createDashboard.py +1 -1
- metadata/generated/schema/api/data/createDashboardDataModel.py +1 -1
- metadata/generated/schema/api/data/createDatabase.py +1 -1
- metadata/generated/schema/api/data/createDatabaseSchema.py +1 -1
- metadata/generated/schema/api/data/createGlossary.py +1 -1
- metadata/generated/schema/api/data/createGlossaryTerm.py +1 -1
- metadata/generated/schema/api/data/createMetric.py +1 -1
- metadata/generated/schema/api/data/createMlModel.py +1 -1
- metadata/generated/schema/api/data/createPipeline.py +1 -1
- metadata/generated/schema/api/data/createQuery.py +1 -1
- metadata/generated/schema/api/data/createSearchIndex.py +8 -1
- metadata/generated/schema/api/data/createStoredProcedure.py +8 -1
- metadata/generated/schema/api/data/createTable.py +1 -1
- metadata/generated/schema/api/data/createTableProfile.py +1 -1
- metadata/generated/schema/api/data/createTopic.py +1 -1
- metadata/generated/schema/api/data/loadGlossary.py +1 -1
- metadata/generated/schema/api/data/restoreEntity.py +1 -1
- metadata/generated/schema/api/dataInsight/__init__.py +1 -1
- metadata/generated/schema/api/dataInsight/createDataInsightChart.py +1 -1
- metadata/generated/schema/api/dataInsight/custom/__init__.py +1 -1
- metadata/generated/schema/api/dataInsight/custom/createDataInsightCustomChart.py +1 -1
- metadata/generated/schema/api/dataInsight/kpi/__init__.py +1 -1
- metadata/generated/schema/api/dataInsight/kpi/createKpiRequest.py +1 -1
- metadata/generated/schema/api/docStore/__init__.py +1 -1
- metadata/generated/schema/api/docStore/createDocument.py +1 -1
- metadata/generated/schema/api/domains/__init__.py +1 -1
- metadata/generated/schema/api/domains/createDataProduct.py +1 -1
- metadata/generated/schema/api/domains/createDomain.py +1 -1
- metadata/generated/schema/api/feed/__init__.py +1 -1
- metadata/generated/schema/api/feed/closeTask.py +1 -1
- metadata/generated/schema/api/feed/createPost.py +1 -1
- metadata/generated/schema/api/feed/createSuggestion.py +1 -1
- metadata/generated/schema/api/feed/createThread.py +1 -1
- metadata/generated/schema/api/feed/resolveTask.py +1 -1
- metadata/generated/schema/api/feed/threadCount.py +1 -1
- metadata/generated/schema/api/governance/__init__.py +1 -1
- metadata/generated/schema/api/governance/createWorkflowDefinition.py +1 -1
- metadata/generated/schema/api/governance/createWorkflowInstanceState.py +1 -1
- metadata/generated/schema/api/lineage/__init__.py +1 -1
- metadata/generated/schema/api/lineage/addLineage.py +1 -1
- metadata/generated/schema/api/openMetadataServerVersion.py +1 -1
- metadata/generated/schema/api/policies/__init__.py +1 -1
- metadata/generated/schema/api/policies/createPolicy.py +1 -1
- metadata/generated/schema/api/services/__init__.py +1 -1
- metadata/generated/schema/api/services/createApiService.py +1 -1
- metadata/generated/schema/api/services/createDashboardService.py +1 -1
- metadata/generated/schema/api/services/createDatabaseService.py +1 -1
- metadata/generated/schema/api/services/createMessagingService.py +1 -1
- metadata/generated/schema/api/services/createMetadataService.py +1 -1
- metadata/generated/schema/api/services/createMlModelService.py +1 -1
- metadata/generated/schema/api/services/createPipelineService.py +1 -1
- metadata/generated/schema/api/services/createSearchService.py +1 -1
- metadata/generated/schema/api/services/createStorageService.py +1 -1
- metadata/generated/schema/api/services/ingestionPipelines/__init__.py +1 -1
- metadata/generated/schema/api/services/ingestionPipelines/createIngestionPipeline.py +1 -1
- metadata/generated/schema/api/setOwner.py +1 -1
- metadata/generated/schema/api/teams/__init__.py +1 -1
- metadata/generated/schema/api/teams/createPersona.py +1 -1
- metadata/generated/schema/api/teams/createRole.py +1 -1
- metadata/generated/schema/api/teams/createTeam.py +1 -1
- metadata/generated/schema/api/teams/createUser.py +1 -1
- metadata/generated/schema/api/tests/__init__.py +1 -1
- metadata/generated/schema/api/tests/createCustomMetric.py +1 -1
- metadata/generated/schema/api/tests/createLogicalTestCases.py +1 -1
- metadata/generated/schema/api/tests/createTestCase.py +1 -1
- metadata/generated/schema/api/tests/createTestCaseResolutionStatus.py +1 -1
- metadata/generated/schema/api/tests/createTestCaseResult.py +1 -1
- metadata/generated/schema/api/tests/createTestDefinition.py +1 -1
- metadata/generated/schema/api/tests/createTestSuite.py +1 -1
- metadata/generated/schema/api/voteRequest.py +1 -1
- metadata/generated/schema/auth/__init__.py +1 -1
- metadata/generated/schema/auth/basicAuth.py +1 -1
- metadata/generated/schema/auth/basicLoginRequest.py +1 -1
- metadata/generated/schema/auth/changePasswordRequest.py +1 -1
- metadata/generated/schema/auth/createPersonalToken.py +1 -1
- metadata/generated/schema/auth/emailRequest.py +1 -1
- metadata/generated/schema/auth/emailVerificationToken.py +1 -1
- metadata/generated/schema/auth/generateToken.py +1 -1
- metadata/generated/schema/auth/jwtAuth.py +1 -1
- metadata/generated/schema/auth/loginRequest.py +1 -1
- metadata/generated/schema/auth/logoutRequest.py +1 -1
- metadata/generated/schema/auth/passwordResetRequest.py +1 -1
- metadata/generated/schema/auth/passwordResetToken.py +1 -1
- metadata/generated/schema/auth/personalAccessToken.py +1 -1
- metadata/generated/schema/auth/refreshToken.py +1 -1
- metadata/generated/schema/auth/registrationRequest.py +1 -1
- metadata/generated/schema/auth/revokePersonalToken.py +1 -1
- metadata/generated/schema/auth/revokeToken.py +1 -1
- metadata/generated/schema/auth/serviceTokenEnum.py +1 -1
- metadata/generated/schema/auth/ssoAuth.py +1 -1
- metadata/generated/schema/auth/tokenRefreshRequest.py +1 -1
- metadata/generated/schema/configuration/__init__.py +1 -1
- metadata/generated/schema/configuration/appsPrivateConfiguration.py +1 -1
- metadata/generated/schema/configuration/assetCertificationSettings.py +1 -1
- metadata/generated/schema/configuration/authConfig.py +1 -1
- metadata/generated/schema/configuration/authenticationConfiguration.py +1 -1
- metadata/generated/schema/configuration/authorizerConfiguration.py +1 -1
- metadata/generated/schema/configuration/changeEventConfiguration.py +1 -1
- metadata/generated/schema/configuration/dataQualityConfiguration.py +1 -1
- metadata/generated/schema/configuration/elasticSearchConfiguration.py +1 -1
- metadata/generated/schema/configuration/eventHandlerConfiguration.py +1 -1
- metadata/generated/schema/configuration/fernetConfiguration.py +1 -1
- metadata/generated/schema/configuration/jwtTokenConfiguration.py +1 -1
- metadata/generated/schema/configuration/kafkaEventConfiguration.py +1 -1
- metadata/generated/schema/configuration/ldapConfiguration.py +1 -1
- metadata/generated/schema/configuration/ldapTrustStoreConfig/__init__.py +1 -1
- metadata/generated/schema/configuration/ldapTrustStoreConfig/customTrustManagerConfig.py +1 -1
- metadata/generated/schema/configuration/ldapTrustStoreConfig/hostNameConfig.py +1 -1
- metadata/generated/schema/configuration/ldapTrustStoreConfig/jvmDefaultConfig.py +1 -1
- metadata/generated/schema/configuration/ldapTrustStoreConfig/trustAllConfig.py +1 -1
- metadata/generated/schema/configuration/ldapTrustStoreConfig/truststoreConfig.py +1 -1
- metadata/generated/schema/configuration/limitsConfiguration.py +1 -1
- metadata/generated/schema/configuration/lineageSettings.py +1 -1
- metadata/generated/schema/configuration/loginConfiguration.py +1 -1
- metadata/generated/schema/configuration/logoConfiguration.py +1 -1
- metadata/generated/schema/configuration/pipelineServiceClientConfiguration.py +1 -1
- metadata/generated/schema/configuration/profilerConfiguration.py +1 -1
- metadata/generated/schema/configuration/searchSettings.py +1 -1
- metadata/generated/schema/configuration/slackAppConfiguration.py +1 -14
- metadata/generated/schema/configuration/taskNotificationConfiguration.py +1 -1
- metadata/generated/schema/configuration/testResultNotificationConfiguration.py +1 -1
- metadata/generated/schema/configuration/themeConfiguration.py +1 -1
- metadata/generated/schema/configuration/uiThemePreference.py +1 -1
- metadata/generated/schema/dataInsight/__init__.py +1 -1
- metadata/generated/schema/dataInsight/custom/__init__.py +1 -1
- metadata/generated/schema/dataInsight/custom/dataInsightCustomChart.py +1 -1
- metadata/generated/schema/dataInsight/custom/dataInsightCustomChartResult.py +1 -1
- metadata/generated/schema/dataInsight/custom/dataInsightCustomChartResultList.py +1 -1
- metadata/generated/schema/dataInsight/custom/formulaHolder.py +1 -1
- metadata/generated/schema/dataInsight/custom/lineChart.py +1 -1
- metadata/generated/schema/dataInsight/custom/summaryCard.py +1 -1
- metadata/generated/schema/dataInsight/dataInsightChart.py +1 -1
- metadata/generated/schema/dataInsight/dataInsightChartResult.py +1 -1
- metadata/generated/schema/dataInsight/kpi/__init__.py +1 -1
- metadata/generated/schema/dataInsight/kpi/basic.py +1 -1
- metadata/generated/schema/dataInsight/kpi/kpi.py +1 -1
- metadata/generated/schema/dataInsight/type/__init__.py +1 -1
- metadata/generated/schema/dataInsight/type/aggregatedUnusedAssetsCount.py +1 -1
- metadata/generated/schema/dataInsight/type/aggregatedUnusedAssetsSize.py +1 -1
- metadata/generated/schema/dataInsight/type/aggregatedUsedVsUnusedAssetsCount.py +1 -1
- metadata/generated/schema/dataInsight/type/aggregatedUsedVsUnusedAssetsSize.py +1 -1
- metadata/generated/schema/dataInsight/type/dailyActiveUsers.py +1 -1
- metadata/generated/schema/dataInsight/type/mostActiveUsers.py +1 -1
- metadata/generated/schema/dataInsight/type/mostViewedEntities.py +1 -1
- metadata/generated/schema/dataInsight/type/pageViewsByEntities.py +1 -1
- metadata/generated/schema/dataInsight/type/unusedAssets.py +1 -1
- metadata/generated/schema/email/__init__.py +1 -1
- metadata/generated/schema/email/emailRequest.py +1 -1
- metadata/generated/schema/email/emailTemplate.py +1 -1
- metadata/generated/schema/email/emailTemplatePlaceholder.py +1 -1
- metadata/generated/schema/email/smtpSettings.py +1 -1
- metadata/generated/schema/email/templateValidationReponse.py +1 -1
- metadata/generated/schema/entity/__init__.py +1 -1
- metadata/generated/schema/entity/applications/__init__.py +1 -1
- metadata/generated/schema/entity/applications/app.py +2 -1
- metadata/generated/schema/entity/applications/appExtension.py +1 -1
- metadata/generated/schema/entity/applications/appRunRecord.py +1 -1
- metadata/generated/schema/entity/applications/configuration/__init__.py +1 -1
- metadata/generated/schema/entity/applications/configuration/applicationConfig.py +4 -2
- metadata/generated/schema/entity/applications/configuration/external/__init__.py +1 -1
- metadata/generated/schema/entity/applications/configuration/external/automator/__init__.py +1 -1
- metadata/generated/schema/entity/applications/configuration/external/automator/addDescriptionAction.py +1 -1
- metadata/generated/schema/entity/applications/configuration/external/automator/addDomainAction.py +1 -1
- metadata/generated/schema/entity/applications/configuration/external/automator/addOwnerAction.py +1 -1
- metadata/generated/schema/entity/applications/configuration/external/automator/addTagsAction.py +1 -1
- metadata/generated/schema/entity/applications/configuration/external/automator/addTierAction.py +1 -1
- metadata/generated/schema/entity/applications/configuration/external/automator/lineagePropagationAction.py +1 -1
- metadata/generated/schema/entity/applications/configuration/external/automator/mlTaggingAction.py +1 -1
- metadata/generated/schema/entity/applications/configuration/external/automator/removeDescriptionAction.py +1 -1
- metadata/generated/schema/entity/applications/configuration/external/automator/removeDomainAction.py +1 -1
- metadata/generated/schema/entity/applications/configuration/external/automator/removeOwnerAction.py +1 -1
- metadata/generated/schema/entity/applications/configuration/external/automator/removeTagsAction.py +1 -1
- metadata/generated/schema/entity/applications/configuration/external/automator/removeTierAction.py +1 -1
- metadata/generated/schema/entity/applications/configuration/external/automatorAppConfig.py +1 -1
- metadata/generated/schema/entity/applications/configuration/external/collateAIAppConfig.py +1 -1
- metadata/generated/schema/entity/applications/configuration/external/slackAppTokenConfiguration.py +22 -0
- metadata/generated/schema/entity/applications/configuration/internal/__init__.py +1 -1
- metadata/generated/schema/entity/applications/configuration/internal/dataInsightsAppConfig.py +1 -1
- metadata/generated/schema/entity/applications/configuration/internal/dataInsightsReportAppConfig.py +1 -1
- metadata/generated/schema/entity/applications/configuration/internal/searchIndexingAppConfig.py +1 -1
- metadata/generated/schema/entity/applications/configuration/private/external/__init__.py +1 -1
- metadata/generated/schema/entity/applications/configuration/private/external/collateAIAppPrivateConfig.py +1 -1
- metadata/generated/schema/entity/applications/createAppRequest.py +1 -1
- metadata/generated/schema/entity/applications/jobStatus.py +1 -1
- metadata/generated/schema/entity/applications/liveExecutionContext.py +1 -1
- metadata/generated/schema/entity/applications/marketplace/__init__.py +1 -1
- metadata/generated/schema/entity/applications/marketplace/appMarketPlaceDefinition.py +1 -1
- metadata/generated/schema/entity/applications/marketplace/createAppMarketPlaceDefinitionReq.py +1 -1
- metadata/generated/schema/entity/applications/scheduledExecutionContext.py +1 -1
- metadata/generated/schema/entity/automations/__init__.py +1 -1
- metadata/generated/schema/entity/automations/testServiceConnection.py +1 -1
- metadata/generated/schema/entity/automations/workflow.py +1 -1
- metadata/generated/schema/entity/bot.py +1 -1
- metadata/generated/schema/entity/classification/__init__.py +1 -1
- metadata/generated/schema/entity/classification/classification.py +1 -1
- metadata/generated/schema/entity/classification/tag.py +1 -1
- metadata/generated/schema/entity/data/__init__.py +1 -1
- metadata/generated/schema/entity/data/apiCollection.py +1 -1
- metadata/generated/schema/entity/data/apiEndpoint.py +1 -1
- metadata/generated/schema/entity/data/chart.py +1 -1
- metadata/generated/schema/entity/data/container.py +1 -1
- metadata/generated/schema/entity/data/dashboard.py +1 -1
- metadata/generated/schema/entity/data/dashboardDataModel.py +1 -1
- metadata/generated/schema/entity/data/database.py +1 -1
- metadata/generated/schema/entity/data/databaseSchema.py +1 -1
- metadata/generated/schema/entity/data/glossary.py +1 -1
- metadata/generated/schema/entity/data/glossaryTerm.py +1 -1
- metadata/generated/schema/entity/data/metric.py +1 -1
- metadata/generated/schema/entity/data/mlmodel.py +1 -1
- metadata/generated/schema/entity/data/pipeline.py +1 -1
- metadata/generated/schema/entity/data/query.py +1 -1
- metadata/generated/schema/entity/data/report.py +1 -1
- metadata/generated/schema/entity/data/searchIndex.py +13 -1
- metadata/generated/schema/entity/data/storedProcedure.py +13 -1
- metadata/generated/schema/entity/data/table.py +1 -1
- metadata/generated/schema/entity/data/topic.py +1 -1
- metadata/generated/schema/entity/docStore/__init__.py +1 -1
- metadata/generated/schema/entity/docStore/document.py +1 -1
- metadata/generated/schema/entity/domains/__init__.py +1 -1
- metadata/generated/schema/entity/domains/dataProduct.py +1 -1
- metadata/generated/schema/entity/domains/domain.py +1 -1
- metadata/generated/schema/entity/events/__init__.py +1 -1
- metadata/generated/schema/entity/events/webhook.py +1 -1
- metadata/generated/schema/entity/feed/__init__.py +1 -1
- metadata/generated/schema/entity/feed/assets.py +1 -1
- metadata/generated/schema/entity/feed/customProperty.py +1 -1
- metadata/generated/schema/entity/feed/description.py +1 -1
- metadata/generated/schema/entity/feed/domain.py +1 -1
- metadata/generated/schema/entity/feed/entityInfo.py +1 -1
- metadata/generated/schema/entity/feed/owner.py +1 -1
- metadata/generated/schema/entity/feed/suggestion.py +1 -1
- metadata/generated/schema/entity/feed/tag.py +1 -1
- metadata/generated/schema/entity/feed/testCaseResult.py +1 -1
- metadata/generated/schema/entity/feed/thread.py +1 -1
- metadata/generated/schema/entity/policies/__init__.py +1 -1
- metadata/generated/schema/entity/policies/accessControl/__init__.py +1 -1
- metadata/generated/schema/entity/policies/accessControl/resourceDescriptor.py +1 -1
- metadata/generated/schema/entity/policies/accessControl/resourcePermission.py +1 -1
- metadata/generated/schema/entity/policies/accessControl/rule.py +1 -1
- metadata/generated/schema/entity/policies/filters.py +1 -1
- metadata/generated/schema/entity/policies/policy.py +1 -1
- metadata/generated/schema/entity/services/__init__.py +1 -1
- metadata/generated/schema/entity/services/apiService.py +1 -1
- metadata/generated/schema/entity/services/connections/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/api/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/api/restConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/common/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/common/sslCertPaths.py +1 -1
- metadata/generated/schema/entity/services/connections/common/sslCertValues.py +1 -1
- metadata/generated/schema/entity/services/connections/common/sslConfig.py +1 -1
- metadata/generated/schema/entity/services/connections/connectionBasicType.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/customDashboardConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/domoDashboardConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/lightdashConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/lookerConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/metabaseConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/microStrategyConnection.py +67 -0
- metadata/generated/schema/entity/services/connections/dashboard/modeConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/powerBIConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/powerBIReportServerConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/powerbi/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/powerbi/azureConfig.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/powerbi/bucketDetails.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/powerbi/gcsConfig.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/powerbi/s3Config.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/qlikCloudConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/qlikSenseConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/quickSightConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/redashConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/sigmaConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/supersetConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/tableauConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/database/athenaConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/azureSQLConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/bigQueryConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/bigTableConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/clickhouseConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/common/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/database/common/azureConfig.py +1 -1
- metadata/generated/schema/entity/services/connections/database/common/basicAuth.py +1 -1
- metadata/generated/schema/entity/services/connections/database/common/iamAuthConfig.py +1 -1
- metadata/generated/schema/entity/services/connections/database/common/jwtAuth.py +1 -1
- metadata/generated/schema/entity/services/connections/database/common/noConfigAuthenticationTypes.py +1 -1
- metadata/generated/schema/entity/services/connections/database/couchbaseConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/customDatabaseConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/databricksConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/datalake/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/database/datalake/azureConfig.py +1 -1
- metadata/generated/schema/entity/services/connections/database/datalake/gcsConfig.py +1 -1
- metadata/generated/schema/entity/services/connections/database/datalake/s3Config.py +1 -1
- metadata/generated/schema/entity/services/connections/database/datalakeConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/db2Connection.py +13 -1
- metadata/generated/schema/entity/services/connections/database/deltaLakeConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/deltalake/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/database/deltalake/metastoreConfig.py +1 -1
- metadata/generated/schema/entity/services/connections/database/deltalake/storageConfig.py +1 -1
- metadata/generated/schema/entity/services/connections/database/domoDatabaseConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/dorisConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/druidConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/dynamoDBConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/exasolConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/glueConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/greenplumConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/hiveConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/iceberg/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/database/iceberg/dynamoDbCatalogConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/iceberg/glueCatalogConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/iceberg/hiveCatalogConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/iceberg/icebergCatalog.py +1 -1
- metadata/generated/schema/entity/services/connections/database/iceberg/icebergFileSystem.py +1 -1
- metadata/generated/schema/entity/services/connections/database/iceberg/restCatalogConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/icebergConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/impalaConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/mariaDBConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/mongoDBConnection.py +6 -2
- metadata/generated/schema/entity/services/connections/database/mssqlConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/mysqlConnection.py +6 -3
- metadata/generated/schema/entity/services/connections/database/oracleConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/pinotDBConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/postgresConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/prestoConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/redshiftConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/salesforceConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/sapErpConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/sapHana/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/database/sapHana/sapHanaHDBConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/sapHana/sapHanaSQLConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/sapHanaConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/sasConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/singleStoreConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/snowflakeConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/sqliteConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/synapseConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/teradataConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/trinoConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/unityCatalogConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/verticaConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/messaging/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/messaging/customMessagingConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/messaging/kafkaConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/messaging/kinesisConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/messaging/pulsarConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/messaging/redpandaConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/messaging/saslMechanismType.py +1 -1
- metadata/generated/schema/entity/services/connections/metadata/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/metadata/alationConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/metadata/alationSinkConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/metadata/amundsenConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/metadata/atlasConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/metadata/metadataESConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/metadata/openMetadataConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/mlmodel/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/mlmodel/customMlModelConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/mlmodel/mlflowConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/mlmodel/sageMakerConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/mlmodel/sklearnConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/mlmodel/vertexaiConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/airbyteConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/airflowConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/backendConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/customPipelineConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/dagsterConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/databricksPipelineConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/datafactoryConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/dbtCloudConnection.py +17 -5
- metadata/generated/schema/entity/services/connections/pipeline/domoPipelineConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/fivetranConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/flinkConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/gluePipelineConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/kafkaConnectConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/matillionConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/nifiConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/openLineageConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/sparkConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/splineConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/pipeline/stitchConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/search/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/search/customSearchConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/search/elasticSearch/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/search/elasticSearch/apiAuth.py +1 -1
- metadata/generated/schema/entity/services/connections/search/elasticSearch/basicAuth.py +1 -1
- metadata/generated/schema/entity/services/connections/search/elasticSearchConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/search/openSearchConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/serviceConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/storage/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/storage/adlsConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/storage/customStorageConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/storage/gcsConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/storage/s3Connection.py +1 -1
- metadata/generated/schema/entity/services/connections/testConnectionDefinition.py +1 -1
- metadata/generated/schema/entity/services/connections/testConnectionResult.py +1 -1
- metadata/generated/schema/entity/services/dashboardService.py +4 -4
- metadata/generated/schema/entity/services/databaseService.py +1 -1
- metadata/generated/schema/entity/services/ingestionPipelines/__init__.py +1 -1
- metadata/generated/schema/entity/services/ingestionPipelines/ingestionPipeline.py +2 -1
- metadata/generated/schema/entity/services/ingestionPipelines/pipelineServiceClientResponse.py +1 -1
- metadata/generated/schema/entity/services/ingestionPipelines/status.py +1 -1
- metadata/generated/schema/entity/services/messagingService.py +1 -1
- metadata/generated/schema/entity/services/metadataService.py +1 -1
- metadata/generated/schema/entity/services/mlmodelService.py +1 -1
- metadata/generated/schema/entity/services/pipelineService.py +1 -1
- metadata/generated/schema/entity/services/searchService.py +1 -1
- metadata/generated/schema/entity/services/serviceType.py +1 -1
- metadata/generated/schema/entity/services/storageService.py +1 -1
- metadata/generated/schema/entity/teams/__init__.py +1 -1
- metadata/generated/schema/entity/teams/persona.py +1 -1
- metadata/generated/schema/entity/teams/role.py +1 -1
- metadata/generated/schema/entity/teams/team.py +1 -1
- metadata/generated/schema/entity/teams/teamHierarchy.py +1 -1
- metadata/generated/schema/entity/teams/user.py +1 -1
- metadata/generated/schema/entity/type.py +1 -1
- metadata/generated/schema/entity/utils/__init__.py +1 -1
- metadata/generated/schema/entity/utils/entitiesCount.py +1 -1
- metadata/generated/schema/entity/utils/servicesCount.py +1 -1
- metadata/generated/schema/entity/utils/supersetApiConnection.py +1 -1
- metadata/generated/schema/events/__init__.py +1 -1
- metadata/generated/schema/events/alertMetrics.py +1 -1
- metadata/generated/schema/events/api/__init__.py +1 -1
- metadata/generated/schema/events/api/createEventSubscription.py +1 -1
- metadata/generated/schema/events/api/eventSubscriptionDiagnosticInfo.py +1 -1
- metadata/generated/schema/events/api/eventsRecord.py +1 -1
- metadata/generated/schema/events/api/testEventSubscriptionDestination.py +1 -1
- metadata/generated/schema/events/api/typedEvent.py +1 -1
- metadata/generated/schema/events/emailAlertConfig.py +1 -1
- metadata/generated/schema/events/eventFilterRule.py +1 -1
- metadata/generated/schema/events/eventSubscription.py +1 -1
- metadata/generated/schema/events/eventSubscriptionOffset.py +1 -1
- metadata/generated/schema/events/failedEvent.py +1 -1
- metadata/generated/schema/events/failedEventResponse.py +1 -1
- metadata/generated/schema/events/filterResourceDescriptor.py +1 -1
- metadata/generated/schema/events/statusContext.py +1 -1
- metadata/generated/schema/events/subscriptionResourceDescriptor.py +1 -1
- metadata/generated/schema/events/subscriptionStatus.py +1 -1
- metadata/generated/schema/events/testDestinationStatus.py +1 -1
- metadata/generated/schema/governance/workflows/__init__.py +1 -1
- metadata/generated/schema/governance/workflows/elements/__init__.py +1 -1
- metadata/generated/schema/governance/workflows/elements/edge.py +1 -1
- metadata/generated/schema/governance/workflows/elements/nodeSubType.py +1 -1
- metadata/generated/schema/governance/workflows/elements/nodeType.py +1 -1
- metadata/generated/schema/governance/workflows/elements/nodes/__init__.py +1 -1
- metadata/generated/schema/governance/workflows/elements/nodes/automatedTask/__init__.py +1 -1
- metadata/generated/schema/governance/workflows/elements/nodes/automatedTask/checkEntityAttributesTask.py +1 -1
- metadata/generated/schema/governance/workflows/elements/nodes/automatedTask/setEntityCertificationTask.py +1 -1
- metadata/generated/schema/governance/workflows/elements/nodes/automatedTask/setGlossaryTermStatusTask.py +1 -1
- metadata/generated/schema/governance/workflows/elements/nodes/endEvent/__init__.py +1 -1
- metadata/generated/schema/governance/workflows/elements/nodes/endEvent/endEvent.py +1 -1
- metadata/generated/schema/governance/workflows/elements/nodes/startEvent/__init__.py +1 -1
- metadata/generated/schema/governance/workflows/elements/nodes/startEvent/startEvent.py +1 -1
- metadata/generated/schema/governance/workflows/elements/nodes/userTask/__init__.py +1 -1
- metadata/generated/schema/governance/workflows/elements/nodes/userTask/userApprovalTask.py +1 -1
- metadata/generated/schema/governance/workflows/elements/triggers/__init__.py +1 -1
- metadata/generated/schema/governance/workflows/elements/triggers/eventBasedEntityTrigger.py +1 -1
- metadata/generated/schema/governance/workflows/elements/triggers/periodicBatchEntityTrigger.py +2 -2
- metadata/generated/schema/governance/workflows/workflowDefinition.py +1 -1
- metadata/generated/schema/governance/workflows/workflowInstance.py +8 -1
- metadata/generated/schema/governance/workflows/workflowInstanceState.py +8 -1
- metadata/generated/schema/metadataIngestion/__init__.py +1 -1
- metadata/generated/schema/metadataIngestion/apiServiceMetadataPipeline.py +1 -1
- metadata/generated/schema/metadataIngestion/application.py +1 -1
- metadata/generated/schema/metadataIngestion/applicationPipeline.py +1 -1
- metadata/generated/schema/metadataIngestion/dashboardServiceMetadataPipeline.py +1 -1
- metadata/generated/schema/metadataIngestion/dataInsightPipeline.py +1 -1
- metadata/generated/schema/metadataIngestion/databaseServiceAutoClassificationPipeline.py +111 -0
- metadata/generated/schema/metadataIngestion/databaseServiceMetadataPipeline.py +1 -1
- metadata/generated/schema/metadataIngestion/databaseServiceProfilerPipeline.py +1 -33
- metadata/generated/schema/metadataIngestion/databaseServiceQueryLineagePipeline.py +1 -1
- metadata/generated/schema/metadataIngestion/databaseServiceQueryUsagePipeline.py +1 -1
- metadata/generated/schema/metadataIngestion/dbtPipeline.py +1 -1
- metadata/generated/schema/metadataIngestion/dbtconfig/__init__.py +1 -1
- metadata/generated/schema/metadataIngestion/dbtconfig/dbtAzureConfig.py +1 -1
- metadata/generated/schema/metadataIngestion/dbtconfig/dbtBucketDetails.py +1 -1
- metadata/generated/schema/metadataIngestion/dbtconfig/dbtCloudConfig.py +1 -1
- metadata/generated/schema/metadataIngestion/dbtconfig/dbtGCSConfig.py +1 -1
- metadata/generated/schema/metadataIngestion/dbtconfig/dbtHttpConfig.py +9 -1
- metadata/generated/schema/metadataIngestion/dbtconfig/dbtLocalConfig.py +9 -1
- metadata/generated/schema/metadataIngestion/dbtconfig/dbtS3Config.py +1 -1
- metadata/generated/schema/metadataIngestion/messagingServiceMetadataPipeline.py +1 -1
- metadata/generated/schema/metadataIngestion/metadataToElasticSearchPipeline.py +1 -1
- metadata/generated/schema/metadataIngestion/mlmodelServiceMetadataPipeline.py +1 -1
- metadata/generated/schema/metadataIngestion/pipelineServiceMetadataPipeline.py +1 -1
- metadata/generated/schema/metadataIngestion/searchServiceMetadataPipeline.py +9 -1
- metadata/generated/schema/metadataIngestion/storage/__init__.py +1 -1
- metadata/generated/schema/metadataIngestion/storage/containerMetadataConfig.py +1 -1
- metadata/generated/schema/metadataIngestion/storage/manifestMetadataConfig.py +1 -1
- metadata/generated/schema/metadataIngestion/storage/storageBucketDetails.py +1 -1
- metadata/generated/schema/metadataIngestion/storage/storageMetadataADLSConfig.py +1 -1
- metadata/generated/schema/metadataIngestion/storage/storageMetadataGCSConfig.py +1 -1
- metadata/generated/schema/metadataIngestion/storage/storageMetadataHttpConfig.py +1 -1
- metadata/generated/schema/metadataIngestion/storage/storageMetadataLocalConfig.py +1 -1
- metadata/generated/schema/metadataIngestion/storage/storageMetadataS3Config.py +1 -1
- metadata/generated/schema/metadataIngestion/storageServiceMetadataPipeline.py +1 -1
- metadata/generated/schema/metadataIngestion/testSuitePipeline.py +1 -1
- metadata/generated/schema/metadataIngestion/workflow.py +3 -1
- metadata/generated/schema/monitoring/__init__.py +1 -1
- metadata/generated/schema/monitoring/eventMonitorProvider.py +1 -1
- metadata/generated/schema/security/__init__.py +1 -1
- metadata/generated/schema/security/client/__init__.py +1 -1
- metadata/generated/schema/security/client/auth0SSOClientConfig.py +1 -1
- metadata/generated/schema/security/client/azureSSOClientConfig.py +1 -1
- metadata/generated/schema/security/client/customOidcSSOClientConfig.py +1 -1
- metadata/generated/schema/security/client/googleSSOClientConfig.py +1 -1
- metadata/generated/schema/security/client/oidcClientConfig.py +1 -1
- metadata/generated/schema/security/client/oktaSSOClientConfig.py +1 -1
- metadata/generated/schema/security/client/openMetadataJWTClientConfig.py +1 -1
- metadata/generated/schema/security/client/samlSSOClientConfig.py +1 -1
- metadata/generated/schema/security/credentials/__init__.py +1 -1
- metadata/generated/schema/security/credentials/accessTokenAuth.py +1 -1
- metadata/generated/schema/security/credentials/apiAccessTokenAuth.py +1 -1
- metadata/generated/schema/security/credentials/awsCredentials.py +1 -1
- metadata/generated/schema/security/credentials/azureCredentials.py +1 -1
- metadata/generated/schema/security/credentials/basicAuth.py +1 -1
- metadata/generated/schema/security/credentials/bitbucketCredentials.py +1 -1
- metadata/generated/schema/security/credentials/gcpCredentials.py +1 -1
- metadata/generated/schema/security/credentials/gcpExternalAccount.py +1 -1
- metadata/generated/schema/security/credentials/gcpValues.py +1 -1
- metadata/generated/schema/security/credentials/gitCredentials.py +1 -1
- metadata/generated/schema/security/credentials/githubCredentials.py +1 -1
- metadata/generated/schema/security/credentials/gitlabCredentials.py +1 -1
- metadata/generated/schema/security/sasl/__init__.py +1 -1
- metadata/generated/schema/security/sasl/saslClientConfig.py +1 -1
- metadata/generated/schema/security/secrets/__init__.py +1 -1
- metadata/generated/schema/security/secrets/secretsManagerClientLoader.py +1 -1
- metadata/generated/schema/security/secrets/secretsManagerConfiguration.py +1 -1
- metadata/generated/schema/security/secrets/secretsManagerProvider.py +1 -1
- metadata/generated/schema/security/securityConfiguration.py +1 -1
- metadata/generated/schema/security/ssl/__init__.py +1 -1
- metadata/generated/schema/security/ssl/validateSSLClientConfig.py +1 -1
- metadata/generated/schema/security/ssl/verifySSLConfig.py +1 -1
- metadata/generated/schema/settings/__init__.py +1 -1
- metadata/generated/schema/settings/settings.py +1 -1
- metadata/generated/schema/system/__init__.py +1 -1
- metadata/generated/schema/system/entityError.py +1 -1
- metadata/generated/schema/system/eventPublisherJob.py +2 -1
- metadata/generated/schema/system/indexingError.py +1 -1
- metadata/generated/schema/system/limitsResponse.py +1 -1
- metadata/generated/schema/system/ui/__init__.py +1 -1
- metadata/generated/schema/system/ui/knowledgePanel.py +1 -1
- metadata/generated/schema/system/ui/page.py +1 -1
- metadata/generated/schema/system/validationResponse.py +1 -1
- metadata/generated/schema/tests/__init__.py +1 -1
- metadata/generated/schema/tests/assigned.py +1 -1
- metadata/generated/schema/tests/basic.py +1 -1
- metadata/generated/schema/tests/customMetric.py +1 -1
- metadata/generated/schema/tests/dataQualityReport.py +1 -1
- metadata/generated/schema/tests/resolved.py +1 -1
- metadata/generated/schema/tests/testCase.py +1 -1
- metadata/generated/schema/tests/testCaseResolutionStatus.py +1 -1
- metadata/generated/schema/tests/testDefinition.py +1 -1
- metadata/generated/schema/tests/testSuite.py +1 -1
- metadata/generated/schema/type/__init__.py +1 -1
- metadata/generated/schema/type/apiSchema.py +1 -1
- metadata/generated/schema/type/assetCertification.py +1 -1
- metadata/generated/schema/type/auditLog.py +1 -1
- metadata/generated/schema/type/basic.py +1 -1
- metadata/generated/schema/type/bulkOperationResult.py +1 -1
- metadata/generated/schema/type/changeEvent.py +1 -1
- metadata/generated/schema/type/changeEventType.py +1 -1
- metadata/generated/schema/type/collectionDescriptor.py +1 -1
- metadata/generated/schema/type/csvDocumentation.py +1 -1
- metadata/generated/schema/type/csvErrorType.py +1 -1
- metadata/generated/schema/type/csvFile.py +1 -1
- metadata/generated/schema/type/csvImportResult.py +1 -1
- metadata/generated/schema/type/customProperties/__init__.py +1 -1
- metadata/generated/schema/type/customProperties/complexTypes.py +1 -1
- metadata/generated/schema/type/customProperties/enumConfig.py +1 -1
- metadata/generated/schema/type/customProperties/tableConfig.py +1 -1
- metadata/generated/schema/type/customProperty.py +1 -1
- metadata/generated/schema/type/dailyCount.py +1 -1
- metadata/generated/schema/type/databaseConnectionConfig.py +1 -1
- metadata/generated/schema/type/entityHierarchy.py +1 -1
- metadata/generated/schema/type/entityHistory.py +1 -1
- metadata/generated/schema/type/entityLineage.py +1 -1
- metadata/generated/schema/type/entityReference.py +1 -1
- metadata/generated/schema/type/entityReferenceList.py +1 -1
- metadata/generated/schema/type/entityRelationship.py +2 -1
- metadata/generated/schema/type/entityUsage.py +1 -1
- metadata/generated/schema/type/filterPattern.py +1 -1
- metadata/generated/schema/type/function.py +1 -1
- metadata/generated/schema/type/include.py +1 -1
- metadata/generated/schema/type/jdbcConnection.py +1 -1
- metadata/generated/schema/type/lifeCycle.py +1 -1
- metadata/generated/schema/type/paging.py +1 -1
- metadata/generated/schema/type/profile.py +1 -1
- metadata/generated/schema/type/queryParserData.py +1 -1
- metadata/generated/schema/type/reaction.py +1 -1
- metadata/generated/schema/type/schedule.py +1 -1
- metadata/generated/schema/type/schema.py +1 -1
- metadata/generated/schema/type/tableQuery.py +1 -1
- metadata/generated/schema/type/tableUsageCount.py +1 -1
- metadata/generated/schema/type/tagLabel.py +1 -1
- metadata/generated/schema/type/usageDetails.py +1 -1
- metadata/generated/schema/type/usageRequest.py +1 -1
- metadata/generated/schema/type/votes.py +1 -1
- metadata/ingestion/api/models.py +9 -5
- metadata/ingestion/lineage/parser.py +6 -4
- metadata/ingestion/lineage/sql_lineage.py +258 -29
- metadata/ingestion/models/patch_request.py +2 -0
- metadata/ingestion/ometa/client.py +13 -8
- metadata/ingestion/ometa/mixins/data_insight_mixin.py +3 -2
- metadata/ingestion/ometa/mixins/ingestion_pipeline_mixin.py +5 -3
- metadata/ingestion/ometa/mixins/suggestions_mixin.py +3 -3
- metadata/ingestion/ometa/mixins/table_mixin.py +1 -1
- metadata/ingestion/ometa/models.py +1 -0
- metadata/ingestion/ometa/ometa_api.py +6 -3
- metadata/ingestion/sink/metadata_rest.py +23 -18
- metadata/ingestion/source/dashboard/dashboard_service.py +2 -0
- metadata/ingestion/source/dashboard/microstrategy/client.py +268 -0
- metadata/ingestion/source/dashboard/{mstr → microstrategy}/connection.py +11 -11
- metadata/ingestion/source/dashboard/{mstr → microstrategy}/metadata.py +74 -51
- metadata/ingestion/source/dashboard/{mstr → microstrategy}/models.py +9 -3
- metadata/ingestion/source/dashboard/microstrategy/service_spec.py +6 -0
- metadata/ingestion/source/dashboard/powerbi/client.py +1 -2
- metadata/ingestion/source/dashboard/superset/db_source.py +1 -1
- metadata/ingestion/source/dashboard/tableau/metadata.py +29 -12
- metadata/ingestion/source/dashboard/tableau/models.py +10 -0
- metadata/ingestion/source/database/athena/metadata.py +8 -0
- metadata/ingestion/source/database/azuresql/service_spec.py +2 -0
- metadata/ingestion/source/database/bigquery/profiler/profiler.py +1 -1
- metadata/ingestion/source/database/bigquery/profiler/system.py +5 -4
- metadata/ingestion/source/database/bigquery/service_spec.py +2 -0
- metadata/ingestion/source/database/common_nosql_source.py +7 -0
- metadata/ingestion/source/database/databricks/metadata.py +1 -3
- metadata/ingestion/source/database/databricks/service_spec.py +4 -0
- metadata/ingestion/source/database/datalake/clients/azure_blob.py +0 -3
- metadata/ingestion/source/database/datalake/clients/base.py +10 -1
- metadata/ingestion/source/database/datalake/clients/gcs.py +4 -2
- metadata/ingestion/source/database/datalake/clients/s3.py +0 -3
- metadata/ingestion/source/database/datalake/service_spec.py +8 -1
- metadata/ingestion/source/database/db2/connection.py +14 -1
- metadata/ingestion/source/database/dbt/constants.py +12 -0
- metadata/ingestion/source/database/dbt/dbt_config.py +19 -1
- metadata/ingestion/source/database/dbt/dbt_service.py +25 -1
- metadata/ingestion/source/database/dbt/dbt_utils.py +29 -0
- metadata/ingestion/source/database/dbt/metadata.py +70 -1
- metadata/ingestion/source/database/dbt/models.py +2 -0
- metadata/ingestion/source/database/dynamodb/service_spec.py +4 -1
- metadata/ingestion/source/database/mongodb/service_spec.py +4 -1
- metadata/ingestion/source/database/mysql/connection.py +5 -0
- metadata/ingestion/source/database/mysql/lineage.py +12 -30
- metadata/ingestion/source/database/mysql/queries.py +43 -0
- metadata/ingestion/source/database/mysql/query_parser.py +46 -0
- metadata/ingestion/source/database/mysql/service_spec.py +7 -1
- metadata/{data_quality/builders/pandas_validator_builder.py → ingestion/source/database/mysql/usage.py} +9 -14
- metadata/ingestion/source/database/redshift/profiler/system.py +5 -4
- metadata/ingestion/source/database/sample_data.py +4 -12
- metadata/ingestion/source/database/snowflake/connection.py +8 -3
- metadata/ingestion/source/database/snowflake/lineage.py +35 -1
- metadata/ingestion/source/database/snowflake/metadata.py +38 -19
- metadata/ingestion/source/database/snowflake/models.py +1 -0
- metadata/ingestion/source/database/snowflake/profiler/system.py +5 -4
- metadata/ingestion/source/database/snowflake/queries.py +22 -1
- metadata/ingestion/source/database/snowflake/service_spec.py +6 -0
- metadata/ingestion/source/database/stored_procedures_mixin.py +20 -8
- metadata/ingestion/source/database/trino/service_spec.py +2 -0
- metadata/ingestion/source/database/unitycatalog/service_spec.py +4 -0
- metadata/ingestion/source/pipeline/airflow/connection.py +45 -2
- metadata/ingestion/source/pipeline/airflow/metadata.py +35 -25
- metadata/ingestion/source/pipeline/dbtcloud/client.py +67 -28
- metadata/ingestion/source/pipeline/dbtcloud/connection.py +1 -3
- metadata/ingestion/source/pipeline/dbtcloud/models.py +1 -1
- metadata/ingestion/source/pipeline/fivetran/metadata.py +1 -1
- metadata/ingestion/source/pipeline/kafkaconnect/client.py +1 -1
- metadata/ingestion/source/search/elasticsearch/metadata.py +53 -0
- metadata/ingestion/source/search/search_service.py +44 -1
- metadata/mixins/pandas/pandas_mixin.py +2 -31
- metadata/mixins/sqalchemy/sqa_mixin.py +16 -16
- metadata/pii/processor.py +10 -9
- metadata/profiler/api/models.py +3 -79
- metadata/profiler/config.py +39 -0
- metadata/profiler/interface/nosql/profiler_interface.py +1 -26
- metadata/profiler/interface/pandas/profiler_interface.py +37 -77
- metadata/profiler/interface/profiler_interface.py +10 -282
- metadata/profiler/interface/sqlalchemy/bigquery/profiler_interface.py +0 -19
- metadata/profiler/interface/sqlalchemy/databricks/profiler_interface.py +2 -17
- metadata/profiler/interface/sqlalchemy/db2/profiler_interface.py +1 -1
- metadata/profiler/interface/sqlalchemy/mariadb/profiler_interface.py +2 -2
- metadata/profiler/interface/sqlalchemy/profiler_interface.py +46 -109
- metadata/profiler/interface/sqlalchemy/single_store/profiler_interface.py +2 -2
- metadata/profiler/interface/sqlalchemy/snowflake/profiler_interface.py +1 -1
- metadata/profiler/interface/sqlalchemy/stored_statistics_profiler.py +6 -8
- metadata/profiler/interface/sqlalchemy/trino/profiler_interface.py +2 -2
- metadata/profiler/orm/converter/base.py +21 -12
- metadata/profiler/orm/functions/table_metric_computer.py +9 -8
- metadata/profiler/processor/core.py +5 -58
- metadata/profiler/processor/handle_partition.py +0 -48
- metadata/profiler/processor/runner.py +116 -35
- metadata/profiler/processor/sample_data_handler.py +7 -4
- metadata/profiler/source/database/base/profiler_source.py +56 -138
- metadata/profiler/source/database/bigquery/profiler_source.py +3 -3
- metadata/profiler/source/database/databricks/profiler_source.py +2 -3
- metadata/profiler/source/fetcher/config.py +44 -0
- metadata/profiler/source/fetcher/fetcher_strategy.py +2 -4
- metadata/sampler/config.py +237 -0
- metadata/sampler/models.py +106 -0
- metadata/{profiler/processor/sampler → sampler}/nosql/sampler.py +44 -12
- metadata/sampler/pandas/sampler.py +239 -0
- metadata/{utils → sampler}/partition.py +66 -51
- metadata/sampler/processor.py +154 -0
- metadata/sampler/sampler_interface.py +251 -0
- metadata/{profiler/processor/sampler → sampler}/sqlalchemy/azuresql/sampler.py +1 -1
- metadata/{profiler/processor/sampler → sampler}/sqlalchemy/bigquery/sampler.py +55 -26
- metadata/sampler/sqlalchemy/postgres/sampler.py +91 -0
- metadata/{profiler/processor/sampler → sampler}/sqlalchemy/sampler.py +93 -98
- metadata/sampler/sqlalchemy/snowflake/sampler.py +95 -0
- metadata/{profiler/processor/sampler → sampler}/sqlalchemy/trino/sampler.py +5 -3
- metadata/utils/class_helper.py +7 -0
- metadata/utils/constants.py +63 -0
- metadata/utils/helpers.py +1 -2
- metadata/utils/importer.py +1 -1
- metadata/utils/logger.py +9 -0
- metadata/utils/profiler_utils.py +42 -0
- metadata/utils/service_spec/default.py +6 -0
- metadata/utils/service_spec/service_spec.py +47 -0
- metadata/utils/sqlalchemy_utils.py +1 -1
- metadata/utils/ssl_manager.py +39 -1
- metadata/workflow/classification.py +53 -0
- metadata/workflow/data_quality.py +5 -1
- metadata/workflow/profiler.py +1 -17
- {openmetadata_ingestion-1.6.0.0rc1.dist-info → openmetadata_ingestion-1.6.0.0rc3.dist-info}/METADATA +373 -373
- {openmetadata_ingestion-1.6.0.0rc1.dist-info → openmetadata_ingestion-1.6.0.0rc3.dist-info}/RECORD +805 -795
- metadata/data_quality/builders/sqa_validator_builder.py +0 -25
- metadata/data_quality/interface/test_suite_interface_factory.py +0 -158
- metadata/data_quality/runner/test_suite_source_factory.py +0 -38
- metadata/generated/schema/entity/services/connections/dashboard/mstrConnection.py +0 -54
- metadata/ingestion/source/dashboard/mstr/client.py +0 -209
- metadata/ingestion/source/dashboard/mstr/service_spec.py +0 -4
- metadata/profiler/processor/sampler/pandas/sampler.py +0 -170
- metadata/profiler/processor/sampler/sampler_factory.py +0 -100
- metadata/profiler/processor/sampler/sampler_interface.py +0 -74
- metadata/profiler/processor/sampler/sqlalchemy/snowflake/sampler.py +0 -83
- /metadata/ingestion/source/dashboard/{mstr → microstrategy}/__init__.py +0 -0
- {openmetadata_ingestion-1.6.0.0rc1.dist-info → openmetadata_ingestion-1.6.0.0rc3.dist-info}/LICENSE +0 -0
- {openmetadata_ingestion-1.6.0.0rc1.dist-info → openmetadata_ingestion-1.6.0.0rc3.dist-info}/WHEEL +0 -0
- {openmetadata_ingestion-1.6.0.0rc1.dist-info → openmetadata_ingestion-1.6.0.0rc3.dist-info}/entry_points.txt +0 -0
- {openmetadata_ingestion-1.6.0.0rc1.dist-info → openmetadata_ingestion-1.6.0.0rc3.dist-info}/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9
9
|
# See the License for the specific language governing permissions and
|
|
10
10
|
# limitations under the License.
|
|
11
|
-
"""
|
|
11
|
+
"""MicroStrategy source module"""
|
|
12
12
|
import traceback
|
|
13
13
|
from typing import Iterable, List, Optional
|
|
14
14
|
|
|
@@ -16,8 +16,8 @@ from metadata.generated.schema.api.data.createChart import CreateChartRequest
|
|
|
16
16
|
from metadata.generated.schema.api.data.createDashboard import CreateDashboardRequest
|
|
17
17
|
from metadata.generated.schema.api.lineage.addLineage import AddLineageRequest
|
|
18
18
|
from metadata.generated.schema.entity.data.chart import Chart
|
|
19
|
-
from metadata.generated.schema.entity.services.connections.dashboard.
|
|
20
|
-
|
|
19
|
+
from metadata.generated.schema.entity.services.connections.dashboard.microStrategyConnection import (
|
|
20
|
+
MicroStrategyConnection,
|
|
21
21
|
)
|
|
22
22
|
from metadata.generated.schema.entity.services.ingestionPipelines.status import (
|
|
23
23
|
StackTraceError,
|
|
@@ -34,7 +34,7 @@ from metadata.ingestion.api.models import Either
|
|
|
34
34
|
from metadata.ingestion.api.steps import InvalidSourceException
|
|
35
35
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
36
36
|
from metadata.ingestion.source.dashboard.dashboard_service import DashboardServiceSource
|
|
37
|
-
from metadata.ingestion.source.dashboard.
|
|
37
|
+
from metadata.ingestion.source.dashboard.microstrategy.models import (
|
|
38
38
|
MstrDashboard,
|
|
39
39
|
MstrDashboardDetails,
|
|
40
40
|
MstrPage,
|
|
@@ -47,9 +47,9 @@ from metadata.utils.logger import ingestion_logger
|
|
|
47
47
|
logger = ingestion_logger()
|
|
48
48
|
|
|
49
49
|
|
|
50
|
-
class
|
|
50
|
+
class MicrostrategySource(DashboardServiceSource):
|
|
51
51
|
"""
|
|
52
|
-
|
|
52
|
+
Microstrategy Source Class
|
|
53
53
|
"""
|
|
54
54
|
|
|
55
55
|
@classmethod
|
|
@@ -60,10 +60,10 @@ class MstrSource(DashboardServiceSource):
|
|
|
60
60
|
pipeline_name: Optional[str] = None,
|
|
61
61
|
):
|
|
62
62
|
config = WorkflowSource.model_validate(config_dict)
|
|
63
|
-
connection:
|
|
64
|
-
if not isinstance(connection,
|
|
63
|
+
connection: MicroStrategyConnection = config.serviceConnection.root.config
|
|
64
|
+
if not isinstance(connection, MicroStrategyConnection):
|
|
65
65
|
raise InvalidSourceException(
|
|
66
|
-
f"Expected
|
|
66
|
+
f"Expected MicroStrategyConnection, but got {connection}"
|
|
67
67
|
)
|
|
68
68
|
return cls(config, metadata)
|
|
69
69
|
|
|
@@ -75,14 +75,18 @@ class MstrSource(DashboardServiceSource):
|
|
|
75
75
|
|
|
76
76
|
if self.client.is_project_name():
|
|
77
77
|
project = self.client.get_project_by_name()
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
if not self.client.is_project_name():
|
|
81
|
-
for project in self.client.get_projects_list():
|
|
78
|
+
if project:
|
|
82
79
|
dashboards.extend(
|
|
83
80
|
self.client.get_dashboards_list(project.id, project.name)
|
|
84
81
|
)
|
|
85
82
|
|
|
83
|
+
if not self.client.is_project_name():
|
|
84
|
+
for project in self.client.get_projects_list():
|
|
85
|
+
if project:
|
|
86
|
+
dashboards.extend(
|
|
87
|
+
self.client.get_dashboards_list(project.id, project.name)
|
|
88
|
+
)
|
|
89
|
+
|
|
86
90
|
return dashboards
|
|
87
91
|
|
|
88
92
|
def get_dashboard_name(self, dashboard: MstrDashboard) -> str:
|
|
@@ -91,6 +95,18 @@ class MstrSource(DashboardServiceSource):
|
|
|
91
95
|
"""
|
|
92
96
|
return dashboard.name
|
|
93
97
|
|
|
98
|
+
def get_project_name(self, dashboard_details: MstrDashboard) -> Optional[str]:
|
|
99
|
+
"""
|
|
100
|
+
Get dashboard project name
|
|
101
|
+
"""
|
|
102
|
+
try:
|
|
103
|
+
return dashboard_details.projectName
|
|
104
|
+
except Exception as exc:
|
|
105
|
+
logger.debug(
|
|
106
|
+
f"Cannot get project name from dashboard [{dashboard_details.name}] - [{exc}]"
|
|
107
|
+
)
|
|
108
|
+
return None
|
|
109
|
+
|
|
94
110
|
def get_dashboard_details(self, dashboard: MstrDashboard) -> MstrDashboardDetails:
|
|
95
111
|
"""
|
|
96
112
|
Get Dashboard Details
|
|
@@ -106,40 +122,41 @@ class MstrSource(DashboardServiceSource):
|
|
|
106
122
|
"""
|
|
107
123
|
Method to Get Dashboard Entity
|
|
108
124
|
"""
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
125
|
+
if dashboard_details:
|
|
126
|
+
try:
|
|
127
|
+
dashboard_url = (
|
|
128
|
+
f"{clean_uri(str(self.service_connection.hostPort))}/MicroStrategyLibrary/app/"
|
|
129
|
+
f"{dashboard_details.projectId}/{dashboard_details.id}"
|
|
130
|
+
)
|
|
131
|
+
dashboard_request = CreateDashboardRequest(
|
|
132
|
+
name=EntityName(dashboard_details.id),
|
|
133
|
+
displayName=dashboard_details.name,
|
|
134
|
+
sourceUrl=SourceUrl(dashboard_url),
|
|
135
|
+
project=dashboard_details.projectName,
|
|
136
|
+
charts=[
|
|
137
|
+
FullyQualifiedEntityName(
|
|
138
|
+
fqn.build(
|
|
139
|
+
self.metadata,
|
|
140
|
+
entity_type=Chart,
|
|
141
|
+
service_name=self.context.get().dashboard_service,
|
|
142
|
+
chart_name=chart,
|
|
143
|
+
)
|
|
126
144
|
)
|
|
145
|
+
for chart in self.context.get().charts or []
|
|
146
|
+
],
|
|
147
|
+
service=self.context.get().dashboard_service,
|
|
148
|
+
owners=self.get_owner_ref(dashboard_details=dashboard_details),
|
|
149
|
+
)
|
|
150
|
+
yield Either(right=dashboard_request)
|
|
151
|
+
self.register_record(dashboard_request=dashboard_request)
|
|
152
|
+
except Exception as exc:
|
|
153
|
+
yield Either(
|
|
154
|
+
left=StackTraceError(
|
|
155
|
+
name=dashboard_details.id,
|
|
156
|
+
error=f"Error yielding dashboard for {dashboard_details}: {exc}",
|
|
157
|
+
stackTrace=traceback.format_exc(),
|
|
127
158
|
)
|
|
128
|
-
for chart in self.context.get().charts or []
|
|
129
|
-
],
|
|
130
|
-
service=self.context.get().dashboard_service,
|
|
131
|
-
owners=self.get_owner_ref(dashboard_details=dashboard_details),
|
|
132
|
-
)
|
|
133
|
-
yield Either(right=dashboard_request)
|
|
134
|
-
self.register_record(dashboard_request=dashboard_request)
|
|
135
|
-
except Exception as exc:
|
|
136
|
-
yield Either(
|
|
137
|
-
left=StackTraceError(
|
|
138
|
-
name=dashboard_details.id,
|
|
139
|
-
error=f"Error yielding dashboard for {dashboard_details}: {exc}",
|
|
140
|
-
stackTrace=traceback.format_exc(),
|
|
141
159
|
)
|
|
142
|
-
)
|
|
143
160
|
|
|
144
161
|
def yield_dashboard_lineage_details(
|
|
145
162
|
self, dashboard_details: MstrDashboardDetails, db_service_name: str
|
|
@@ -156,14 +173,15 @@ class MstrSource(DashboardServiceSource):
|
|
|
156
173
|
Returns:
|
|
157
174
|
Iterable[CreateChartRequest]
|
|
158
175
|
"""
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
for
|
|
162
|
-
|
|
176
|
+
if dashboard_details:
|
|
177
|
+
try:
|
|
178
|
+
for chapter in dashboard_details.chapters:
|
|
179
|
+
for page in chapter.pages:
|
|
180
|
+
yield from self._yield_chart_from_visualization(page)
|
|
163
181
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
182
|
+
except Exception as exc:
|
|
183
|
+
logger.debug(traceback.format_exc())
|
|
184
|
+
logger.warning(f"Error creating dashboard: {exc}")
|
|
167
185
|
|
|
168
186
|
def _yield_chart_from_visualization(
|
|
169
187
|
self, page: MstrPage
|
|
@@ -192,3 +210,8 @@ class MstrSource(DashboardServiceSource):
|
|
|
192
210
|
stackTrace=traceback.format_exc(),
|
|
193
211
|
)
|
|
194
212
|
)
|
|
213
|
+
|
|
214
|
+
def close(self):
|
|
215
|
+
# close the api session
|
|
216
|
+
self.client.close_api_session()
|
|
217
|
+
self.metadata.close()
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
# See the License for the specific language governing permissions and
|
|
10
10
|
# limitations under the License.
|
|
11
11
|
"""
|
|
12
|
-
|
|
12
|
+
MicroStrategy Models
|
|
13
13
|
"""
|
|
14
14
|
from datetime import datetime
|
|
15
|
-
from typing import List, Optional
|
|
15
|
+
from typing import Any, List, Optional
|
|
16
16
|
|
|
17
17
|
from pydantic import BaseModel
|
|
18
18
|
|
|
@@ -69,7 +69,8 @@ class MstrSearchResult(BaseModel):
|
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
class MstrSearchResultList(BaseModel):
|
|
72
|
-
|
|
72
|
+
totalItems: Optional[int] = 0
|
|
73
|
+
result: Optional[List[MstrSearchResult]] = None
|
|
73
74
|
|
|
74
75
|
|
|
75
76
|
class MstrDashboard(BaseModel):
|
|
@@ -142,3 +143,8 @@ class MstrDashboardDetails(BaseModel):
|
|
|
142
143
|
projectName: str
|
|
143
144
|
currentChapter: str
|
|
144
145
|
chapters: List[MstrChapter]
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
class AuthHeaderCookie(BaseModel):
|
|
149
|
+
auth_header: dict
|
|
150
|
+
auth_cookies: Any
|
|
@@ -64,11 +64,10 @@ class PowerBiApiClient:
|
|
|
64
64
|
client_credential=self.config.clientSecret.get_secret_value(),
|
|
65
65
|
authority=self.config.authorityURI + self.config.tenantId,
|
|
66
66
|
)
|
|
67
|
-
self.auth_token = self.get_auth_token()
|
|
68
67
|
client_config = ClientConfig(
|
|
69
68
|
base_url="https://api.powerbi.com",
|
|
70
69
|
api_version="v1.0",
|
|
71
|
-
auth_token=
|
|
70
|
+
auth_token=self.get_auth_token,
|
|
72
71
|
auth_header="Authorization",
|
|
73
72
|
allow_redirects=True,
|
|
74
73
|
retry_codes=[429],
|
|
@@ -201,7 +201,7 @@ class SupersetDBSource(SupersetSourceMixin):
|
|
|
201
201
|
except Exception as exc:
|
|
202
202
|
yield Either(
|
|
203
203
|
left=StackTraceError(
|
|
204
|
-
name=chart_json.id,
|
|
204
|
+
name=str(chart_json.id),
|
|
205
205
|
error=f"Error yielding Chart [{chart_json.id} - {chart_json.slice_name}]: {exc}",
|
|
206
206
|
stackTrace=traceback.format_exc(),
|
|
207
207
|
)
|
|
@@ -69,6 +69,7 @@ from metadata.ingestion.source.dashboard.tableau.models import (
|
|
|
69
69
|
ChartUrl,
|
|
70
70
|
DataSource,
|
|
71
71
|
DatasourceField,
|
|
72
|
+
TableAndQuery,
|
|
72
73
|
TableauDashboard,
|
|
73
74
|
TableauTag,
|
|
74
75
|
UpstreamTable,
|
|
@@ -149,7 +150,7 @@ class TableauSource(DashboardServiceSource):
|
|
|
149
150
|
return None
|
|
150
151
|
|
|
151
152
|
@staticmethod
|
|
152
|
-
def _get_data_models_tags(dataModels: [DataSource]) -> Set[str]:
|
|
153
|
+
def _get_data_models_tags(dataModels: List[DataSource]) -> Set[str]:
|
|
153
154
|
"""
|
|
154
155
|
Get the tags from the data model in the upstreamDatasources
|
|
155
156
|
"""
|
|
@@ -382,9 +383,12 @@ class TableauSource(DashboardServiceSource):
|
|
|
382
383
|
column=column.id,
|
|
383
384
|
)
|
|
384
385
|
for to_column in to_columns:
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
386
|
+
if from_column and to_column:
|
|
387
|
+
column_lineage.append(
|
|
388
|
+
ColumnLineage(
|
|
389
|
+
fromColumns=[from_column], toColumn=to_column
|
|
390
|
+
)
|
|
391
|
+
)
|
|
388
392
|
return column_lineage
|
|
389
393
|
except Exception as exc:
|
|
390
394
|
logger.debug(f"Error to get column lineage: {exc}")
|
|
@@ -451,17 +455,22 @@ class TableauSource(DashboardServiceSource):
|
|
|
451
455
|
column.id
|
|
452
456
|
for field in upstream_data_model.fields
|
|
453
457
|
for column in field.upstreamColumns
|
|
458
|
+
if column is not None
|
|
454
459
|
}
|
|
455
460
|
for table in datamodel.upstreamTables or []:
|
|
456
461
|
om_tables = self._get_database_tables(db_service_entity, table)
|
|
457
|
-
for
|
|
462
|
+
for om_table_and_query in om_tables or []:
|
|
458
463
|
column_lineage = self._get_column_lineage(
|
|
459
|
-
table,
|
|
464
|
+
table,
|
|
465
|
+
om_table_and_query.table,
|
|
466
|
+
upstream_data_model_entity,
|
|
467
|
+
upstream_col_set,
|
|
460
468
|
)
|
|
461
469
|
yield self._get_add_lineage_request(
|
|
462
470
|
to_entity=upstream_data_model_entity,
|
|
463
|
-
from_entity=
|
|
471
|
+
from_entity=om_table_and_query.table,
|
|
464
472
|
column_lineage=column_lineage,
|
|
473
|
+
sql=om_table_and_query.query,
|
|
465
474
|
)
|
|
466
475
|
except Exception as err:
|
|
467
476
|
yield Either(
|
|
@@ -698,7 +707,7 @@ class TableauSource(DashboardServiceSource):
|
|
|
698
707
|
|
|
699
708
|
def _get_table_entities_from_api(
|
|
700
709
|
self, db_service_entity: DatabaseService, table: UpstreamTable
|
|
701
|
-
) -> Optional[List[
|
|
710
|
+
) -> Optional[List[TableAndQuery]]:
|
|
702
711
|
"""
|
|
703
712
|
In case we get the table details from the Graphql APIs we process them
|
|
704
713
|
"""
|
|
@@ -734,7 +743,7 @@ class TableauSource(DashboardServiceSource):
|
|
|
734
743
|
fqn=table_fqn,
|
|
735
744
|
)
|
|
736
745
|
if table_entity:
|
|
737
|
-
return [table_entity]
|
|
746
|
+
return [TableAndQuery(table=table_entity)]
|
|
738
747
|
except Exception as exc:
|
|
739
748
|
logger.debug(traceback.format_exc())
|
|
740
749
|
logger.warning(f"Error to get tables for lineage using GraphQL Apis: {exc}")
|
|
@@ -742,7 +751,7 @@ class TableauSource(DashboardServiceSource):
|
|
|
742
751
|
|
|
743
752
|
def _get_table_entities_from_query(
|
|
744
753
|
self, db_service_entity: DatabaseService, table: UpstreamTable
|
|
745
|
-
) -> Optional[List[
|
|
754
|
+
) -> Optional[List[TableAndQuery]]:
|
|
746
755
|
"""
|
|
747
756
|
In case we get the table details from the Graphql APIs we process them
|
|
748
757
|
"""
|
|
@@ -778,7 +787,12 @@ class TableauSource(DashboardServiceSource):
|
|
|
778
787
|
database_schema=schema_name,
|
|
779
788
|
table=table_name,
|
|
780
789
|
)
|
|
781
|
-
tables_list.extend(
|
|
790
|
+
tables_list.extend(
|
|
791
|
+
[
|
|
792
|
+
TableAndQuery(table=table, query=custom_sql_table.query)
|
|
793
|
+
for table in from_entities
|
|
794
|
+
]
|
|
795
|
+
)
|
|
782
796
|
|
|
783
797
|
except Exception as exc:
|
|
784
798
|
logger.debug(traceback.format_exc())
|
|
@@ -787,7 +801,7 @@ class TableauSource(DashboardServiceSource):
|
|
|
787
801
|
|
|
788
802
|
def _get_database_tables(
|
|
789
803
|
self, db_service_entity: DatabaseService, table: UpstreamTable
|
|
790
|
-
) -> Optional[List[
|
|
804
|
+
) -> Optional[List[TableAndQuery]]:
|
|
791
805
|
"""
|
|
792
806
|
Get the table entities for lineage
|
|
793
807
|
"""
|
|
@@ -879,6 +893,9 @@ class TableauSource(DashboardServiceSource):
|
|
|
879
893
|
try:
|
|
880
894
|
return dashboard_details.project.name
|
|
881
895
|
except Exception as exc:
|
|
896
|
+
logger.info(
|
|
897
|
+
f"Cannot parse project name for dashboard:{dashboard_details.id} from Tableau server"
|
|
898
|
+
)
|
|
882
899
|
logger.debug(traceback.format_exc())
|
|
883
900
|
logger.warning(
|
|
884
901
|
f"Error fetching project name for {dashboard_details.id}: {exc}"
|
|
@@ -18,6 +18,7 @@ from typing import Any, Dict, List, Optional, Union
|
|
|
18
18
|
from pydantic import BaseModel, ConfigDict, Field, validator
|
|
19
19
|
|
|
20
20
|
from metadata.generated.schema.entity.data.chart import ChartType
|
|
21
|
+
from metadata.generated.schema.entity.data.table import Table
|
|
21
22
|
|
|
22
23
|
|
|
23
24
|
class TableauBaseModel(BaseModel):
|
|
@@ -172,3 +173,12 @@ class TableauDashboard(TableauBaseModel):
|
|
|
172
173
|
webpageUrl: Optional[str] = None
|
|
173
174
|
charts: Optional[List[TableauChart]] = None
|
|
174
175
|
dataModels: List[DataSource] = []
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
class TableAndQuery(BaseModel):
|
|
179
|
+
"""
|
|
180
|
+
Wrapper class for Table entity and associated Query for lineage
|
|
181
|
+
"""
|
|
182
|
+
|
|
183
|
+
table: Table
|
|
184
|
+
query: Optional[str] = None
|
|
@@ -157,6 +157,14 @@ class AthenaSource(ExternalTableLineageMixin, CommonDbSourceService):
|
|
|
157
157
|
return True, partition_details
|
|
158
158
|
return False, None
|
|
159
159
|
|
|
160
|
+
def get_location_path(self, table_name: str, schema_name: str) -> Optional[str]:
|
|
161
|
+
"""
|
|
162
|
+
Method to fetch the location path of the table
|
|
163
|
+
"""
|
|
164
|
+
return self.external_location_map.get(
|
|
165
|
+
(self.context.get().database, schema_name, table_name)
|
|
166
|
+
)
|
|
167
|
+
|
|
160
168
|
def yield_tag(
|
|
161
169
|
self, schema_name: str
|
|
162
170
|
) -> Iterable[Either[OMetaTagAndClassification]]:
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
from metadata.ingestion.source.database.azuresql.lineage import AzuresqlLineageSource
|
|
2
2
|
from metadata.ingestion.source.database.azuresql.metadata import AzuresqlSource
|
|
3
3
|
from metadata.ingestion.source.database.azuresql.usage import AzuresqlUsageSource
|
|
4
|
+
from metadata.sampler.sqlalchemy.azuresql.sampler import AzureSQLSampler
|
|
4
5
|
from metadata.utils.service_spec.default import DefaultDatabaseSpec
|
|
5
6
|
|
|
6
7
|
ServiceSpec = DefaultDatabaseSpec(
|
|
7
8
|
metadata_source_class=AzuresqlSource,
|
|
8
9
|
lineage_source_class=AzuresqlLineageSource,
|
|
9
10
|
usage_source_class=AzuresqlUsageSource,
|
|
11
|
+
sampler_class=AzureSQLSampler,
|
|
10
12
|
)
|
|
@@ -22,7 +22,7 @@ class BigQueryProfiler(BigQueryProfilerInterface):
|
|
|
22
22
|
**kwargs,
|
|
23
23
|
) -> List[SystemProfile]:
|
|
24
24
|
return self.system_metrics_computer.get_system_metrics(
|
|
25
|
-
table=runner.
|
|
25
|
+
table=runner.dataset,
|
|
26
26
|
usage_location=self.service_connection_config.usageLocation,
|
|
27
27
|
)
|
|
28
28
|
|
|
@@ -13,6 +13,7 @@ from metadata.profiler.metrics.system.system import (
|
|
|
13
13
|
SQASessionProvider,
|
|
14
14
|
SystemMetricsComputer,
|
|
15
15
|
)
|
|
16
|
+
from metadata.profiler.processor.runner import QueryRunner
|
|
16
17
|
from metadata.utils.logger import profiler_logger
|
|
17
18
|
from metadata.utils.time_utils import datetime_to_timestamp
|
|
18
19
|
|
|
@@ -25,11 +26,11 @@ class BigQuerySystemMetricsSource(
|
|
|
25
26
|
"""BigQuery system metrics source class"""
|
|
26
27
|
|
|
27
28
|
def get_kwargs(self, **kwargs):
|
|
28
|
-
|
|
29
|
+
runner: QueryRunner = kwargs.get("runner")
|
|
29
30
|
return {
|
|
30
|
-
"table":
|
|
31
|
-
"
|
|
32
|
-
"
|
|
31
|
+
"table": runner.table_name,
|
|
32
|
+
"database": runner.session.get_bind().url.database,
|
|
33
|
+
"schema": runner.schema_name,
|
|
33
34
|
"usage_location": kwargs.get("usage_location"),
|
|
34
35
|
}
|
|
35
36
|
|
|
@@ -4,6 +4,7 @@ from metadata.ingestion.source.database.bigquery.profiler.profiler import (
|
|
|
4
4
|
BigQueryProfiler,
|
|
5
5
|
)
|
|
6
6
|
from metadata.ingestion.source.database.bigquery.usage import BigqueryUsageSource
|
|
7
|
+
from metadata.sampler.sqlalchemy.bigquery.sampler import BigQuerySampler
|
|
7
8
|
from metadata.utils.service_spec.default import DefaultDatabaseSpec
|
|
8
9
|
|
|
9
10
|
ServiceSpec = DefaultDatabaseSpec(
|
|
@@ -11,4 +12,5 @@ ServiceSpec = DefaultDatabaseSpec(
|
|
|
11
12
|
lineage_source_class=BigqueryLineageSource,
|
|
12
13
|
usage_source_class=BigqueryUsageSource,
|
|
13
14
|
profiler_class=BigQueryProfiler,
|
|
15
|
+
sampler_class=BigQuerySampler,
|
|
14
16
|
)
|
|
@@ -52,6 +52,7 @@ from metadata.utils.constants import DEFAULT_DATABASE
|
|
|
52
52
|
from metadata.utils.datalake.datalake_utils import DataFrameColumnParser
|
|
53
53
|
from metadata.utils.filters import filter_by_schema, filter_by_table
|
|
54
54
|
from metadata.utils.logger import ingestion_logger
|
|
55
|
+
from metadata.utils.ssl_manager import check_ssl_and_init
|
|
55
56
|
|
|
56
57
|
logger = ingestion_logger()
|
|
57
58
|
|
|
@@ -73,7 +74,13 @@ class CommonNoSQLSource(DatabaseServiceSource, ABC):
|
|
|
73
74
|
)
|
|
74
75
|
self.metadata = metadata
|
|
75
76
|
self.service_connection = self.config.serviceConnection.root.config
|
|
77
|
+
self.ssl_manager = check_ssl_and_init(self.service_connection)
|
|
78
|
+
if self.ssl_manager:
|
|
79
|
+
self.service_connection = self.ssl_manager.setup_ssl(
|
|
80
|
+
self.service_connection
|
|
81
|
+
)
|
|
76
82
|
self.connection_obj = get_connection(self.service_connection)
|
|
83
|
+
|
|
77
84
|
self.test_connection()
|
|
78
85
|
|
|
79
86
|
def prepare(self):
|
|
@@ -131,7 +131,7 @@ def _get_table_columns(self, connection, table_name, schema, db_name):
|
|
|
131
131
|
query = DATABRICKS_GET_TABLE_COMMENTS.format(
|
|
132
132
|
database_name=db_name, schema_name=schema, table_name=table_name
|
|
133
133
|
)
|
|
134
|
-
|
|
134
|
+
rows = get_table_comment_result(
|
|
135
135
|
self,
|
|
136
136
|
connection=connection,
|
|
137
137
|
query=query,
|
|
@@ -140,8 +140,6 @@ def _get_table_columns(self, connection, table_name, schema, db_name):
|
|
|
140
140
|
schema=schema,
|
|
141
141
|
)
|
|
142
142
|
|
|
143
|
-
rows = cursor.fetchall()
|
|
144
|
-
|
|
145
143
|
except exc.OperationalError as e:
|
|
146
144
|
# Does the table exist?
|
|
147
145
|
regex_fmt = r"TExecuteStatementResp.*SemanticException.*Table not found {}"
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
from metadata.data_quality.interface.sqlalchemy.databricks.test_suite_interface import (
|
|
2
|
+
DatabricksTestSuiteInterface,
|
|
3
|
+
)
|
|
1
4
|
from metadata.ingestion.source.database.databricks.lineage import (
|
|
2
5
|
DatabricksLineageSource,
|
|
3
6
|
)
|
|
@@ -13,4 +16,5 @@ ServiceSpec = DefaultDatabaseSpec(
|
|
|
13
16
|
lineage_source_class=DatabricksLineageSource,
|
|
14
17
|
usage_source_class=DatabricksUsageSource,
|
|
15
18
|
profiler_class=DatabricksProfilerInterface,
|
|
19
|
+
test_suite_class=DatabricksTestSuiteInterface,
|
|
16
20
|
)
|
|
@@ -26,9 +26,6 @@ from metadata.utils.constants import DEFAULT_DATABASE
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
class DatalakeAzureBlobClient(DatalakeBaseClient):
|
|
29
|
-
def __init__(self, client: BlobServiceClient):
|
|
30
|
-
self._client = client
|
|
31
|
-
|
|
32
29
|
@classmethod
|
|
33
30
|
def from_config(cls, config: AzureConfig) -> "DatalakeAzureBlobClient":
|
|
34
31
|
try:
|
|
@@ -13,10 +13,19 @@
|
|
|
13
13
|
Datalake Base Client
|
|
14
14
|
"""
|
|
15
15
|
from abc import ABC, abstractmethod
|
|
16
|
-
from typing import Callable, Iterable, Optional
|
|
16
|
+
from typing import Any, Callable, Iterable, Optional
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
class DatalakeBaseClient(ABC):
|
|
20
|
+
"""Base DL client implementation"""
|
|
21
|
+
|
|
22
|
+
def __init__(self, client: Any, **kwargs):
|
|
23
|
+
self._client = client
|
|
24
|
+
|
|
25
|
+
@property
|
|
26
|
+
def client(self) -> Any:
|
|
27
|
+
return self._client
|
|
28
|
+
|
|
20
29
|
@classmethod
|
|
21
30
|
@abstractmethod
|
|
22
31
|
def from_config(cls, config) -> "DatalakeBaseClient":
|
|
@@ -33,9 +33,11 @@ from metadata.utils.credentials import GOOGLE_CREDENTIALS, set_google_credential
|
|
|
33
33
|
|
|
34
34
|
class DatalakeGcsClient(DatalakeBaseClient):
|
|
35
35
|
def __init__(
|
|
36
|
-
self,
|
|
36
|
+
self,
|
|
37
|
+
client: storage.Client,
|
|
38
|
+
temp_credentials_file_path_list: List[str],
|
|
37
39
|
):
|
|
38
|
-
|
|
40
|
+
super().__init__(client=client)
|
|
39
41
|
self._temp_credentials_file_path_list = temp_credentials_file_path_list
|
|
40
42
|
|
|
41
43
|
@property
|
|
@@ -25,9 +25,6 @@ from metadata.utils.s3_utils import list_s3_objects
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
class DatalakeS3Client(DatalakeBaseClient):
|
|
28
|
-
def __init__(self, client):
|
|
29
|
-
self._client = client
|
|
30
|
-
|
|
31
28
|
@classmethod
|
|
32
29
|
def from_config(cls, config: S3Config) -> "DatalakeS3Client":
|
|
33
30
|
if not config.securityConfig:
|
|
@@ -1,9 +1,16 @@
|
|
|
1
|
+
from metadata.data_quality.interface.pandas.pandas_test_suite_interface import (
|
|
2
|
+
PandasTestSuiteInterface,
|
|
3
|
+
)
|
|
1
4
|
from metadata.ingestion.source.database.datalake.metadata import DatalakeSource
|
|
2
5
|
from metadata.profiler.interface.pandas.profiler_interface import (
|
|
3
6
|
PandasProfilerInterface,
|
|
4
7
|
)
|
|
8
|
+
from metadata.sampler.pandas.sampler import DatalakeSampler
|
|
5
9
|
from metadata.utils.service_spec.default import DefaultDatabaseSpec
|
|
6
10
|
|
|
7
11
|
ServiceSpec = DefaultDatabaseSpec(
|
|
8
|
-
metadata_source_class=DatalakeSource,
|
|
12
|
+
metadata_source_class=DatalakeSource,
|
|
13
|
+
profiler_class=PandasProfilerInterface,
|
|
14
|
+
test_suite_class=PandasTestSuiteInterface,
|
|
15
|
+
sampler_class=DatalakeSampler,
|
|
9
16
|
)
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"""
|
|
13
13
|
Source connection handler
|
|
14
14
|
"""
|
|
15
|
+
from pathlib import Path
|
|
15
16
|
from typing import Optional
|
|
16
17
|
|
|
17
18
|
from sqlalchemy.engine import Engine
|
|
@@ -32,13 +33,25 @@ from metadata.ingestion.connections.builders import (
|
|
|
32
33
|
)
|
|
33
34
|
from metadata.ingestion.connections.test_connections import test_connection_db_common
|
|
34
35
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
35
|
-
from metadata.utils.constants import THREE_MIN
|
|
36
|
+
from metadata.utils.constants import THREE_MIN, UTF_8
|
|
36
37
|
|
|
37
38
|
|
|
38
39
|
def get_connection(connection: Db2Connection) -> Engine:
|
|
39
40
|
"""
|
|
40
41
|
Create connection
|
|
41
42
|
"""
|
|
43
|
+
# prepare license
|
|
44
|
+
# pylint: disable=import-outside-toplevel
|
|
45
|
+
if connection.license and connection.licenseFileName:
|
|
46
|
+
import clidriver
|
|
47
|
+
|
|
48
|
+
with open(
|
|
49
|
+
Path(clidriver.__path__[0], "license", connection.licenseFileName),
|
|
50
|
+
"w",
|
|
51
|
+
encoding=UTF_8,
|
|
52
|
+
) as file:
|
|
53
|
+
file.write(connection.license)
|
|
54
|
+
|
|
42
55
|
return create_generic_db_connection(
|
|
43
56
|
connection=connection,
|
|
44
57
|
get_connection_url_fn=get_connection_url_common,
|