openmetadata-ingestion 1.5.7.1.dev2__py3-none-any.whl → 1.5.8.0.dev0__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/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/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/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 +1 -1
- metadata/generated/schema/api/data/createStoredProcedure.py +1 -1
- metadata/generated/schema/api/data/createTable.py +8 -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/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/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/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/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/slackAppConfiguration.py +1 -1
- 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 +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 +1 -1
- 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/metaPilotAppConfig.py +1 -1
- 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/metaPilotAppPrivateConfig.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 +2 -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/metrics.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 +1 -1
- metadata/generated/schema/entity/data/storedProcedure.py +1 -1
- metadata/generated/schema/entity/data/table.py +8 -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/apiService/__init__.py +1 -1
- metadata/generated/schema/entity/services/connections/apiService/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/modeConnection.py +9 -1
- metadata/generated/schema/entity/services/connections/dashboard/mstrConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/dashboard/powerBIConnection.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/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/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 +1 -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/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 +1 -1
- metadata/generated/schema/entity/services/connections/database/mssqlConnection.py +1 -1
- metadata/generated/schema/entity/services/connections/database/mysqlConnection.py +1 -1
- 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/dbtCloudConnection.py +1 -1
- 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/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/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 +1 -1
- 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 +1 -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/testEventSubscriptionDestination.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/filterResourceDescriptor.py +1 -1
- metadata/generated/schema/events/subscriptionResourceDescriptor.py +1 -1
- metadata/generated/schema/metadataIngestion/__init__.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/databaseServiceMetadataPipeline.py +1 -1
- metadata/generated/schema/metadataIngestion/databaseServiceProfilerPipeline.py +1 -1
- 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 +1 -1
- metadata/generated/schema/metadataIngestion/dbtconfig/dbtLocalConfig.py +1 -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 +1 -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 +1 -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 +1 -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/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 +1 -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/connections/test_connections.py +66 -40
- metadata/ingestion/source/dashboard/dashboard_service.py +7 -1
- metadata/ingestion/source/dashboard/domodashboard/connection.py +8 -3
- metadata/ingestion/source/dashboard/lightdash/connection.py +8 -3
- metadata/ingestion/source/dashboard/looker/connection.py +8 -2
- metadata/ingestion/source/dashboard/metabase/connection.py +8 -2
- metadata/ingestion/source/dashboard/mode/client.py +29 -2
- metadata/ingestion/source/dashboard/mode/connection.py +9 -3
- metadata/ingestion/source/dashboard/mode/metadata.py +4 -1
- metadata/ingestion/source/dashboard/mstr/client.py +2 -3
- metadata/ingestion/source/dashboard/mstr/connection.py +8 -2
- metadata/ingestion/source/dashboard/powerbi/connection.py +8 -2
- metadata/ingestion/source/dashboard/qlikcloud/connection.py +8 -2
- metadata/ingestion/source/dashboard/qliksense/connection.py +8 -2
- metadata/ingestion/source/dashboard/quicksight/connection.py +8 -2
- metadata/ingestion/source/dashboard/quicksight/metadata.py +363 -81
- metadata/ingestion/source/dashboard/quicksight/models.py +19 -1
- metadata/ingestion/source/dashboard/redash/connection.py +8 -2
- metadata/ingestion/source/dashboard/superset/connection.py +8 -2
- metadata/ingestion/source/dashboard/tableau/connection.py +8 -2
- metadata/ingestion/source/database/athena/connection.py +8 -2
- metadata/ingestion/source/database/azuresql/connection.py +8 -2
- metadata/ingestion/source/database/bigquery/connection.py +9 -3
- metadata/ingestion/source/database/bigtable/connection.py +8 -2
- metadata/ingestion/source/database/clickhouse/connection.py +8 -2
- metadata/ingestion/source/database/common_db_source.py +9 -0
- metadata/ingestion/source/database/common_nosql_source.py +4 -17
- metadata/ingestion/source/database/couchbase/connection.py +8 -2
- metadata/ingestion/source/database/couchbase/metadata.py +12 -128
- metadata/ingestion/source/database/couchbase/queries.py +1 -6
- metadata/ingestion/source/database/database_service.py +7 -1
- metadata/ingestion/source/database/databricks/connection.py +8 -3
- metadata/ingestion/source/database/databricks/metadata.py +19 -0
- metadata/ingestion/source/database/datalake/connection.py +8 -2
- metadata/ingestion/source/database/db2/connection.py +8 -2
- metadata/ingestion/source/database/deltalake/connection.py +8 -2
- metadata/ingestion/source/database/domodatabase/connection.py +8 -2
- metadata/ingestion/source/database/doris/connection.py +8 -2
- metadata/ingestion/source/database/druid/connection.py +8 -2
- metadata/ingestion/source/database/dynamodb/connection.py +8 -2
- metadata/ingestion/source/database/glue/connection.py +8 -2
- metadata/ingestion/source/database/glue/metadata.py +1 -11
- metadata/ingestion/source/database/glue/models.py +0 -1
- metadata/ingestion/source/database/greenplum/connection.py +8 -2
- metadata/ingestion/source/database/hive/connection.py +25 -4
- metadata/ingestion/source/database/iceberg/connection.py +8 -2
- metadata/ingestion/source/database/impala/connection.py +8 -2
- metadata/ingestion/source/database/mariadb/connection.py +8 -2
- metadata/ingestion/source/database/mongodb/connection.py +8 -2
- metadata/ingestion/source/database/mssql/connection.py +8 -2
- metadata/ingestion/source/database/mysql/connection.py +8 -2
- metadata/ingestion/source/database/oracle/connection.py +8 -2
- metadata/ingestion/source/database/pinotdb/connection.py +8 -2
- metadata/ingestion/source/database/postgres/connection.py +8 -2
- metadata/ingestion/source/database/presto/connection.py +8 -2
- metadata/ingestion/source/database/query_parser_source.py +5 -1
- metadata/ingestion/source/database/redshift/connection.py +10 -2
- metadata/ingestion/source/database/salesforce/connection.py +8 -2
- metadata/ingestion/source/database/salesforce/metadata.py +5 -1
- metadata/ingestion/source/database/saperp/connection.py +8 -2
- metadata/ingestion/source/database/saphana/connection.py +8 -2
- metadata/ingestion/source/database/saphana/lineage.py +5 -1
- metadata/ingestion/source/database/sas/connection.py +8 -2
- metadata/ingestion/source/database/sas/metadata.py +7 -1
- metadata/ingestion/source/database/singlestore/connection.py +8 -2
- metadata/ingestion/source/database/snowflake/connection.py +8 -2
- metadata/ingestion/source/database/sqlite/connection.py +8 -2
- metadata/ingestion/source/database/teradata/connection.py +8 -2
- metadata/ingestion/source/database/trino/connection.py +8 -2
- metadata/ingestion/source/database/unitycatalog/connection.py +8 -3
- metadata/ingestion/source/database/unitycatalog/lineage.py +7 -1
- metadata/ingestion/source/database/vertica/connection.py +8 -2
- metadata/ingestion/source/messaging/kafka/connection.py +8 -2
- metadata/ingestion/source/messaging/kinesis/connection.py +8 -2
- metadata/ingestion/source/messaging/messaging_service.py +7 -1
- metadata/ingestion/source/messaging/redpanda/connection.py +8 -2
- metadata/ingestion/source/metadata/alationsink/connection.py +8 -2
- metadata/ingestion/source/metadata/alationsink/metadata.py +5 -1
- metadata/ingestion/source/metadata/amundsen/connection.py +8 -2
- metadata/ingestion/source/metadata/amundsen/metadata.py +7 -1
- metadata/ingestion/source/metadata/atlas/connection.py +8 -2
- metadata/ingestion/source/metadata/atlas/metadata.py +7 -1
- metadata/ingestion/source/mlmodel/mlflow/connection.py +8 -2
- metadata/ingestion/source/mlmodel/mlmodel_service.py +7 -1
- metadata/ingestion/source/mlmodel/sagemaker/connection.py +8 -2
- metadata/ingestion/source/pipeline/airbyte/connection.py +8 -2
- metadata/ingestion/source/pipeline/airflow/connection.py +8 -2
- metadata/ingestion/source/pipeline/airflow/metadata.py +14 -2
- metadata/ingestion/source/pipeline/dagster/connection.py +8 -2
- metadata/ingestion/source/pipeline/databrickspipeline/connection.py +8 -2
- metadata/ingestion/source/pipeline/dbtcloud/connection.py +8 -2
- metadata/ingestion/source/pipeline/domopipeline/connection.py +8 -2
- metadata/ingestion/source/pipeline/fivetran/connection.py +8 -2
- metadata/ingestion/source/pipeline/flink/connection.py +8 -2
- metadata/ingestion/source/pipeline/gluepipeline/connection.py +8 -2
- metadata/ingestion/source/pipeline/kafkaconnect/connection.py +8 -2
- metadata/ingestion/source/pipeline/nifi/connection.py +8 -2
- metadata/ingestion/source/pipeline/openlineage/connection.py +8 -2
- metadata/ingestion/source/pipeline/pipeline_service.py +7 -1
- metadata/ingestion/source/pipeline/spline/connection.py +8 -2
- metadata/ingestion/source/search/elasticsearch/connection.py +8 -3
- metadata/ingestion/source/search/search_service.py +7 -1
- metadata/ingestion/source/storage/gcs/connection.py +8 -2
- metadata/ingestion/source/storage/s3/connection.py +8 -2
- metadata/ingestion/source/storage/storage_service.py +7 -1
- metadata/utils/constants.py +1 -0
- metadata/utils/timeout.py +6 -1
- metadata/workflow/profiler.py +6 -2
- {openmetadata_ingestion-1.5.7.1.dev2.dist-info → openmetadata_ingestion-1.5.8.0.dev0.dist-info}/METADATA +347 -347
- {openmetadata_ingestion-1.5.7.1.dev2.dist-info → openmetadata_ingestion-1.5.8.0.dev0.dist-info}/RECORD +695 -696
- metadata/ingestion/source/database/couchbase/models.py +0 -31
- {openmetadata_ingestion-1.5.7.1.dev2.dist-info → openmetadata_ingestion-1.5.8.0.dev0.dist-info}/LICENSE +0 -0
- {openmetadata_ingestion-1.5.7.1.dev2.dist-info → openmetadata_ingestion-1.5.8.0.dev0.dist-info}/WHEEL +0 -0
- {openmetadata_ingestion-1.5.7.1.dev2.dist-info → openmetadata_ingestion-1.5.8.0.dev0.dist-info}/entry_points.txt +0 -0
- {openmetadata_ingestion-1.5.7.1.dev2.dist-info → openmetadata_ingestion-1.5.8.0.dev0.dist-info}/top_level.txt +0 -0
|
@@ -23,6 +23,9 @@ from metadata.generated.schema.entity.automations.workflow import (
|
|
|
23
23
|
from metadata.generated.schema.entity.services.connections.database.pinotDBConnection import (
|
|
24
24
|
PinotDBConnection,
|
|
25
25
|
)
|
|
26
|
+
from metadata.generated.schema.entity.services.connections.testConnectionResult import (
|
|
27
|
+
TestConnectionResult,
|
|
28
|
+
)
|
|
26
29
|
from metadata.ingestion.connections.builders import (
|
|
27
30
|
create_generic_db_connection,
|
|
28
31
|
get_connection_args_common,
|
|
@@ -31,6 +34,7 @@ from metadata.ingestion.connections.builders import (
|
|
|
31
34
|
)
|
|
32
35
|
from metadata.ingestion.connections.test_connections import test_connection_db_common
|
|
33
36
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
37
|
+
from metadata.utils.constants import THREE_MIN
|
|
34
38
|
|
|
35
39
|
|
|
36
40
|
def get_connection_url(connection: PinotDBConnection) -> str:
|
|
@@ -63,14 +67,16 @@ def test_connection(
|
|
|
63
67
|
engine: Engine,
|
|
64
68
|
service_connection: PinotDBConnection,
|
|
65
69
|
automation_workflow: Optional[AutomationWorkflow] = None,
|
|
66
|
-
|
|
70
|
+
timeout_seconds: Optional[int] = THREE_MIN,
|
|
71
|
+
) -> TestConnectionResult:
|
|
67
72
|
"""
|
|
68
73
|
Test connection. This can be executed either as part
|
|
69
74
|
of a metadata workflow or during an Automation Workflow
|
|
70
75
|
"""
|
|
71
|
-
test_connection_db_common(
|
|
76
|
+
return test_connection_db_common(
|
|
72
77
|
metadata=metadata,
|
|
73
78
|
engine=engine,
|
|
74
79
|
service_connection=service_connection,
|
|
75
80
|
automation_workflow=automation_workflow,
|
|
81
|
+
timeout_seconds=timeout_seconds,
|
|
76
82
|
)
|
|
@@ -27,6 +27,9 @@ from metadata.generated.schema.entity.services.connections.database.common.basic
|
|
|
27
27
|
from metadata.generated.schema.entity.services.connections.database.postgresConnection import (
|
|
28
28
|
PostgresConnection,
|
|
29
29
|
)
|
|
30
|
+
from metadata.generated.schema.entity.services.connections.testConnectionResult import (
|
|
31
|
+
TestConnectionResult,
|
|
32
|
+
)
|
|
30
33
|
from metadata.ingestion.connections.builders import (
|
|
31
34
|
create_generic_db_connection,
|
|
32
35
|
get_connection_args_common,
|
|
@@ -42,6 +45,7 @@ from metadata.ingestion.source.database.postgres.queries import (
|
|
|
42
45
|
from metadata.ingestion.source.database.postgres.utils import (
|
|
43
46
|
get_postgres_time_column_name,
|
|
44
47
|
)
|
|
48
|
+
from metadata.utils.constants import THREE_MIN
|
|
45
49
|
|
|
46
50
|
|
|
47
51
|
def get_connection(connection: PostgresConnection) -> Engine:
|
|
@@ -71,7 +75,8 @@ def test_connection(
|
|
|
71
75
|
engine: Engine,
|
|
72
76
|
service_connection: PostgresConnection,
|
|
73
77
|
automation_workflow: Optional[AutomationWorkflow] = None,
|
|
74
|
-
|
|
78
|
+
timeout_seconds: Optional[int] = THREE_MIN,
|
|
79
|
+
) -> TestConnectionResult:
|
|
75
80
|
"""
|
|
76
81
|
Test connection. This can be executed either as part
|
|
77
82
|
of a metadata workflow or during an Automation Workflow
|
|
@@ -84,10 +89,11 @@ def test_connection(
|
|
|
84
89
|
"GetDatabases": POSTGRES_GET_DATABASE,
|
|
85
90
|
"GetTags": POSTGRES_TEST_GET_TAGS,
|
|
86
91
|
}
|
|
87
|
-
test_connection_db_common(
|
|
92
|
+
return test_connection_db_common(
|
|
88
93
|
metadata=metadata,
|
|
89
94
|
engine=engine,
|
|
90
95
|
service_connection=service_connection,
|
|
91
96
|
automation_workflow=automation_workflow,
|
|
92
97
|
queries=queries,
|
|
98
|
+
timeout_seconds=timeout_seconds,
|
|
93
99
|
)
|
|
@@ -25,6 +25,9 @@ from metadata.generated.schema.entity.automations.workflow import (
|
|
|
25
25
|
from metadata.generated.schema.entity.services.connections.database.prestoConnection import (
|
|
26
26
|
PrestoConnection,
|
|
27
27
|
)
|
|
28
|
+
from metadata.generated.schema.entity.services.connections.testConnectionResult import (
|
|
29
|
+
TestConnectionResult,
|
|
30
|
+
)
|
|
28
31
|
from metadata.ingestion.connections.builders import (
|
|
29
32
|
create_generic_db_connection,
|
|
30
33
|
get_connection_args_common,
|
|
@@ -38,6 +41,7 @@ from metadata.ingestion.connections.test_connections import (
|
|
|
38
41
|
)
|
|
39
42
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
40
43
|
from metadata.ingestion.source.database.presto.queries import PRESTO_SHOW_CATALOGS
|
|
44
|
+
from metadata.utils.constants import THREE_MIN
|
|
41
45
|
|
|
42
46
|
|
|
43
47
|
def get_connection_url(connection: PrestoConnection) -> str:
|
|
@@ -84,7 +88,8 @@ def test_connection(
|
|
|
84
88
|
engine: Engine,
|
|
85
89
|
service_connection: PrestoConnection,
|
|
86
90
|
automation_workflow: Optional[AutomationWorkflow] = None,
|
|
87
|
-
|
|
91
|
+
timeout_seconds: Optional[int] = THREE_MIN,
|
|
92
|
+
) -> TestConnectionResult:
|
|
88
93
|
"""
|
|
89
94
|
Test connection. This can be executed either as part
|
|
90
95
|
of a metadata workflow or during an Automation Workflow
|
|
@@ -108,9 +113,10 @@ def test_connection(
|
|
|
108
113
|
"GetTables": custom_executor_for_table,
|
|
109
114
|
}
|
|
110
115
|
|
|
111
|
-
test_connection_steps(
|
|
116
|
+
return test_connection_steps(
|
|
112
117
|
metadata=metadata,
|
|
113
118
|
test_fn=test_fn,
|
|
114
119
|
service_type=service_connection.type.value,
|
|
115
120
|
automation_workflow=automation_workflow,
|
|
121
|
+
timeout_seconds=timeout_seconds,
|
|
116
122
|
)
|
|
@@ -20,6 +20,9 @@ from metadata.generated.schema.metadataIngestion.workflow import (
|
|
|
20
20
|
)
|
|
21
21
|
from metadata.generated.schema.type.tableQuery import TableQuery
|
|
22
22
|
from metadata.ingestion.api.steps import Source
|
|
23
|
+
from metadata.ingestion.connections.test_connections import (
|
|
24
|
+
raise_test_connection_exception,
|
|
25
|
+
)
|
|
23
26
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
24
27
|
from metadata.ingestion.source.connections import get_test_connection_fn
|
|
25
28
|
from metadata.utils.helpers import get_start_and_end
|
|
@@ -121,4 +124,5 @@ class QueryParserSource(Source, ABC):
|
|
|
121
124
|
|
|
122
125
|
def test_connection(self) -> None:
|
|
123
126
|
test_connection_fn = get_test_connection_fn(self.service_connection)
|
|
124
|
-
test_connection_fn(self.engine)
|
|
127
|
+
result = test_connection_fn(self.engine)
|
|
128
|
+
raise_test_connection_exception(result)
|
|
@@ -23,6 +23,9 @@ from metadata.generated.schema.entity.automations.workflow import (
|
|
|
23
23
|
from metadata.generated.schema.entity.services.connections.database.redshiftConnection import (
|
|
24
24
|
RedshiftConnection,
|
|
25
25
|
)
|
|
26
|
+
from metadata.generated.schema.entity.services.connections.testConnectionResult import (
|
|
27
|
+
TestConnectionResult,
|
|
28
|
+
)
|
|
26
29
|
from metadata.ingestion.connections.builders import (
|
|
27
30
|
create_generic_db_connection,
|
|
28
31
|
get_connection_args_common,
|
|
@@ -42,6 +45,7 @@ from metadata.ingestion.source.database.redshift.queries import (
|
|
|
42
45
|
REDSHIFT_TEST_GET_QUERIES,
|
|
43
46
|
REDSHIFT_TEST_PARTITION_DETAILS,
|
|
44
47
|
)
|
|
48
|
+
from metadata.utils.constants import THREE_MIN
|
|
45
49
|
|
|
46
50
|
|
|
47
51
|
def get_connection(connection: RedshiftConnection) -> Engine:
|
|
@@ -60,7 +64,8 @@ def test_connection(
|
|
|
60
64
|
engine: Engine,
|
|
61
65
|
service_connection: RedshiftConnection,
|
|
62
66
|
automation_workflow: Optional[AutomationWorkflow] = None,
|
|
63
|
-
|
|
67
|
+
timeout_seconds: Optional[int] = THREE_MIN,
|
|
68
|
+
) -> TestConnectionResult:
|
|
64
69
|
"""
|
|
65
70
|
Test connection. This can be executed either as part
|
|
66
71
|
of a metadata workflow or during an Automation Workflow
|
|
@@ -89,11 +94,14 @@ def test_connection(
|
|
|
89
94
|
),
|
|
90
95
|
}
|
|
91
96
|
|
|
92
|
-
test_connection_steps(
|
|
97
|
+
result = test_connection_steps(
|
|
93
98
|
metadata=metadata,
|
|
94
99
|
test_fn=test_fn,
|
|
95
100
|
service_type=service_connection.type.value,
|
|
96
101
|
automation_workflow=automation_workflow,
|
|
102
|
+
timeout_seconds=timeout_seconds,
|
|
97
103
|
)
|
|
98
104
|
|
|
99
105
|
kill_active_connections(engine)
|
|
106
|
+
|
|
107
|
+
return result
|
|
@@ -22,8 +22,12 @@ from metadata.generated.schema.entity.automations.workflow import (
|
|
|
22
22
|
from metadata.generated.schema.entity.services.connections.database.salesforceConnection import (
|
|
23
23
|
SalesforceConnection,
|
|
24
24
|
)
|
|
25
|
+
from metadata.generated.schema.entity.services.connections.testConnectionResult import (
|
|
26
|
+
TestConnectionResult,
|
|
27
|
+
)
|
|
25
28
|
from metadata.ingestion.connections.test_connections import test_connection_steps
|
|
26
29
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
30
|
+
from metadata.utils.constants import THREE_MIN
|
|
27
31
|
|
|
28
32
|
|
|
29
33
|
def get_connection(connection: SalesforceConnection) -> Salesforce:
|
|
@@ -48,16 +52,18 @@ def test_connection(
|
|
|
48
52
|
client: Salesforce,
|
|
49
53
|
service_connection: SalesforceConnection,
|
|
50
54
|
automation_workflow: Optional[AutomationWorkflow] = None,
|
|
51
|
-
|
|
55
|
+
timeout_seconds: Optional[int] = THREE_MIN,
|
|
56
|
+
) -> TestConnectionResult:
|
|
52
57
|
"""
|
|
53
58
|
Test connection. This can be executed either as part
|
|
54
59
|
of a metadata workflow or during an Automation Workflow
|
|
55
60
|
"""
|
|
56
61
|
test_fn = {"CheckAccess": client.describe}
|
|
57
62
|
|
|
58
|
-
test_connection_steps(
|
|
63
|
+
return test_connection_steps(
|
|
59
64
|
metadata=metadata,
|
|
60
65
|
test_fn=test_fn,
|
|
61
66
|
service_type=service_connection.type.value,
|
|
62
67
|
automation_workflow=automation_workflow,
|
|
68
|
+
timeout_seconds=timeout_seconds,
|
|
63
69
|
)
|
|
@@ -48,6 +48,9 @@ from metadata.generated.schema.metadataIngestion.workflow import (
|
|
|
48
48
|
from metadata.generated.schema.type.basic import EntityName, FullyQualifiedEntityName
|
|
49
49
|
from metadata.ingestion.api.models import Either
|
|
50
50
|
from metadata.ingestion.api.steps import InvalidSourceException
|
|
51
|
+
from metadata.ingestion.connections.test_connections import (
|
|
52
|
+
raise_test_connection_exception,
|
|
53
|
+
)
|
|
51
54
|
from metadata.ingestion.models.ometa_classification import OMetaTagAndClassification
|
|
52
55
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
53
56
|
from metadata.ingestion.source.connections import get_connection, get_test_connection_fn
|
|
@@ -375,4 +378,5 @@ class SalesforceSource(DatabaseServiceSource):
|
|
|
375
378
|
|
|
376
379
|
def test_connection(self) -> None:
|
|
377
380
|
test_connection_fn = get_test_connection_fn(self.service_connection)
|
|
378
|
-
test_connection_fn(self.client, self.service_connection)
|
|
381
|
+
result = test_connection_fn(self.client, self.service_connection)
|
|
382
|
+
raise_test_connection_exception(result)
|
|
@@ -20,9 +20,13 @@ from metadata.generated.schema.entity.automations.workflow import (
|
|
|
20
20
|
from metadata.generated.schema.entity.services.connections.database.sapErpConnection import (
|
|
21
21
|
SapErpConnection,
|
|
22
22
|
)
|
|
23
|
+
from metadata.generated.schema.entity.services.connections.testConnectionResult import (
|
|
24
|
+
TestConnectionResult,
|
|
25
|
+
)
|
|
23
26
|
from metadata.ingestion.connections.test_connections import test_connection_steps
|
|
24
27
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
25
28
|
from metadata.ingestion.source.database.saperp.client import SapErpClient
|
|
29
|
+
from metadata.utils.constants import THREE_MIN
|
|
26
30
|
from metadata.utils.logger import ingestion_logger
|
|
27
31
|
|
|
28
32
|
logger = ingestion_logger()
|
|
@@ -37,14 +41,16 @@ def test_connection(
|
|
|
37
41
|
client: SapErpClient,
|
|
38
42
|
service_connection: SapErpConnection,
|
|
39
43
|
automation_workflow: Optional[AutomationWorkflow] = None,
|
|
40
|
-
|
|
44
|
+
timeout_seconds: Optional[int] = THREE_MIN,
|
|
45
|
+
) -> TestConnectionResult:
|
|
41
46
|
test_fn = {
|
|
42
47
|
"GetTables": client.test_table_api,
|
|
43
48
|
"GetColumns": client.test_column_api,
|
|
44
49
|
}
|
|
45
|
-
test_connection_steps(
|
|
50
|
+
return test_connection_steps(
|
|
46
51
|
metadata=metadata,
|
|
47
52
|
test_fn=test_fn,
|
|
48
53
|
service_type=service_connection.type.value,
|
|
49
54
|
automation_workflow=automation_workflow,
|
|
55
|
+
timeout_seconds=timeout_seconds,
|
|
50
56
|
)
|
|
@@ -30,6 +30,9 @@ from metadata.generated.schema.entity.services.connections.database.sapHana.sapH
|
|
|
30
30
|
from metadata.generated.schema.entity.services.connections.database.sapHanaConnection import (
|
|
31
31
|
SapHanaConnection,
|
|
32
32
|
)
|
|
33
|
+
from metadata.generated.schema.entity.services.connections.testConnectionResult import (
|
|
34
|
+
TestConnectionResult,
|
|
35
|
+
)
|
|
33
36
|
from metadata.ingestion.connections.builders import (
|
|
34
37
|
create_generic_db_connection,
|
|
35
38
|
get_connection_args_common,
|
|
@@ -41,6 +44,7 @@ from metadata.ingestion.connections.test_connections import (
|
|
|
41
44
|
test_connection_steps,
|
|
42
45
|
)
|
|
43
46
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
47
|
+
from metadata.utils.constants import THREE_MIN
|
|
44
48
|
|
|
45
49
|
|
|
46
50
|
def get_database_connection_url(connection: SapHanaConnection) -> str:
|
|
@@ -156,15 +160,17 @@ def test_connection(
|
|
|
156
160
|
engine: Engine,
|
|
157
161
|
service_connection: SapHanaConnection,
|
|
158
162
|
automation_workflow: Optional[AutomationWorkflow] = None,
|
|
159
|
-
|
|
163
|
+
timeout_seconds: Optional[int] = THREE_MIN,
|
|
164
|
+
) -> TestConnectionResult:
|
|
160
165
|
"""
|
|
161
166
|
Test connection. This can be executed either as part
|
|
162
167
|
of a metadata workflow or during an Automation Workflow
|
|
163
168
|
"""
|
|
164
169
|
|
|
165
|
-
test_connection_steps(
|
|
170
|
+
return test_connection_steps(
|
|
166
171
|
metadata=metadata,
|
|
167
172
|
test_fn=_build_test_fn_dict(engine, service_connection),
|
|
168
173
|
service_type=service_connection.type.value,
|
|
169
174
|
automation_workflow=automation_workflow,
|
|
175
|
+
timeout_seconds=timeout_seconds,
|
|
170
176
|
)
|
|
@@ -29,6 +29,9 @@ from metadata.generated.schema.metadataIngestion.workflow import (
|
|
|
29
29
|
)
|
|
30
30
|
from metadata.ingestion.api.models import Either
|
|
31
31
|
from metadata.ingestion.api.steps import InvalidSourceException, Source
|
|
32
|
+
from metadata.ingestion.connections.test_connections import (
|
|
33
|
+
raise_test_connection_exception,
|
|
34
|
+
)
|
|
32
35
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
33
36
|
from metadata.ingestion.source.connections import get_test_connection_fn
|
|
34
37
|
from metadata.ingestion.source.database.saphana.cdata_parser import (
|
|
@@ -156,4 +159,5 @@ class SaphanaLineageSource(Source):
|
|
|
156
159
|
|
|
157
160
|
def test_connection(self) -> None:
|
|
158
161
|
test_connection_fn = get_test_connection_fn(self.service_connection)
|
|
159
|
-
test_connection_fn(self.engine)
|
|
162
|
+
result = test_connection_fn(self.engine)
|
|
163
|
+
raise_test_connection_exception(result)
|
|
@@ -20,9 +20,13 @@ from metadata.generated.schema.entity.automations.workflow import (
|
|
|
20
20
|
from metadata.generated.schema.entity.services.connections.database.sasConnection import (
|
|
21
21
|
SASConnection,
|
|
22
22
|
)
|
|
23
|
+
from metadata.generated.schema.entity.services.connections.testConnectionResult import (
|
|
24
|
+
TestConnectionResult,
|
|
25
|
+
)
|
|
23
26
|
from metadata.ingestion.connections.test_connections import test_connection_steps
|
|
24
27
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
25
28
|
from metadata.ingestion.source.database.sas.client import SASClient
|
|
29
|
+
from metadata.utils.constants import THREE_MIN
|
|
26
30
|
from metadata.utils.logger import ingestion_logger
|
|
27
31
|
|
|
28
32
|
logger = ingestion_logger()
|
|
@@ -37,11 +41,13 @@ def test_connection(
|
|
|
37
41
|
client: SASClient,
|
|
38
42
|
service_connection: SASConnection,
|
|
39
43
|
automation_workflow: Optional[AutomationWorkflow] = None,
|
|
40
|
-
|
|
44
|
+
timeout_seconds: Optional[int] = THREE_MIN,
|
|
45
|
+
) -> TestConnectionResult:
|
|
41
46
|
test_fn = {"CheckAccess": client.check_connection}
|
|
42
|
-
test_connection_steps(
|
|
47
|
+
return test_connection_steps(
|
|
43
48
|
metadata=metadata,
|
|
44
49
|
test_fn=test_fn,
|
|
45
50
|
service_type=service_connection.type.value,
|
|
46
51
|
automation_workflow=automation_workflow,
|
|
52
|
+
timeout_seconds=timeout_seconds,
|
|
47
53
|
)
|
|
@@ -71,6 +71,9 @@ from metadata.generated.schema.type.entityReference import EntityReference
|
|
|
71
71
|
from metadata.ingestion.api.common import Entity
|
|
72
72
|
from metadata.ingestion.api.models import Either, StackTraceError
|
|
73
73
|
from metadata.ingestion.api.steps import InvalidSourceException
|
|
74
|
+
from metadata.ingestion.connections.test_connections import (
|
|
75
|
+
raise_test_connection_exception,
|
|
76
|
+
)
|
|
74
77
|
from metadata.ingestion.models.ometa_classification import OMetaTagAndClassification
|
|
75
78
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
76
79
|
from metadata.ingestion.source.connections import get_connection, get_test_connection_fn
|
|
@@ -907,4 +910,7 @@ class SasSource(
|
|
|
907
910
|
|
|
908
911
|
def test_connection(self) -> None:
|
|
909
912
|
test_connection_fn = get_test_connection_fn(self.service_connection)
|
|
910
|
-
test_connection_fn(
|
|
913
|
+
result = test_connection_fn(
|
|
914
|
+
self.metadata, self.connection_obj, self.service_connection
|
|
915
|
+
)
|
|
916
|
+
raise_test_connection_exception(result)
|
|
@@ -23,6 +23,9 @@ from metadata.generated.schema.entity.automations.workflow import (
|
|
|
23
23
|
from metadata.generated.schema.entity.services.connections.database.singleStoreConnection import (
|
|
24
24
|
SingleStoreConnection,
|
|
25
25
|
)
|
|
26
|
+
from metadata.generated.schema.entity.services.connections.testConnectionResult import (
|
|
27
|
+
TestConnectionResult,
|
|
28
|
+
)
|
|
26
29
|
from metadata.ingestion.connections.builders import (
|
|
27
30
|
create_generic_db_connection,
|
|
28
31
|
get_connection_args_common,
|
|
@@ -32,6 +35,7 @@ from metadata.ingestion.connections.test_connections import (
|
|
|
32
35
|
test_connection_db_schema_sources,
|
|
33
36
|
)
|
|
34
37
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
38
|
+
from metadata.utils.constants import THREE_MIN
|
|
35
39
|
|
|
36
40
|
|
|
37
41
|
def get_connection(connection: SingleStoreConnection) -> Engine:
|
|
@@ -50,14 +54,16 @@ def test_connection(
|
|
|
50
54
|
engine: Engine,
|
|
51
55
|
service_connection: SingleStoreConnection,
|
|
52
56
|
automation_workflow: Optional[AutomationWorkflow] = None,
|
|
53
|
-
|
|
57
|
+
timeout_seconds: Optional[int] = THREE_MIN,
|
|
58
|
+
) -> TestConnectionResult:
|
|
54
59
|
"""
|
|
55
60
|
Test connection. This can be executed either as part
|
|
56
61
|
of a metadata workflow or during an Automation Workflow
|
|
57
62
|
"""
|
|
58
|
-
test_connection_db_schema_sources(
|
|
63
|
+
return test_connection_db_schema_sources(
|
|
59
64
|
metadata=metadata,
|
|
60
65
|
engine=engine,
|
|
61
66
|
service_connection=service_connection,
|
|
62
67
|
automation_workflow=automation_workflow,
|
|
68
|
+
timeout_seconds=timeout_seconds,
|
|
63
69
|
)
|
|
@@ -28,6 +28,9 @@ from metadata.generated.schema.entity.automations.workflow import (
|
|
|
28
28
|
from metadata.generated.schema.entity.services.connections.database.snowflakeConnection import (
|
|
29
29
|
SnowflakeConnection,
|
|
30
30
|
)
|
|
31
|
+
from metadata.generated.schema.entity.services.connections.testConnectionResult import (
|
|
32
|
+
TestConnectionResult,
|
|
33
|
+
)
|
|
31
34
|
from metadata.ingestion.connections.builders import (
|
|
32
35
|
create_generic_db_connection,
|
|
33
36
|
get_connection_args_common,
|
|
@@ -46,6 +49,7 @@ from metadata.ingestion.source.database.snowflake.queries import (
|
|
|
46
49
|
SNOWFLAKE_TEST_GET_QUERIES,
|
|
47
50
|
SNOWFLAKE_TEST_GET_TABLES,
|
|
48
51
|
)
|
|
52
|
+
from metadata.utils.constants import THREE_MIN
|
|
49
53
|
from metadata.utils.logger import ingestion_logger
|
|
50
54
|
|
|
51
55
|
logger = ingestion_logger()
|
|
@@ -144,7 +148,8 @@ def test_connection(
|
|
|
144
148
|
engine: Engine,
|
|
145
149
|
service_connection: SnowflakeConnection,
|
|
146
150
|
automation_workflow: Optional[AutomationWorkflow] = None,
|
|
147
|
-
|
|
151
|
+
timeout_seconds: Optional[int] = THREE_MIN,
|
|
152
|
+
) -> TestConnectionResult:
|
|
148
153
|
"""
|
|
149
154
|
Test connection. This can be executed either as part
|
|
150
155
|
of a metadata workflow or during an Automation Workflow.
|
|
@@ -185,11 +190,12 @@ def test_connection(
|
|
|
185
190
|
),
|
|
186
191
|
}
|
|
187
192
|
|
|
188
|
-
test_connection_steps(
|
|
193
|
+
return test_connection_steps(
|
|
189
194
|
metadata=metadata,
|
|
190
195
|
test_fn=test_fn,
|
|
191
196
|
service_type=service_connection.type.value,
|
|
192
197
|
automation_workflow=automation_workflow,
|
|
198
|
+
timeout_seconds=timeout_seconds,
|
|
193
199
|
)
|
|
194
200
|
|
|
195
201
|
|
|
@@ -22,12 +22,16 @@ from metadata.generated.schema.entity.automations.workflow import (
|
|
|
22
22
|
from metadata.generated.schema.entity.services.connections.database.sqliteConnection import (
|
|
23
23
|
SQLiteConnection,
|
|
24
24
|
)
|
|
25
|
+
from metadata.generated.schema.entity.services.connections.testConnectionResult import (
|
|
26
|
+
TestConnectionResult,
|
|
27
|
+
)
|
|
25
28
|
from metadata.ingestion.connections.builders import (
|
|
26
29
|
create_generic_db_connection,
|
|
27
30
|
get_connection_args_common,
|
|
28
31
|
)
|
|
29
32
|
from metadata.ingestion.connections.test_connections import test_connection_db_common
|
|
30
33
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
34
|
+
from metadata.utils.constants import THREE_MIN
|
|
31
35
|
|
|
32
36
|
|
|
33
37
|
def get_connection_url(connection: SQLiteConnection) -> str:
|
|
@@ -52,14 +56,16 @@ def test_connection(
|
|
|
52
56
|
engine: Engine,
|
|
53
57
|
service_connection: SQLiteConnection,
|
|
54
58
|
automation_workflow: Optional[AutomationWorkflow] = None,
|
|
55
|
-
|
|
59
|
+
timeout_seconds: Optional[int] = THREE_MIN,
|
|
60
|
+
) -> TestConnectionResult:
|
|
56
61
|
"""
|
|
57
62
|
Test connection. This can be executed either as part
|
|
58
63
|
of a metadata workflow or during an Automation Workflow
|
|
59
64
|
"""
|
|
60
|
-
test_connection_db_common(
|
|
65
|
+
return test_connection_db_common(
|
|
61
66
|
metadata=metadata,
|
|
62
67
|
engine=engine,
|
|
63
68
|
service_connection=service_connection,
|
|
64
69
|
automation_workflow=automation_workflow,
|
|
70
|
+
timeout_seconds=timeout_seconds,
|
|
65
71
|
)
|
|
@@ -24,6 +24,9 @@ from metadata.generated.schema.entity.automations.workflow import (
|
|
|
24
24
|
from metadata.generated.schema.entity.services.connections.database.teradataConnection import (
|
|
25
25
|
TeradataConnection,
|
|
26
26
|
)
|
|
27
|
+
from metadata.generated.schema.entity.services.connections.testConnectionResult import (
|
|
28
|
+
TestConnectionResult,
|
|
29
|
+
)
|
|
27
30
|
from metadata.ingestion.connections.builders import (
|
|
28
31
|
create_generic_db_connection,
|
|
29
32
|
get_connection_args_common,
|
|
@@ -32,6 +35,7 @@ from metadata.ingestion.connections.builders import (
|
|
|
32
35
|
from metadata.ingestion.connections.test_connections import test_connection_db_common
|
|
33
36
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
34
37
|
from metadata.ingestion.source.database.teradata.queries import TERADATA_GET_DATABASE
|
|
38
|
+
from metadata.utils.constants import THREE_MIN
|
|
35
39
|
|
|
36
40
|
|
|
37
41
|
def get_connection_url(connection: TeradataConnection) -> str:
|
|
@@ -82,17 +86,19 @@ def test_connection(
|
|
|
82
86
|
engine: Engine,
|
|
83
87
|
service_connection: TeradataConnection,
|
|
84
88
|
automation_workflow: Optional[AutomationWorkflow] = None,
|
|
85
|
-
|
|
89
|
+
timeout_seconds: Optional[int] = THREE_MIN,
|
|
90
|
+
) -> TestConnectionResult:
|
|
86
91
|
"""
|
|
87
92
|
Test connection. This can be executed either as part
|
|
88
93
|
of a metadata workflow or during an Automation Workflow
|
|
89
94
|
"""
|
|
90
95
|
queries = {"GetDatabases": TERADATA_GET_DATABASE}
|
|
91
96
|
|
|
92
|
-
test_connection_db_common(
|
|
97
|
+
return test_connection_db_common(
|
|
93
98
|
metadata=metadata,
|
|
94
99
|
engine=engine,
|
|
95
100
|
service_connection=service_connection,
|
|
96
101
|
automation_workflow=automation_workflow,
|
|
97
102
|
queries=queries,
|
|
103
|
+
timeout_seconds=timeout_seconds,
|
|
98
104
|
)
|
|
@@ -29,6 +29,9 @@ from metadata.generated.schema.entity.services.connections.database.common impor
|
|
|
29
29
|
from metadata.generated.schema.entity.services.connections.database.trinoConnection import (
|
|
30
30
|
TrinoConnection,
|
|
31
31
|
)
|
|
32
|
+
from metadata.generated.schema.entity.services.connections.testConnectionResult import (
|
|
33
|
+
TestConnectionResult,
|
|
34
|
+
)
|
|
32
35
|
from metadata.ingestion.connections.builders import (
|
|
33
36
|
create_generic_db_connection,
|
|
34
37
|
get_connection_args_common,
|
|
@@ -41,6 +44,7 @@ from metadata.ingestion.connections.test_connections import (
|
|
|
41
44
|
)
|
|
42
45
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
43
46
|
from metadata.ingestion.source.database.trino.queries import TRINO_GET_DATABASE
|
|
47
|
+
from metadata.utils.constants import THREE_MIN
|
|
44
48
|
|
|
45
49
|
|
|
46
50
|
def get_connection_url(connection: TrinoConnection) -> str:
|
|
@@ -124,7 +128,8 @@ def test_connection(
|
|
|
124
128
|
engine: Engine,
|
|
125
129
|
service_connection: TrinoConnection,
|
|
126
130
|
automation_workflow: Optional[AutomationWorkflow] = None,
|
|
127
|
-
|
|
131
|
+
timeout_seconds: Optional[int] = THREE_MIN,
|
|
132
|
+
) -> TestConnectionResult:
|
|
128
133
|
"""
|
|
129
134
|
Test connection. This can be executed either as part
|
|
130
135
|
of a metadata workflow or during an Automation Workflow
|
|
@@ -133,10 +138,11 @@ def test_connection(
|
|
|
133
138
|
"GetDatabases": TRINO_GET_DATABASE,
|
|
134
139
|
}
|
|
135
140
|
|
|
136
|
-
test_connection_db_schema_sources(
|
|
141
|
+
return test_connection_db_schema_sources(
|
|
137
142
|
metadata=metadata,
|
|
138
143
|
engine=engine,
|
|
139
144
|
service_connection=service_connection,
|
|
140
145
|
automation_workflow=automation_workflow,
|
|
141
146
|
queries=queries,
|
|
147
|
+
timeout_seconds=timeout_seconds,
|
|
142
148
|
)
|
|
@@ -23,10 +23,14 @@ from metadata.generated.schema.entity.automations.workflow import (
|
|
|
23
23
|
from metadata.generated.schema.entity.services.connections.database.unityCatalogConnection import (
|
|
24
24
|
UnityCatalogConnection,
|
|
25
25
|
)
|
|
26
|
+
from metadata.generated.schema.entity.services.connections.testConnectionResult import (
|
|
27
|
+
TestConnectionResult,
|
|
28
|
+
)
|
|
26
29
|
from metadata.ingestion.connections.test_connections import test_connection_steps
|
|
27
30
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
28
31
|
from metadata.ingestion.source.database.unitycatalog.client import UnityCatalogClient
|
|
29
32
|
from metadata.ingestion.source.database.unitycatalog.models import DatabricksTable
|
|
33
|
+
from metadata.utils.constants import THREE_MIN
|
|
30
34
|
from metadata.utils.db_utils import get_host_from_host_port
|
|
31
35
|
from metadata.utils.logger import ingestion_logger
|
|
32
36
|
|
|
@@ -54,7 +58,8 @@ def test_connection(
|
|
|
54
58
|
connection: WorkspaceClient,
|
|
55
59
|
service_connection: UnityCatalogConnection,
|
|
56
60
|
automation_workflow: Optional[AutomationWorkflow] = None,
|
|
57
|
-
|
|
61
|
+
timeout_seconds: Optional[int] = THREE_MIN,
|
|
62
|
+
) -> TestConnectionResult:
|
|
58
63
|
"""
|
|
59
64
|
Test connection. This can be executed either as part
|
|
60
65
|
of a metadata workflow or during an Automation Workflow
|
|
@@ -92,10 +97,10 @@ def test_connection(
|
|
|
92
97
|
"GetQueries": client.test_query_api_access,
|
|
93
98
|
}
|
|
94
99
|
|
|
95
|
-
test_connection_steps(
|
|
100
|
+
return test_connection_steps(
|
|
96
101
|
metadata=metadata,
|
|
97
102
|
test_fn=test_fn,
|
|
98
103
|
service_type=service_connection.type.value,
|
|
99
104
|
automation_workflow=automation_workflow,
|
|
100
|
-
timeout_seconds=service_connection.connectionTimeout,
|
|
105
|
+
timeout_seconds=service_connection.connectionTimeout or timeout_seconds,
|
|
101
106
|
)
|
|
@@ -30,6 +30,9 @@ from metadata.generated.schema.type.entityLineage import (
|
|
|
30
30
|
from metadata.generated.schema.type.entityReference import EntityReference
|
|
31
31
|
from metadata.ingestion.api.models import Either
|
|
32
32
|
from metadata.ingestion.api.steps import InvalidSourceException, Source
|
|
33
|
+
from metadata.ingestion.connections.test_connections import (
|
|
34
|
+
raise_test_connection_exception,
|
|
35
|
+
)
|
|
33
36
|
from metadata.ingestion.lineage.sql_lineage import get_column_fqn
|
|
34
37
|
from metadata.ingestion.ometa.ometa_api import OpenMetadata
|
|
35
38
|
from metadata.ingestion.source.connections import get_test_connection_fn
|
|
@@ -159,4 +162,7 @@ class UnitycatalogLineageSource(Source):
|
|
|
159
162
|
|
|
160
163
|
def test_connection(self) -> None:
|
|
161
164
|
test_connection_fn = get_test_connection_fn(self.service_connection)
|
|
162
|
-
test_connection_fn(
|
|
165
|
+
result = test_connection_fn(
|
|
166
|
+
self.metadata, self.connection_obj, self.service_connection
|
|
167
|
+
)
|
|
168
|
+
raise_test_connection_exception(result)
|
|
@@ -22,6 +22,9 @@ from metadata.generated.schema.entity.automations.workflow import (
|
|
|
22
22
|
from metadata.generated.schema.entity.services.connections.database.verticaConnection import (
|
|
23
23
|
VerticaConnection,
|
|
24
24
|
)
|
|
25
|
+
from metadata.generated.schema.entity.services.connections.testConnectionResult import (
|
|
26
|
+
TestConnectionResult,
|
|
27
|
+
)
|
|
25
28
|
from metadata.ingestion.connections.builders import (
|
|
26
29
|
create_generic_db_connection,
|
|
27
30
|
get_connection_args_common,
|
|
@@ -33,6 +36,7 @@ from metadata.ingestion.source.database.vertica.queries import (
|
|
|
33
36
|
VERTICA_LIST_DATABASES,
|
|
34
37
|
VERTICA_TEST_GET_QUERIES,
|
|
35
38
|
)
|
|
39
|
+
from metadata.utils.constants import THREE_MIN
|
|
36
40
|
|
|
37
41
|
|
|
38
42
|
def get_connection(connection: VerticaConnection) -> Engine:
|
|
@@ -51,7 +55,8 @@ def test_connection(
|
|
|
51
55
|
engine: Engine,
|
|
52
56
|
service_connection: VerticaConnection,
|
|
53
57
|
automation_workflow: Optional[AutomationWorkflow] = None,
|
|
54
|
-
|
|
58
|
+
timeout_seconds: Optional[int] = THREE_MIN,
|
|
59
|
+
) -> TestConnectionResult:
|
|
55
60
|
"""
|
|
56
61
|
Test connection. This can be executed either as part
|
|
57
62
|
of a metadata workflow or during an Automation Workflow
|
|
@@ -60,10 +65,11 @@ def test_connection(
|
|
|
60
65
|
"GetQueries": VERTICA_TEST_GET_QUERIES,
|
|
61
66
|
"GetDatabases": VERTICA_LIST_DATABASES,
|
|
62
67
|
}
|
|
63
|
-
test_connection_db_common(
|
|
68
|
+
return test_connection_db_common(
|
|
64
69
|
metadata=metadata,
|
|
65
70
|
engine=engine,
|
|
66
71
|
service_connection=service_connection,
|
|
67
72
|
automation_workflow=automation_workflow,
|
|
68
73
|
queries=queries,
|
|
74
|
+
timeout_seconds=timeout_seconds,
|
|
69
75
|
)
|