openmetadata-ingestion 1.6.3.0.dev0__py3-none-any.whl → 1.6.3.2__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.

Files changed (667) hide show
  1. metadata/data_quality/runner/base_test_suite_source.py +3 -3
  2. metadata/generated/schema/analytics/__init__.py +1 -1
  3. metadata/generated/schema/analytics/basic.py +1 -1
  4. metadata/generated/schema/analytics/reportData.py +1 -1
  5. metadata/generated/schema/analytics/reportDataType/__init__.py +1 -1
  6. metadata/generated/schema/analytics/reportDataType/aggregatedCostAnalysisReportData.py +1 -1
  7. metadata/generated/schema/analytics/reportDataType/entityReportData.py +1 -1
  8. metadata/generated/schema/analytics/reportDataType/rawCostAnalysisReportData.py +1 -1
  9. metadata/generated/schema/analytics/reportDataType/webAnalyticEntityViewReportData.py +1 -1
  10. metadata/generated/schema/analytics/reportDataType/webAnalyticUserActivityReportData.py +1 -1
  11. metadata/generated/schema/analytics/webAnalyticEvent.py +1 -1
  12. metadata/generated/schema/analytics/webAnalyticEventData.py +1 -1
  13. metadata/generated/schema/analytics/webAnalyticEventType/__init__.py +1 -1
  14. metadata/generated/schema/analytics/webAnalyticEventType/customEvent.py +1 -1
  15. metadata/generated/schema/analytics/webAnalyticEventType/pageViewEvent.py +1 -1
  16. metadata/generated/schema/api/__init__.py +1 -1
  17. metadata/generated/schema/api/addGlossaryToAssetsRequest.py +1 -1
  18. metadata/generated/schema/api/addTagToAssetsRequest.py +1 -1
  19. metadata/generated/schema/api/analytics/__init__.py +1 -1
  20. metadata/generated/schema/api/analytics/createWebAnalyticEvent.py +1 -1
  21. metadata/generated/schema/api/automations/__init__.py +1 -1
  22. metadata/generated/schema/api/automations/createWorkflow.py +1 -1
  23. metadata/generated/schema/api/bulkAssets.py +1 -1
  24. metadata/generated/schema/api/classification/__init__.py +1 -1
  25. metadata/generated/schema/api/classification/createClassification.py +1 -1
  26. metadata/generated/schema/api/classification/createTag.py +1 -1
  27. metadata/generated/schema/api/classification/loadTags.py +1 -1
  28. metadata/generated/schema/api/createBot.py +1 -1
  29. metadata/generated/schema/api/createEventPublisherJob.py +1 -1
  30. metadata/generated/schema/api/createType.py +1 -1
  31. metadata/generated/schema/api/data/__init__.py +1 -1
  32. metadata/generated/schema/api/data/createAPICollection.py +1 -1
  33. metadata/generated/schema/api/data/createAPIEndpoint.py +1 -1
  34. metadata/generated/schema/api/data/createChart.py +1 -1
  35. metadata/generated/schema/api/data/createContainer.py +1 -1
  36. metadata/generated/schema/api/data/createCustomProperty.py +1 -1
  37. metadata/generated/schema/api/data/createDashboard.py +1 -1
  38. metadata/generated/schema/api/data/createDashboardDataModel.py +1 -1
  39. metadata/generated/schema/api/data/createDatabase.py +1 -1
  40. metadata/generated/schema/api/data/createDatabaseSchema.py +1 -1
  41. metadata/generated/schema/api/data/createGlossary.py +1 -1
  42. metadata/generated/schema/api/data/createGlossaryTerm.py +1 -1
  43. metadata/generated/schema/api/data/createMetric.py +1 -1
  44. metadata/generated/schema/api/data/createMlModel.py +1 -1
  45. metadata/generated/schema/api/data/createPipeline.py +1 -1
  46. metadata/generated/schema/api/data/createQuery.py +1 -1
  47. metadata/generated/schema/api/data/createSearchIndex.py +1 -1
  48. metadata/generated/schema/api/data/createStoredProcedure.py +1 -1
  49. metadata/generated/schema/api/data/createTable.py +1 -1
  50. metadata/generated/schema/api/data/createTableProfile.py +1 -1
  51. metadata/generated/schema/api/data/createTopic.py +1 -1
  52. metadata/generated/schema/api/data/loadGlossary.py +1 -1
  53. metadata/generated/schema/api/data/restoreEntity.py +1 -1
  54. metadata/generated/schema/api/dataInsight/__init__.py +1 -1
  55. metadata/generated/schema/api/dataInsight/createDataInsightChart.py +1 -1
  56. metadata/generated/schema/api/dataInsight/custom/__init__.py +1 -1
  57. metadata/generated/schema/api/dataInsight/custom/createDataInsightCustomChart.py +1 -1
  58. metadata/generated/schema/api/dataInsight/kpi/__init__.py +1 -1
  59. metadata/generated/schema/api/dataInsight/kpi/createKpiRequest.py +1 -1
  60. metadata/generated/schema/api/docStore/__init__.py +1 -1
  61. metadata/generated/schema/api/docStore/createDocument.py +1 -1
  62. metadata/generated/schema/api/domains/__init__.py +1 -1
  63. metadata/generated/schema/api/domains/createDataProduct.py +1 -1
  64. metadata/generated/schema/api/domains/createDomain.py +1 -1
  65. metadata/generated/schema/api/feed/__init__.py +1 -1
  66. metadata/generated/schema/api/feed/closeTask.py +1 -1
  67. metadata/generated/schema/api/feed/createPost.py +1 -1
  68. metadata/generated/schema/api/feed/createSuggestion.py +1 -1
  69. metadata/generated/schema/api/feed/createThread.py +1 -1
  70. metadata/generated/schema/api/feed/resolveTask.py +1 -1
  71. metadata/generated/schema/api/feed/threadCount.py +1 -1
  72. metadata/generated/schema/api/governance/__init__.py +1 -1
  73. metadata/generated/schema/api/governance/createWorkflowDefinition.py +1 -1
  74. metadata/generated/schema/api/governance/createWorkflowInstanceState.py +1 -1
  75. metadata/generated/schema/api/lineage/__init__.py +1 -1
  76. metadata/generated/schema/api/lineage/addLineage.py +1 -1
  77. metadata/generated/schema/api/openMetadataServerVersion.py +1 -1
  78. metadata/generated/schema/api/policies/__init__.py +1 -1
  79. metadata/generated/schema/api/policies/createPolicy.py +1 -1
  80. metadata/generated/schema/api/services/__init__.py +1 -1
  81. metadata/generated/schema/api/services/createApiService.py +1 -1
  82. metadata/generated/schema/api/services/createDashboardService.py +1 -1
  83. metadata/generated/schema/api/services/createDatabaseService.py +1 -1
  84. metadata/generated/schema/api/services/createMessagingService.py +1 -1
  85. metadata/generated/schema/api/services/createMetadataService.py +1 -1
  86. metadata/generated/schema/api/services/createMlModelService.py +1 -1
  87. metadata/generated/schema/api/services/createPipelineService.py +1 -1
  88. metadata/generated/schema/api/services/createSearchService.py +1 -1
  89. metadata/generated/schema/api/services/createStorageService.py +1 -1
  90. metadata/generated/schema/api/services/ingestionPipelines/__init__.py +1 -1
  91. metadata/generated/schema/api/services/ingestionPipelines/createIngestionPipeline.py +1 -1
  92. metadata/generated/schema/api/setOwner.py +1 -1
  93. metadata/generated/schema/api/teams/__init__.py +1 -1
  94. metadata/generated/schema/api/teams/createPersona.py +1 -1
  95. metadata/generated/schema/api/teams/createRole.py +1 -1
  96. metadata/generated/schema/api/teams/createTeam.py +1 -1
  97. metadata/generated/schema/api/teams/createUser.py +1 -1
  98. metadata/generated/schema/api/tests/__init__.py +1 -1
  99. metadata/generated/schema/api/tests/createCustomMetric.py +1 -1
  100. metadata/generated/schema/api/tests/createLogicalTestCases.py +1 -1
  101. metadata/generated/schema/api/tests/createTestCase.py +1 -1
  102. metadata/generated/schema/api/tests/createTestCaseResolutionStatus.py +1 -1
  103. metadata/generated/schema/api/tests/createTestCaseResult.py +1 -1
  104. metadata/generated/schema/api/tests/createTestDefinition.py +1 -1
  105. metadata/generated/schema/api/tests/createTestSuite.py +1 -1
  106. metadata/generated/schema/api/voteRequest.py +1 -1
  107. metadata/generated/schema/auth/__init__.py +1 -1
  108. metadata/generated/schema/auth/basicAuth.py +1 -1
  109. metadata/generated/schema/auth/basicLoginRequest.py +1 -1
  110. metadata/generated/schema/auth/changePasswordRequest.py +1 -1
  111. metadata/generated/schema/auth/createPersonalToken.py +1 -1
  112. metadata/generated/schema/auth/emailRequest.py +1 -1
  113. metadata/generated/schema/auth/emailVerificationToken.py +1 -1
  114. metadata/generated/schema/auth/generateToken.py +1 -1
  115. metadata/generated/schema/auth/jwtAuth.py +1 -1
  116. metadata/generated/schema/auth/loginRequest.py +1 -1
  117. metadata/generated/schema/auth/logoutRequest.py +1 -1
  118. metadata/generated/schema/auth/passwordResetRequest.py +1 -1
  119. metadata/generated/schema/auth/passwordResetToken.py +1 -1
  120. metadata/generated/schema/auth/personalAccessToken.py +1 -1
  121. metadata/generated/schema/auth/refreshToken.py +1 -1
  122. metadata/generated/schema/auth/registrationRequest.py +1 -1
  123. metadata/generated/schema/auth/revokePersonalToken.py +1 -1
  124. metadata/generated/schema/auth/revokeToken.py +1 -1
  125. metadata/generated/schema/auth/serviceTokenEnum.py +1 -1
  126. metadata/generated/schema/auth/ssoAuth.py +1 -1
  127. metadata/generated/schema/auth/tokenRefreshRequest.py +1 -1
  128. metadata/generated/schema/configuration/__init__.py +1 -1
  129. metadata/generated/schema/configuration/appsPrivateConfiguration.py +1 -1
  130. metadata/generated/schema/configuration/assetCertificationSettings.py +1 -1
  131. metadata/generated/schema/configuration/authConfig.py +1 -1
  132. metadata/generated/schema/configuration/authenticationConfiguration.py +1 -1
  133. metadata/generated/schema/configuration/authorizerConfiguration.py +1 -1
  134. metadata/generated/schema/configuration/changeEventConfiguration.py +1 -1
  135. metadata/generated/schema/configuration/dataQualityConfiguration.py +1 -1
  136. metadata/generated/schema/configuration/elasticSearchConfiguration.py +1 -1
  137. metadata/generated/schema/configuration/eventHandlerConfiguration.py +1 -1
  138. metadata/generated/schema/configuration/fernetConfiguration.py +1 -1
  139. metadata/generated/schema/configuration/jwtTokenConfiguration.py +1 -1
  140. metadata/generated/schema/configuration/kafkaEventConfiguration.py +1 -1
  141. metadata/generated/schema/configuration/ldapConfiguration.py +1 -1
  142. metadata/generated/schema/configuration/ldapTrustStoreConfig/__init__.py +1 -1
  143. metadata/generated/schema/configuration/ldapTrustStoreConfig/customTrustManagerConfig.py +1 -1
  144. metadata/generated/schema/configuration/ldapTrustStoreConfig/hostNameConfig.py +1 -1
  145. metadata/generated/schema/configuration/ldapTrustStoreConfig/jvmDefaultConfig.py +1 -1
  146. metadata/generated/schema/configuration/ldapTrustStoreConfig/trustAllConfig.py +1 -1
  147. metadata/generated/schema/configuration/ldapTrustStoreConfig/truststoreConfig.py +1 -1
  148. metadata/generated/schema/configuration/limitsConfiguration.py +1 -1
  149. metadata/generated/schema/configuration/lineageSettings.py +1 -1
  150. metadata/generated/schema/configuration/loginConfiguration.py +1 -1
  151. metadata/generated/schema/configuration/logoConfiguration.py +1 -1
  152. metadata/generated/schema/configuration/pipelineServiceClientConfiguration.py +1 -1
  153. metadata/generated/schema/configuration/profilerConfiguration.py +1 -1
  154. metadata/generated/schema/configuration/searchSettings.py +1 -1
  155. metadata/generated/schema/configuration/slackAppConfiguration.py +1 -1
  156. metadata/generated/schema/configuration/taskNotificationConfiguration.py +1 -1
  157. metadata/generated/schema/configuration/testResultNotificationConfiguration.py +1 -1
  158. metadata/generated/schema/configuration/themeConfiguration.py +1 -1
  159. metadata/generated/schema/configuration/uiThemePreference.py +1 -1
  160. metadata/generated/schema/configuration/workflowSettings.py +1 -1
  161. metadata/generated/schema/dataInsight/__init__.py +1 -1
  162. metadata/generated/schema/dataInsight/custom/__init__.py +1 -1
  163. metadata/generated/schema/dataInsight/custom/dataInsightCustomChart.py +1 -1
  164. metadata/generated/schema/dataInsight/custom/dataInsightCustomChartResult.py +1 -1
  165. metadata/generated/schema/dataInsight/custom/dataInsightCustomChartResultList.py +1 -1
  166. metadata/generated/schema/dataInsight/custom/formulaHolder.py +1 -1
  167. metadata/generated/schema/dataInsight/custom/lineChart.py +1 -1
  168. metadata/generated/schema/dataInsight/custom/summaryCard.py +1 -1
  169. metadata/generated/schema/dataInsight/dataInsightChart.py +1 -1
  170. metadata/generated/schema/dataInsight/dataInsightChartResult.py +1 -1
  171. metadata/generated/schema/dataInsight/kpi/__init__.py +1 -1
  172. metadata/generated/schema/dataInsight/kpi/basic.py +1 -1
  173. metadata/generated/schema/dataInsight/kpi/kpi.py +1 -1
  174. metadata/generated/schema/dataInsight/type/__init__.py +1 -1
  175. metadata/generated/schema/dataInsight/type/aggregatedUnusedAssetsCount.py +1 -1
  176. metadata/generated/schema/dataInsight/type/aggregatedUnusedAssetsSize.py +1 -1
  177. metadata/generated/schema/dataInsight/type/aggregatedUsedVsUnusedAssetsCount.py +1 -1
  178. metadata/generated/schema/dataInsight/type/aggregatedUsedVsUnusedAssetsSize.py +1 -1
  179. metadata/generated/schema/dataInsight/type/dailyActiveUsers.py +1 -1
  180. metadata/generated/schema/dataInsight/type/mostActiveUsers.py +1 -1
  181. metadata/generated/schema/dataInsight/type/mostViewedEntities.py +1 -1
  182. metadata/generated/schema/dataInsight/type/pageViewsByEntities.py +1 -1
  183. metadata/generated/schema/dataInsight/type/unusedAssets.py +1 -1
  184. metadata/generated/schema/email/__init__.py +1 -1
  185. metadata/generated/schema/email/emailRequest.py +1 -1
  186. metadata/generated/schema/email/emailTemplate.py +1 -1
  187. metadata/generated/schema/email/emailTemplatePlaceholder.py +1 -1
  188. metadata/generated/schema/email/smtpSettings.py +1 -1
  189. metadata/generated/schema/email/templateValidationReponse.py +1 -1
  190. metadata/generated/schema/entity/__init__.py +1 -1
  191. metadata/generated/schema/entity/applications/__init__.py +1 -1
  192. metadata/generated/schema/entity/applications/app.py +1 -1
  193. metadata/generated/schema/entity/applications/appExtension.py +1 -1
  194. metadata/generated/schema/entity/applications/appRunRecord.py +1 -1
  195. metadata/generated/schema/entity/applications/configuration/__init__.py +1 -1
  196. metadata/generated/schema/entity/applications/configuration/applicationConfig.py +1 -1
  197. metadata/generated/schema/entity/applications/configuration/external/__init__.py +1 -1
  198. metadata/generated/schema/entity/applications/configuration/external/automator/__init__.py +1 -1
  199. metadata/generated/schema/entity/applications/configuration/external/automator/addCustomProperties.py +1 -1
  200. metadata/generated/schema/entity/applications/configuration/external/automator/addDescriptionAction.py +1 -1
  201. metadata/generated/schema/entity/applications/configuration/external/automator/addDomainAction.py +1 -1
  202. metadata/generated/schema/entity/applications/configuration/external/automator/addOwnerAction.py +1 -1
  203. metadata/generated/schema/entity/applications/configuration/external/automator/addTagsAction.py +1 -1
  204. metadata/generated/schema/entity/applications/configuration/external/automator/addTierAction.py +1 -1
  205. metadata/generated/schema/entity/applications/configuration/external/automator/lineagePropagationAction.py +1 -1
  206. metadata/generated/schema/entity/applications/configuration/external/automator/mlTaggingAction.py +1 -1
  207. metadata/generated/schema/entity/applications/configuration/external/automator/removeCustomPropertiesAction.py +1 -1
  208. metadata/generated/schema/entity/applications/configuration/external/automator/removeDescriptionAction.py +1 -1
  209. metadata/generated/schema/entity/applications/configuration/external/automator/removeDomainAction.py +1 -1
  210. metadata/generated/schema/entity/applications/configuration/external/automator/removeOwnerAction.py +1 -1
  211. metadata/generated/schema/entity/applications/configuration/external/automator/removeTagsAction.py +1 -1
  212. metadata/generated/schema/entity/applications/configuration/external/automator/removeTierAction.py +1 -1
  213. metadata/generated/schema/entity/applications/configuration/external/automatorAppConfig.py +1 -1
  214. metadata/generated/schema/entity/applications/configuration/external/collateAIAppConfig.py +1 -1
  215. metadata/generated/schema/entity/applications/configuration/external/slackAppTokenConfiguration.py +1 -1
  216. metadata/generated/schema/entity/applications/configuration/internal/__init__.py +1 -1
  217. metadata/generated/schema/entity/applications/configuration/internal/dataInsightsAppConfig.py +1 -1
  218. metadata/generated/schema/entity/applications/configuration/internal/dataInsightsReportAppConfig.py +1 -1
  219. metadata/generated/schema/entity/applications/configuration/internal/dataRetentionConfiguration.py +1 -1
  220. metadata/generated/schema/entity/applications/configuration/internal/searchIndexingAppConfig.py +1 -1
  221. metadata/generated/schema/entity/applications/configuration/private/external/__init__.py +1 -1
  222. metadata/generated/schema/entity/applications/configuration/private/external/collateAIAppPrivateConfig.py +1 -1
  223. metadata/generated/schema/entity/applications/createAppRequest.py +1 -1
  224. metadata/generated/schema/entity/applications/jobStatus.py +1 -1
  225. metadata/generated/schema/entity/applications/liveExecutionContext.py +1 -1
  226. metadata/generated/schema/entity/applications/marketplace/__init__.py +1 -1
  227. metadata/generated/schema/entity/applications/marketplace/appMarketPlaceDefinition.py +1 -1
  228. metadata/generated/schema/entity/applications/marketplace/createAppMarketPlaceDefinitionReq.py +1 -1
  229. metadata/generated/schema/entity/applications/scheduledExecutionContext.py +1 -1
  230. metadata/generated/schema/entity/automations/__init__.py +1 -1
  231. metadata/generated/schema/entity/automations/testServiceConnection.py +1 -1
  232. metadata/generated/schema/entity/automations/workflow.py +1 -1
  233. metadata/generated/schema/entity/bot.py +1 -1
  234. metadata/generated/schema/entity/classification/__init__.py +1 -1
  235. metadata/generated/schema/entity/classification/classification.py +1 -1
  236. metadata/generated/schema/entity/classification/tag.py +1 -1
  237. metadata/generated/schema/entity/data/__init__.py +1 -1
  238. metadata/generated/schema/entity/data/apiCollection.py +1 -1
  239. metadata/generated/schema/entity/data/apiEndpoint.py +1 -1
  240. metadata/generated/schema/entity/data/chart.py +1 -1
  241. metadata/generated/schema/entity/data/container.py +1 -1
  242. metadata/generated/schema/entity/data/dashboard.py +1 -1
  243. metadata/generated/schema/entity/data/dashboardDataModel.py +1 -1
  244. metadata/generated/schema/entity/data/database.py +1 -1
  245. metadata/generated/schema/entity/data/databaseSchema.py +1 -1
  246. metadata/generated/schema/entity/data/glossary.py +1 -1
  247. metadata/generated/schema/entity/data/glossaryTerm.py +1 -1
  248. metadata/generated/schema/entity/data/metric.py +1 -1
  249. metadata/generated/schema/entity/data/mlmodel.py +1 -1
  250. metadata/generated/schema/entity/data/pipeline.py +1 -1
  251. metadata/generated/schema/entity/data/query.py +1 -1
  252. metadata/generated/schema/entity/data/report.py +1 -1
  253. metadata/generated/schema/entity/data/searchIndex.py +1 -1
  254. metadata/generated/schema/entity/data/storedProcedure.py +1 -1
  255. metadata/generated/schema/entity/data/table.py +1 -1
  256. metadata/generated/schema/entity/data/topic.py +1 -1
  257. metadata/generated/schema/entity/docStore/__init__.py +1 -1
  258. metadata/generated/schema/entity/docStore/document.py +1 -1
  259. metadata/generated/schema/entity/domains/__init__.py +1 -1
  260. metadata/generated/schema/entity/domains/dataProduct.py +1 -1
  261. metadata/generated/schema/entity/domains/domain.py +1 -1
  262. metadata/generated/schema/entity/events/__init__.py +1 -1
  263. metadata/generated/schema/entity/events/webhook.py +1 -1
  264. metadata/generated/schema/entity/feed/__init__.py +1 -1
  265. metadata/generated/schema/entity/feed/assets.py +1 -1
  266. metadata/generated/schema/entity/feed/customProperty.py +1 -1
  267. metadata/generated/schema/entity/feed/description.py +1 -1
  268. metadata/generated/schema/entity/feed/domain.py +1 -1
  269. metadata/generated/schema/entity/feed/entityInfo.py +1 -1
  270. metadata/generated/schema/entity/feed/owner.py +1 -1
  271. metadata/generated/schema/entity/feed/suggestion.py +1 -1
  272. metadata/generated/schema/entity/feed/tag.py +1 -1
  273. metadata/generated/schema/entity/feed/testCaseResult.py +1 -1
  274. metadata/generated/schema/entity/feed/thread.py +1 -1
  275. metadata/generated/schema/entity/policies/__init__.py +1 -1
  276. metadata/generated/schema/entity/policies/accessControl/__init__.py +1 -1
  277. metadata/generated/schema/entity/policies/accessControl/resourceDescriptor.py +1 -1
  278. metadata/generated/schema/entity/policies/accessControl/resourcePermission.py +1 -1
  279. metadata/generated/schema/entity/policies/accessControl/rule.py +1 -1
  280. metadata/generated/schema/entity/policies/filters.py +1 -1
  281. metadata/generated/schema/entity/policies/policy.py +1 -1
  282. metadata/generated/schema/entity/services/__init__.py +1 -1
  283. metadata/generated/schema/entity/services/apiService.py +1 -1
  284. metadata/generated/schema/entity/services/connections/__init__.py +1 -1
  285. metadata/generated/schema/entity/services/connections/api/__init__.py +1 -1
  286. metadata/generated/schema/entity/services/connections/api/restConnection.py +1 -1
  287. metadata/generated/schema/entity/services/connections/common/__init__.py +1 -1
  288. metadata/generated/schema/entity/services/connections/common/sslCertPaths.py +1 -1
  289. metadata/generated/schema/entity/services/connections/common/sslCertValues.py +1 -1
  290. metadata/generated/schema/entity/services/connections/common/sslConfig.py +1 -1
  291. metadata/generated/schema/entity/services/connections/connectionBasicType.py +1 -1
  292. metadata/generated/schema/entity/services/connections/dashboard/__init__.py +1 -1
  293. metadata/generated/schema/entity/services/connections/dashboard/customDashboardConnection.py +1 -1
  294. metadata/generated/schema/entity/services/connections/dashboard/domoDashboardConnection.py +1 -1
  295. metadata/generated/schema/entity/services/connections/dashboard/lightdashConnection.py +1 -1
  296. metadata/generated/schema/entity/services/connections/dashboard/lookerConnection.py +1 -1
  297. metadata/generated/schema/entity/services/connections/dashboard/metabaseConnection.py +1 -1
  298. metadata/generated/schema/entity/services/connections/dashboard/microStrategyConnection.py +1 -1
  299. metadata/generated/schema/entity/services/connections/dashboard/modeConnection.py +1 -1
  300. metadata/generated/schema/entity/services/connections/dashboard/powerBIConnection.py +1 -1
  301. metadata/generated/schema/entity/services/connections/dashboard/powerBIReportServerConnection.py +1 -1
  302. metadata/generated/schema/entity/services/connections/dashboard/powerbi/__init__.py +1 -1
  303. metadata/generated/schema/entity/services/connections/dashboard/powerbi/azureConfig.py +1 -1
  304. metadata/generated/schema/entity/services/connections/dashboard/powerbi/bucketDetails.py +1 -1
  305. metadata/generated/schema/entity/services/connections/dashboard/powerbi/gcsConfig.py +1 -1
  306. metadata/generated/schema/entity/services/connections/dashboard/powerbi/s3Config.py +1 -1
  307. metadata/generated/schema/entity/services/connections/dashboard/qlikCloudConnection.py +1 -1
  308. metadata/generated/schema/entity/services/connections/dashboard/qlikSenseConnection.py +1 -1
  309. metadata/generated/schema/entity/services/connections/dashboard/quickSightConnection.py +1 -1
  310. metadata/generated/schema/entity/services/connections/dashboard/redashConnection.py +1 -1
  311. metadata/generated/schema/entity/services/connections/dashboard/sigmaConnection.py +1 -1
  312. metadata/generated/schema/entity/services/connections/dashboard/supersetConnection.py +1 -1
  313. metadata/generated/schema/entity/services/connections/dashboard/tableauConnection.py +1 -1
  314. metadata/generated/schema/entity/services/connections/database/__init__.py +1 -1
  315. metadata/generated/schema/entity/services/connections/database/athenaConnection.py +1 -1
  316. metadata/generated/schema/entity/services/connections/database/azureSQLConnection.py +1 -1
  317. metadata/generated/schema/entity/services/connections/database/bigQueryConnection.py +1 -1
  318. metadata/generated/schema/entity/services/connections/database/bigTableConnection.py +1 -1
  319. metadata/generated/schema/entity/services/connections/database/clickhouseConnection.py +1 -1
  320. metadata/generated/schema/entity/services/connections/database/common/__init__.py +1 -1
  321. metadata/generated/schema/entity/services/connections/database/common/azureConfig.py +1 -1
  322. metadata/generated/schema/entity/services/connections/database/common/basicAuth.py +1 -1
  323. metadata/generated/schema/entity/services/connections/database/common/iamAuthConfig.py +1 -1
  324. metadata/generated/schema/entity/services/connections/database/common/jwtAuth.py +1 -1
  325. metadata/generated/schema/entity/services/connections/database/common/noConfigAuthenticationTypes.py +1 -1
  326. metadata/generated/schema/entity/services/connections/database/couchbaseConnection.py +1 -1
  327. metadata/generated/schema/entity/services/connections/database/customDatabaseConnection.py +1 -1
  328. metadata/generated/schema/entity/services/connections/database/databricksConnection.py +1 -1
  329. metadata/generated/schema/entity/services/connections/database/datalake/__init__.py +1 -1
  330. metadata/generated/schema/entity/services/connections/database/datalake/azureConfig.py +1 -1
  331. metadata/generated/schema/entity/services/connections/database/datalake/gcsConfig.py +1 -1
  332. metadata/generated/schema/entity/services/connections/database/datalake/s3Config.py +1 -1
  333. metadata/generated/schema/entity/services/connections/database/datalakeConnection.py +1 -1
  334. metadata/generated/schema/entity/services/connections/database/db2Connection.py +1 -1
  335. metadata/generated/schema/entity/services/connections/database/deltaLakeConnection.py +1 -1
  336. metadata/generated/schema/entity/services/connections/database/deltalake/__init__.py +1 -1
  337. metadata/generated/schema/entity/services/connections/database/deltalake/metastoreConfig.py +1 -1
  338. metadata/generated/schema/entity/services/connections/database/deltalake/storageConfig.py +1 -1
  339. metadata/generated/schema/entity/services/connections/database/domoDatabaseConnection.py +1 -1
  340. metadata/generated/schema/entity/services/connections/database/dorisConnection.py +1 -1
  341. metadata/generated/schema/entity/services/connections/database/druidConnection.py +1 -1
  342. metadata/generated/schema/entity/services/connections/database/dynamoDBConnection.py +1 -1
  343. metadata/generated/schema/entity/services/connections/database/exasolConnection.py +1 -1
  344. metadata/generated/schema/entity/services/connections/database/glueConnection.py +1 -1
  345. metadata/generated/schema/entity/services/connections/database/greenplumConnection.py +1 -1
  346. metadata/generated/schema/entity/services/connections/database/hiveConnection.py +1 -1
  347. metadata/generated/schema/entity/services/connections/database/iceberg/__init__.py +1 -1
  348. metadata/generated/schema/entity/services/connections/database/iceberg/dynamoDbCatalogConnection.py +1 -1
  349. metadata/generated/schema/entity/services/connections/database/iceberg/glueCatalogConnection.py +1 -1
  350. metadata/generated/schema/entity/services/connections/database/iceberg/hiveCatalogConnection.py +1 -1
  351. metadata/generated/schema/entity/services/connections/database/iceberg/icebergCatalog.py +1 -1
  352. metadata/generated/schema/entity/services/connections/database/iceberg/icebergFileSystem.py +1 -1
  353. metadata/generated/schema/entity/services/connections/database/iceberg/restCatalogConnection.py +1 -1
  354. metadata/generated/schema/entity/services/connections/database/icebergConnection.py +1 -1
  355. metadata/generated/schema/entity/services/connections/database/impalaConnection.py +1 -1
  356. metadata/generated/schema/entity/services/connections/database/mariaDBConnection.py +1 -1
  357. metadata/generated/schema/entity/services/connections/database/mongoDBConnection.py +1 -1
  358. metadata/generated/schema/entity/services/connections/database/mssqlConnection.py +1 -1
  359. metadata/generated/schema/entity/services/connections/database/mysqlConnection.py +1 -1
  360. metadata/generated/schema/entity/services/connections/database/oracleConnection.py +1 -1
  361. metadata/generated/schema/entity/services/connections/database/pinotDBConnection.py +1 -1
  362. metadata/generated/schema/entity/services/connections/database/postgresConnection.py +1 -1
  363. metadata/generated/schema/entity/services/connections/database/prestoConnection.py +1 -1
  364. metadata/generated/schema/entity/services/connections/database/redshiftConnection.py +1 -1
  365. metadata/generated/schema/entity/services/connections/database/salesforceConnection.py +1 -1
  366. metadata/generated/schema/entity/services/connections/database/sapErpConnection.py +1 -1
  367. metadata/generated/schema/entity/services/connections/database/sapHana/__init__.py +1 -1
  368. metadata/generated/schema/entity/services/connections/database/sapHana/sapHanaHDBConnection.py +1 -1
  369. metadata/generated/schema/entity/services/connections/database/sapHana/sapHanaSQLConnection.py +1 -1
  370. metadata/generated/schema/entity/services/connections/database/sapHanaConnection.py +1 -1
  371. metadata/generated/schema/entity/services/connections/database/sasConnection.py +1 -1
  372. metadata/generated/schema/entity/services/connections/database/singleStoreConnection.py +1 -1
  373. metadata/generated/schema/entity/services/connections/database/snowflakeConnection.py +1 -1
  374. metadata/generated/schema/entity/services/connections/database/sqliteConnection.py +1 -1
  375. metadata/generated/schema/entity/services/connections/database/synapseConnection.py +1 -1
  376. metadata/generated/schema/entity/services/connections/database/teradataConnection.py +1 -1
  377. metadata/generated/schema/entity/services/connections/database/trinoConnection.py +1 -1
  378. metadata/generated/schema/entity/services/connections/database/unityCatalogConnection.py +1 -1
  379. metadata/generated/schema/entity/services/connections/database/verticaConnection.py +1 -1
  380. metadata/generated/schema/entity/services/connections/messaging/__init__.py +1 -1
  381. metadata/generated/schema/entity/services/connections/messaging/customMessagingConnection.py +1 -1
  382. metadata/generated/schema/entity/services/connections/messaging/kafkaConnection.py +1 -1
  383. metadata/generated/schema/entity/services/connections/messaging/kinesisConnection.py +1 -1
  384. metadata/generated/schema/entity/services/connections/messaging/pulsarConnection.py +1 -1
  385. metadata/generated/schema/entity/services/connections/messaging/redpandaConnection.py +1 -1
  386. metadata/generated/schema/entity/services/connections/messaging/saslMechanismType.py +1 -1
  387. metadata/generated/schema/entity/services/connections/metadata/__init__.py +1 -1
  388. metadata/generated/schema/entity/services/connections/metadata/alationConnection.py +1 -1
  389. metadata/generated/schema/entity/services/connections/metadata/alationSinkConnection.py +1 -1
  390. metadata/generated/schema/entity/services/connections/metadata/amundsenConnection.py +1 -1
  391. metadata/generated/schema/entity/services/connections/metadata/atlasConnection.py +1 -1
  392. metadata/generated/schema/entity/services/connections/metadata/metadataESConnection.py +1 -1
  393. metadata/generated/schema/entity/services/connections/metadata/openMetadataConnection.py +1 -1
  394. metadata/generated/schema/entity/services/connections/mlmodel/__init__.py +1 -1
  395. metadata/generated/schema/entity/services/connections/mlmodel/customMlModelConnection.py +1 -1
  396. metadata/generated/schema/entity/services/connections/mlmodel/mlflowConnection.py +1 -1
  397. metadata/generated/schema/entity/services/connections/mlmodel/sageMakerConnection.py +1 -1
  398. metadata/generated/schema/entity/services/connections/mlmodel/sklearnConnection.py +1 -1
  399. metadata/generated/schema/entity/services/connections/mlmodel/vertexaiConnection.py +1 -1
  400. metadata/generated/schema/entity/services/connections/pipeline/__init__.py +1 -1
  401. metadata/generated/schema/entity/services/connections/pipeline/airbyteConnection.py +1 -1
  402. metadata/generated/schema/entity/services/connections/pipeline/airflowConnection.py +1 -1
  403. metadata/generated/schema/entity/services/connections/pipeline/backendConnection.py +1 -1
  404. metadata/generated/schema/entity/services/connections/pipeline/customPipelineConnection.py +1 -1
  405. metadata/generated/schema/entity/services/connections/pipeline/dagsterConnection.py +1 -1
  406. metadata/generated/schema/entity/services/connections/pipeline/databricksPipelineConnection.py +1 -1
  407. metadata/generated/schema/entity/services/connections/pipeline/datafactoryConnection.py +1 -1
  408. metadata/generated/schema/entity/services/connections/pipeline/dbtCloudConnection.py +1 -1
  409. metadata/generated/schema/entity/services/connections/pipeline/domoPipelineConnection.py +1 -1
  410. metadata/generated/schema/entity/services/connections/pipeline/fivetranConnection.py +1 -1
  411. metadata/generated/schema/entity/services/connections/pipeline/flinkConnection.py +1 -1
  412. metadata/generated/schema/entity/services/connections/pipeline/gluePipelineConnection.py +1 -1
  413. metadata/generated/schema/entity/services/connections/pipeline/kafkaConnectConnection.py +1 -1
  414. metadata/generated/schema/entity/services/connections/pipeline/matillionConnection.py +1 -1
  415. metadata/generated/schema/entity/services/connections/pipeline/nifiConnection.py +1 -1
  416. metadata/generated/schema/entity/services/connections/pipeline/openLineageConnection.py +1 -1
  417. metadata/generated/schema/entity/services/connections/pipeline/sparkConnection.py +1 -1
  418. metadata/generated/schema/entity/services/connections/pipeline/splineConnection.py +1 -1
  419. metadata/generated/schema/entity/services/connections/pipeline/stitchConnection.py +1 -1
  420. metadata/generated/schema/entity/services/connections/search/__init__.py +1 -1
  421. metadata/generated/schema/entity/services/connections/search/customSearchConnection.py +1 -1
  422. metadata/generated/schema/entity/services/connections/search/elasticSearch/__init__.py +1 -1
  423. metadata/generated/schema/entity/services/connections/search/elasticSearch/apiAuth.py +1 -1
  424. metadata/generated/schema/entity/services/connections/search/elasticSearch/basicAuth.py +1 -1
  425. metadata/generated/schema/entity/services/connections/search/elasticSearchConnection.py +1 -1
  426. metadata/generated/schema/entity/services/connections/search/openSearchConnection.py +1 -1
  427. metadata/generated/schema/entity/services/connections/serviceConnection.py +1 -1
  428. metadata/generated/schema/entity/services/connections/storage/__init__.py +1 -1
  429. metadata/generated/schema/entity/services/connections/storage/adlsConnection.py +1 -1
  430. metadata/generated/schema/entity/services/connections/storage/customStorageConnection.py +1 -1
  431. metadata/generated/schema/entity/services/connections/storage/gcsConnection.py +1 -1
  432. metadata/generated/schema/entity/services/connections/storage/s3Connection.py +1 -1
  433. metadata/generated/schema/entity/services/connections/testConnectionDefinition.py +1 -1
  434. metadata/generated/schema/entity/services/connections/testConnectionResult.py +1 -1
  435. metadata/generated/schema/entity/services/dashboardService.py +1 -1
  436. metadata/generated/schema/entity/services/databaseService.py +1 -1
  437. metadata/generated/schema/entity/services/ingestionPipelines/__init__.py +1 -1
  438. metadata/generated/schema/entity/services/ingestionPipelines/ingestionPipeline.py +1 -1
  439. metadata/generated/schema/entity/services/ingestionPipelines/pipelineServiceClientResponse.py +1 -1
  440. metadata/generated/schema/entity/services/ingestionPipelines/status.py +1 -1
  441. metadata/generated/schema/entity/services/messagingService.py +1 -1
  442. metadata/generated/schema/entity/services/metadataService.py +1 -1
  443. metadata/generated/schema/entity/services/mlmodelService.py +1 -1
  444. metadata/generated/schema/entity/services/pipelineService.py +1 -1
  445. metadata/generated/schema/entity/services/searchService.py +1 -1
  446. metadata/generated/schema/entity/services/serviceType.py +1 -1
  447. metadata/generated/schema/entity/services/storageService.py +1 -1
  448. metadata/generated/schema/entity/teams/__init__.py +1 -1
  449. metadata/generated/schema/entity/teams/persona.py +1 -1
  450. metadata/generated/schema/entity/teams/role.py +1 -1
  451. metadata/generated/schema/entity/teams/team.py +1 -1
  452. metadata/generated/schema/entity/teams/teamHierarchy.py +1 -1
  453. metadata/generated/schema/entity/teams/user.py +1 -1
  454. metadata/generated/schema/entity/type.py +1 -1
  455. metadata/generated/schema/entity/utils/__init__.py +1 -1
  456. metadata/generated/schema/entity/utils/entitiesCount.py +1 -1
  457. metadata/generated/schema/entity/utils/servicesCount.py +1 -1
  458. metadata/generated/schema/entity/utils/supersetApiConnection.py +1 -1
  459. metadata/generated/schema/events/__init__.py +1 -1
  460. metadata/generated/schema/events/alertMetrics.py +1 -1
  461. metadata/generated/schema/events/api/__init__.py +1 -1
  462. metadata/generated/schema/events/api/createEventSubscription.py +1 -1
  463. metadata/generated/schema/events/api/eventSubscriptionDiagnosticInfo.py +1 -1
  464. metadata/generated/schema/events/api/eventsRecord.py +1 -1
  465. metadata/generated/schema/events/api/testEventSubscriptionDestination.py +1 -1
  466. metadata/generated/schema/events/api/typedEvent.py +1 -1
  467. metadata/generated/schema/events/emailAlertConfig.py +1 -1
  468. metadata/generated/schema/events/eventFilterRule.py +1 -1
  469. metadata/generated/schema/events/eventSubscription.py +1 -1
  470. metadata/generated/schema/events/eventSubscriptionOffset.py +1 -1
  471. metadata/generated/schema/events/failedEvent.py +1 -1
  472. metadata/generated/schema/events/failedEventResponse.py +1 -1
  473. metadata/generated/schema/events/filterResourceDescriptor.py +1 -1
  474. metadata/generated/schema/events/statusContext.py +1 -1
  475. metadata/generated/schema/events/subscriptionResourceDescriptor.py +1 -1
  476. metadata/generated/schema/events/subscriptionStatus.py +1 -1
  477. metadata/generated/schema/events/testDestinationStatus.py +1 -1
  478. metadata/generated/schema/governance/workflows/__init__.py +1 -1
  479. metadata/generated/schema/governance/workflows/elements/__init__.py +1 -1
  480. metadata/generated/schema/governance/workflows/elements/edge.py +1 -1
  481. metadata/generated/schema/governance/workflows/elements/nodeSubType.py +1 -1
  482. metadata/generated/schema/governance/workflows/elements/nodeType.py +1 -1
  483. metadata/generated/schema/governance/workflows/elements/nodes/__init__.py +1 -1
  484. metadata/generated/schema/governance/workflows/elements/nodes/automatedTask/__init__.py +1 -1
  485. metadata/generated/schema/governance/workflows/elements/nodes/automatedTask/checkEntityAttributesTask.py +1 -1
  486. metadata/generated/schema/governance/workflows/elements/nodes/automatedTask/setEntityCertificationTask.py +1 -1
  487. metadata/generated/schema/governance/workflows/elements/nodes/automatedTask/setGlossaryTermStatusTask.py +1 -1
  488. metadata/generated/schema/governance/workflows/elements/nodes/endEvent/__init__.py +1 -1
  489. metadata/generated/schema/governance/workflows/elements/nodes/endEvent/endEvent.py +1 -1
  490. metadata/generated/schema/governance/workflows/elements/nodes/startEvent/__init__.py +1 -1
  491. metadata/generated/schema/governance/workflows/elements/nodes/startEvent/startEvent.py +1 -1
  492. metadata/generated/schema/governance/workflows/elements/nodes/userTask/__init__.py +1 -1
  493. metadata/generated/schema/governance/workflows/elements/nodes/userTask/userApprovalTask.py +1 -1
  494. metadata/generated/schema/governance/workflows/elements/triggers/__init__.py +1 -1
  495. metadata/generated/schema/governance/workflows/elements/triggers/eventBasedEntityTrigger.py +1 -1
  496. metadata/generated/schema/governance/workflows/elements/triggers/periodicBatchEntityTrigger.py +1 -1
  497. metadata/generated/schema/governance/workflows/workflowDefinition.py +1 -1
  498. metadata/generated/schema/governance/workflows/workflowInstance.py +1 -1
  499. metadata/generated/schema/governance/workflows/workflowInstanceState.py +1 -1
  500. metadata/generated/schema/jobs/__init__.py +1 -1
  501. metadata/generated/schema/jobs/backgroundJob.py +1 -1
  502. metadata/generated/schema/jobs/enumCleanupArgs.py +1 -1
  503. metadata/generated/schema/metadataIngestion/__init__.py +1 -1
  504. metadata/generated/schema/metadataIngestion/apiServiceMetadataPipeline.py +1 -1
  505. metadata/generated/schema/metadataIngestion/application.py +1 -1
  506. metadata/generated/schema/metadataIngestion/applicationPipeline.py +1 -1
  507. metadata/generated/schema/metadataIngestion/dashboardServiceMetadataPipeline.py +1 -1
  508. metadata/generated/schema/metadataIngestion/dataInsightPipeline.py +1 -1
  509. metadata/generated/schema/metadataIngestion/databaseServiceAutoClassificationPipeline.py +1 -1
  510. metadata/generated/schema/metadataIngestion/databaseServiceMetadataPipeline.py +1 -1
  511. metadata/generated/schema/metadataIngestion/databaseServiceProfilerPipeline.py +1 -1
  512. metadata/generated/schema/metadataIngestion/databaseServiceQueryLineagePipeline.py +1 -1
  513. metadata/generated/schema/metadataIngestion/databaseServiceQueryUsagePipeline.py +1 -1
  514. metadata/generated/schema/metadataIngestion/dbtPipeline.py +1 -1
  515. metadata/generated/schema/metadataIngestion/dbtconfig/__init__.py +1 -1
  516. metadata/generated/schema/metadataIngestion/dbtconfig/dbtAzureConfig.py +1 -1
  517. metadata/generated/schema/metadataIngestion/dbtconfig/dbtBucketDetails.py +1 -1
  518. metadata/generated/schema/metadataIngestion/dbtconfig/dbtCloudConfig.py +1 -1
  519. metadata/generated/schema/metadataIngestion/dbtconfig/dbtGCSConfig.py +1 -1
  520. metadata/generated/schema/metadataIngestion/dbtconfig/dbtHttpConfig.py +1 -1
  521. metadata/generated/schema/metadataIngestion/dbtconfig/dbtLocalConfig.py +1 -1
  522. metadata/generated/schema/metadataIngestion/dbtconfig/dbtS3Config.py +1 -1
  523. metadata/generated/schema/metadataIngestion/messagingServiceMetadataPipeline.py +1 -1
  524. metadata/generated/schema/metadataIngestion/metadataToElasticSearchPipeline.py +1 -1
  525. metadata/generated/schema/metadataIngestion/mlmodelServiceMetadataPipeline.py +1 -1
  526. metadata/generated/schema/metadataIngestion/pipelineServiceMetadataPipeline.py +1 -1
  527. metadata/generated/schema/metadataIngestion/searchServiceMetadataPipeline.py +1 -1
  528. metadata/generated/schema/metadataIngestion/storage/__init__.py +1 -1
  529. metadata/generated/schema/metadataIngestion/storage/containerMetadataConfig.py +1 -1
  530. metadata/generated/schema/metadataIngestion/storage/manifestMetadataConfig.py +1 -1
  531. metadata/generated/schema/metadataIngestion/storage/storageBucketDetails.py +1 -1
  532. metadata/generated/schema/metadataIngestion/storage/storageMetadataADLSConfig.py +1 -1
  533. metadata/generated/schema/metadataIngestion/storage/storageMetadataGCSConfig.py +1 -1
  534. metadata/generated/schema/metadataIngestion/storage/storageMetadataHttpConfig.py +1 -1
  535. metadata/generated/schema/metadataIngestion/storage/storageMetadataLocalConfig.py +1 -1
  536. metadata/generated/schema/metadataIngestion/storage/storageMetadataS3Config.py +1 -1
  537. metadata/generated/schema/metadataIngestion/storageServiceMetadataPipeline.py +1 -1
  538. metadata/generated/schema/metadataIngestion/testSuitePipeline.py +1 -1
  539. metadata/generated/schema/metadataIngestion/workflow.py +1 -1
  540. metadata/generated/schema/monitoring/__init__.py +1 -1
  541. metadata/generated/schema/monitoring/eventMonitorProvider.py +1 -1
  542. metadata/generated/schema/security/__init__.py +1 -1
  543. metadata/generated/schema/security/client/__init__.py +1 -1
  544. metadata/generated/schema/security/client/auth0SSOClientConfig.py +1 -1
  545. metadata/generated/schema/security/client/azureSSOClientConfig.py +1 -1
  546. metadata/generated/schema/security/client/customOidcSSOClientConfig.py +1 -1
  547. metadata/generated/schema/security/client/googleSSOClientConfig.py +1 -1
  548. metadata/generated/schema/security/client/oidcClientConfig.py +1 -1
  549. metadata/generated/schema/security/client/oktaSSOClientConfig.py +1 -1
  550. metadata/generated/schema/security/client/openMetadataJWTClientConfig.py +1 -1
  551. metadata/generated/schema/security/client/samlSSOClientConfig.py +1 -1
  552. metadata/generated/schema/security/credentials/__init__.py +1 -1
  553. metadata/generated/schema/security/credentials/accessTokenAuth.py +1 -1
  554. metadata/generated/schema/security/credentials/apiAccessTokenAuth.py +1 -1
  555. metadata/generated/schema/security/credentials/awsCredentials.py +1 -1
  556. metadata/generated/schema/security/credentials/azureCredentials.py +1 -1
  557. metadata/generated/schema/security/credentials/basicAuth.py +1 -1
  558. metadata/generated/schema/security/credentials/bitbucketCredentials.py +1 -1
  559. metadata/generated/schema/security/credentials/gcpCredentials.py +1 -1
  560. metadata/generated/schema/security/credentials/gcpExternalAccount.py +1 -1
  561. metadata/generated/schema/security/credentials/gcpValues.py +1 -1
  562. metadata/generated/schema/security/credentials/gitCredentials.py +1 -1
  563. metadata/generated/schema/security/credentials/githubCredentials.py +1 -1
  564. metadata/generated/schema/security/credentials/gitlabCredentials.py +1 -1
  565. metadata/generated/schema/security/sasl/__init__.py +1 -1
  566. metadata/generated/schema/security/sasl/saslClientConfig.py +1 -1
  567. metadata/generated/schema/security/secrets/__init__.py +1 -1
  568. metadata/generated/schema/security/secrets/secretsManagerClientLoader.py +1 -1
  569. metadata/generated/schema/security/secrets/secretsManagerConfiguration.py +1 -1
  570. metadata/generated/schema/security/secrets/secretsManagerProvider.py +1 -1
  571. metadata/generated/schema/security/securityConfiguration.py +1 -1
  572. metadata/generated/schema/security/ssl/__init__.py +1 -1
  573. metadata/generated/schema/security/ssl/validateSSLClientConfig.py +1 -1
  574. metadata/generated/schema/security/ssl/verifySSLConfig.py +1 -1
  575. metadata/generated/schema/settings/__init__.py +1 -1
  576. metadata/generated/schema/settings/settings.py +1 -1
  577. metadata/generated/schema/system/__init__.py +1 -1
  578. metadata/generated/schema/system/entityError.py +1 -1
  579. metadata/generated/schema/system/eventPublisherJob.py +1 -1
  580. metadata/generated/schema/system/indexingError.py +1 -1
  581. metadata/generated/schema/system/limitsResponse.py +1 -1
  582. metadata/generated/schema/system/ui/__init__.py +1 -1
  583. metadata/generated/schema/system/ui/knowledgePanel.py +1 -1
  584. metadata/generated/schema/system/ui/page.py +1 -1
  585. metadata/generated/schema/system/validationResponse.py +1 -1
  586. metadata/generated/schema/tests/__init__.py +1 -1
  587. metadata/generated/schema/tests/assigned.py +1 -1
  588. metadata/generated/schema/tests/basic.py +1 -1
  589. metadata/generated/schema/tests/customMetric.py +1 -1
  590. metadata/generated/schema/tests/dataQualityReport.py +1 -1
  591. metadata/generated/schema/tests/resolved.py +1 -1
  592. metadata/generated/schema/tests/testCase.py +1 -1
  593. metadata/generated/schema/tests/testCaseResolutionStatus.py +1 -1
  594. metadata/generated/schema/tests/testDefinition.py +1 -1
  595. metadata/generated/schema/tests/testSuite.py +1 -1
  596. metadata/generated/schema/type/__init__.py +1 -1
  597. metadata/generated/schema/type/apiSchema.py +1 -1
  598. metadata/generated/schema/type/assetCertification.py +1 -1
  599. metadata/generated/schema/type/auditLog.py +1 -1
  600. metadata/generated/schema/type/basic.py +1 -1
  601. metadata/generated/schema/type/bulkOperationResult.py +1 -1
  602. metadata/generated/schema/type/changeEvent.py +1 -1
  603. metadata/generated/schema/type/changeEventType.py +1 -1
  604. metadata/generated/schema/type/collectionDescriptor.py +1 -1
  605. metadata/generated/schema/type/csvDocumentation.py +1 -1
  606. metadata/generated/schema/type/csvErrorType.py +1 -1
  607. metadata/generated/schema/type/csvFile.py +1 -1
  608. metadata/generated/schema/type/csvImportResult.py +1 -1
  609. metadata/generated/schema/type/customProperties/__init__.py +1 -1
  610. metadata/generated/schema/type/customProperties/complexTypes.py +1 -1
  611. metadata/generated/schema/type/customProperties/enumConfig.py +1 -1
  612. metadata/generated/schema/type/customProperties/tableConfig.py +1 -1
  613. metadata/generated/schema/type/customProperty.py +1 -1
  614. metadata/generated/schema/type/dailyCount.py +1 -1
  615. metadata/generated/schema/type/databaseConnectionConfig.py +1 -1
  616. metadata/generated/schema/type/entityHierarchy.py +1 -1
  617. metadata/generated/schema/type/entityHistory.py +1 -1
  618. metadata/generated/schema/type/entityLineage.py +1 -1
  619. metadata/generated/schema/type/entityReference.py +1 -1
  620. metadata/generated/schema/type/entityReferenceList.py +1 -1
  621. metadata/generated/schema/type/entityRelationship.py +1 -1
  622. metadata/generated/schema/type/entityUsage.py +1 -1
  623. metadata/generated/schema/type/filterPattern.py +1 -1
  624. metadata/generated/schema/type/function.py +1 -1
  625. metadata/generated/schema/type/include.py +1 -1
  626. metadata/generated/schema/type/jdbcConnection.py +1 -1
  627. metadata/generated/schema/type/lifeCycle.py +1 -1
  628. metadata/generated/schema/type/paging.py +1 -1
  629. metadata/generated/schema/type/profile.py +1 -1
  630. metadata/generated/schema/type/queryParserData.py +1 -1
  631. metadata/generated/schema/type/reaction.py +1 -1
  632. metadata/generated/schema/type/schedule.py +1 -1
  633. metadata/generated/schema/type/schema.py +1 -1
  634. metadata/generated/schema/type/tableQuery.py +1 -1
  635. metadata/generated/schema/type/tableUsageCount.py +1 -1
  636. metadata/generated/schema/type/tagLabel.py +1 -1
  637. metadata/generated/schema/type/usageDetails.py +1 -1
  638. metadata/generated/schema/type/usageRequest.py +1 -1
  639. metadata/generated/schema/type/votes.py +1 -1
  640. metadata/ingestion/source/dashboard/looker/metadata.py +6 -1
  641. metadata/ingestion/source/dashboard/looker/parser.py +3 -0
  642. metadata/ingestion/source/database/databricks/metadata.py +3 -14
  643. metadata/ingestion/source/database/databricks/queries.py +6 -6
  644. metadata/ingestion/source/database/dbt/dbt_service.py +1 -1
  645. metadata/ingestion/source/database/snowflake/queries.py +2 -0
  646. metadata/profiler/metrics/window/first_quartile.py +2 -2
  647. metadata/profiler/metrics/window/median.py +2 -2
  648. metadata/profiler/metrics/window/third_quartile.py +2 -2
  649. metadata/profiler/processor/core.py +2 -2
  650. metadata/profiler/source/database/base/profiler_source.py +3 -3
  651. metadata/sampler/config.py +3 -3
  652. metadata/sampler/models.py +3 -3
  653. metadata/sampler/nosql/sampler.py +4 -4
  654. metadata/sampler/pandas/sampler.py +7 -7
  655. metadata/sampler/sampler_interface.py +2 -2
  656. metadata/sampler/sqlalchemy/bigquery/sampler.py +3 -3
  657. metadata/sampler/sqlalchemy/mssql/sampler.py +9 -7
  658. metadata/sampler/sqlalchemy/postgres/sampler.py +4 -4
  659. metadata/sampler/sqlalchemy/sampler.py +4 -7
  660. metadata/sampler/sqlalchemy/snowflake/sampler.py +4 -4
  661. metadata/sampler/sqlalchemy/trino/sampler.py +1 -1
  662. {openmetadata_ingestion-1.6.3.0.dev0.dist-info → openmetadata_ingestion-1.6.3.2.dist-info}/METADATA +364 -364
  663. {openmetadata_ingestion-1.6.3.0.dev0.dist-info → openmetadata_ingestion-1.6.3.2.dist-info}/RECORD +667 -667
  664. {openmetadata_ingestion-1.6.3.0.dev0.dist-info → openmetadata_ingestion-1.6.3.2.dist-info}/LICENSE +0 -0
  665. {openmetadata_ingestion-1.6.3.0.dev0.dist-info → openmetadata_ingestion-1.6.3.2.dist-info}/WHEEL +0 -0
  666. {openmetadata_ingestion-1.6.3.0.dev0.dist-info → openmetadata_ingestion-1.6.3.2.dist-info}/entry_points.txt +0 -0
  667. {openmetadata_ingestion-1.6.3.0.dev0.dist-info → openmetadata_ingestion-1.6.3.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: type/schedule.json
3
- # timestamp: 2025-01-31T10:46:58+00:00
3
+ # timestamp: 2025-02-04T15:21:36+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: type/schema.json
3
- # timestamp: 2025-01-31T10:46:58+00:00
3
+ # timestamp: 2025-02-04T15:21:36+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: type/tableQuery.json
3
- # timestamp: 2025-01-31T10:46:58+00:00
3
+ # timestamp: 2025-02-04T15:21:36+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: type/tableUsageCount.json
3
- # timestamp: 2025-01-31T10:46:58+00:00
3
+ # timestamp: 2025-02-04T15:21:36+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: type/tagLabel.json
3
- # timestamp: 2025-01-31T10:46:58+00:00
3
+ # timestamp: 2025-02-04T15:21:36+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: type/usageDetails.json
3
- # timestamp: 2025-01-31T10:46:58+00:00
3
+ # timestamp: 2025-02-04T15:21:36+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: type/usageRequest.json
3
- # timestamp: 2025-01-31T10:46:58+00:00
3
+ # timestamp: 2025-02-04T15:21:36+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: type/votes.json
3
- # timestamp: 2025-01-31T10:46:58+00:00
3
+ # timestamp: 2025-02-04T15:21:36+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -496,9 +496,13 @@ class LookerSource(DashboardServiceSource):
496
496
  try:
497
497
  project_parser = self.parser.get(explore.project_name)
498
498
  if project_parser:
499
- return project_parser.parsed_files.get(
499
+ explore_sql = project_parser.parsed_files.get(
500
500
  Includes(get_path_from_link(explore.lookml_link))
501
501
  )
502
+ logger.debug(
503
+ f"Explore SQL for project {explore.project_name}: \n{explore_sql}"
504
+ )
505
+ return explore_sql
502
506
  except Exception as err:
503
507
  logger.warning(f"Exception getting the model sql: {err}")
504
508
 
@@ -597,6 +601,7 @@ class LookerSource(DashboardServiceSource):
597
601
  sql_query = view.derived_table.sql
598
602
  if not sql_query:
599
603
  return
604
+ logger.debug(f"Processing view [{view.name}] with SQL: \n[{sql_query}]")
600
605
  for db_service_name in db_service_names or []:
601
606
  lineage_parser = LineageParser(
602
607
  sql_query,
@@ -181,6 +181,9 @@ class LkmlParser:
181
181
  Otherwise, return None
182
182
  """
183
183
  if view_name in self._views_cache:
184
+ logger.debug(
185
+ f"Found view [{view_name}] in cache: \n{self._views_cache[view_name]}"
186
+ )
184
187
  return self._views_cache[view_name]
185
188
 
186
189
  return None
@@ -113,11 +113,6 @@ _type_map.update(
113
113
  )
114
114
 
115
115
 
116
- def format_schema_name(schema):
117
- # Adds back quotes(``) if hyphen(-) in schema name
118
- return f"`{schema}`" if "-" in schema else schema
119
-
120
-
121
116
  # This method is from hive dialect originally but
122
117
  # is overridden to optimize DESCRIBE query execution
123
118
  def _get_table_columns(self, connection, table_name, schema, db_name):
@@ -158,7 +153,6 @@ def _get_table_columns(self, connection, table_name, schema, db_name):
158
153
 
159
154
  def _get_column_rows(self, connection, table_name, schema, db_name):
160
155
  # get columns and strip whitespace
161
- schema = format_schema_name(schema=schema)
162
156
  table_columns = _get_table_columns( # pylint: disable=protected-access
163
157
  self, connection, table_name, schema, db_name
164
158
  )
@@ -212,11 +206,10 @@ def get_columns(self, connection, table_name, schema=None, **kw):
212
206
  "system_data_type": raw_col_type,
213
207
  }
214
208
  if col_type in {"array", "struct", "map"}:
215
- col_name = f"`{col_name}`" if "." in col_name else col_name
216
209
  try:
217
210
  rows = dict(
218
211
  connection.execute(
219
- f"DESCRIBE TABLE {kw.get('db_name')}.{schema}.{table_name} {col_name}"
212
+ f"DESCRIBE TABLE `{kw.get('db_name')}`.`{schema}`.`{table_name}` `{col_name}`"
220
213
  ).fetchall()
221
214
  )
222
215
  col_info["system_data_type"] = rows["data_type"]
@@ -393,8 +386,7 @@ def get_table_type(self, connection, database, schema, table):
393
386
  database_name=database, schema_name=schema, table_name=table
394
387
  )
395
388
  else:
396
- schema = format_schema_name(schema=schema)
397
- query = f"DESCRIBE TABLE EXTENDED {schema}.{table}"
389
+ query = f"DESCRIBE TABLE EXTENDED `{schema}`.`{table}`"
398
390
  rows = get_table_comment_result(
399
391
  self,
400
392
  connection=connection,
@@ -761,7 +753,6 @@ class DatabricksSource(ExternalTableLineageMixin, CommonDbSourceService, MultiDB
761
753
  ) -> str:
762
754
  description = None
763
755
  try:
764
- schema_name = format_schema_name(schema=schema_name)
765
756
  query = DATABRICKS_GET_TABLE_COMMENTS.format(
766
757
  database_name=self.context.get().database,
767
758
  schema_name=schema_name,
@@ -816,9 +807,7 @@ class DatabricksSource(ExternalTableLineageMixin, CommonDbSourceService, MultiDB
816
807
  try:
817
808
  query = DATABRICKS_GET_TABLE_COMMENTS.format(
818
809
  database_name=self.context.get().database,
819
- schema_name=format_schema_name(
820
- schema=self.context.get().database_schema
821
- ),
810
+ schema_name=self.context.get().database_schema,
822
811
  table_name=table_name,
823
812
  )
824
813
  result = self.inspector.dialect.get_table_comment_result(
@@ -25,27 +25,27 @@ DATABRICKS_VIEW_DEFINITIONS = textwrap.dedent(
25
25
  )
26
26
 
27
27
  DATABRICKS_GET_TABLE_COMMENTS = (
28
- "DESCRIBE TABLE EXTENDED {database_name}.{schema_name}.{table_name}"
28
+ "DESCRIBE TABLE EXTENDED `{database_name}`.`{schema_name}`.`{table_name}`"
29
29
  )
30
30
 
31
31
  DATABRICKS_GET_CATALOGS = "SHOW CATALOGS"
32
32
 
33
33
  DATABRICKS_GET_CATALOGS_TAGS = textwrap.dedent(
34
- """SELECT * FROM {database_name}.information_schema.catalog_tags;"""
34
+ """SELECT * FROM `{database_name}`.information_schema.catalog_tags;"""
35
35
  )
36
36
 
37
37
  DATABRICKS_GET_SCHEMA_TAGS = textwrap.dedent(
38
38
  """
39
39
  SELECT
40
40
  *
41
- FROM {database_name}.information_schema.schema_tags"""
41
+ FROM `{database_name}`.information_schema.schema_tags"""
42
42
  )
43
43
 
44
44
  DATABRICKS_GET_TABLE_TAGS = textwrap.dedent(
45
45
  """
46
46
  SELECT
47
47
  *
48
- FROM {database_name}.information_schema.table_tags
48
+ FROM `{database_name}`.information_schema.table_tags
49
49
  """
50
50
  )
51
51
 
@@ -53,8 +53,8 @@ DATABRICKS_GET_COLUMN_TAGS = textwrap.dedent(
53
53
  """
54
54
  SELECT
55
55
  *
56
- FROM {database_name}.information_schema.column_tags
56
+ FROM `{database_name}`.information_schema.column_tags
57
57
  """
58
58
  )
59
59
 
60
- DATABRICKS_DDL = "SHOW CREATE TABLE {table_name}"
60
+ DATABRICKS_DDL = "SHOW CREATE TABLE `{table_name}`"
@@ -15,7 +15,7 @@ DBT service Topology.
15
15
  from abc import ABC, abstractmethod
16
16
  from typing import Iterable, List
17
17
 
18
- from dbt_artifacts_parser.parser import (
18
+ from collate_dbt_artifacts_parser.parser import (
19
19
  parse_catalog,
20
20
  parse_manifest,
21
21
  parse_run_results,
@@ -299,6 +299,7 @@ SELECT
299
299
  FROM SNOWFLAKE.ACCOUNT_USAGE.PROCEDURES
300
300
  WHERE PROCEDURE_CATALOG = '{database_name}'
301
301
  AND PROCEDURE_SCHEMA = '{schema_name}'
302
+ AND DELETED IS NULL
302
303
  """
303
304
  )
304
305
 
@@ -315,6 +316,7 @@ SELECT
315
316
  FROM SNOWFLAKE.ACCOUNT_USAGE.FUNCTIONS
316
317
  WHERE FUNCTION_CATALOG = '{database_name}'
317
318
  AND FUNCTION_SCHEMA = '{schema_name}'
319
+ AND DELETED IS NULL
318
320
  """
319
321
  )
320
322
 
@@ -56,14 +56,14 @@ class FirstQuartile(StaticMetric, PercentilMixin):
56
56
  # col fullname is only needed for MySQL and SQLite
57
57
  return self._compute_sqa_fn(
58
58
  column(self.col.name, self.col.type),
59
- self.col.table.fullname if self.col.table is not None else None,
59
+ self.col.table.name if self.col.table is not None else None,
60
60
  0.25,
61
61
  )
62
62
 
63
63
  if is_concatenable(self.col.type):
64
64
  return self._compute_sqa_fn(
65
65
  LenFn(column(self.col.name, self.col.type)),
66
- self.col.table.fullname if self.col.table is not None else None,
66
+ self.col.table.name if self.col.table is not None else None,
67
67
  0.25,
68
68
  )
69
69
 
@@ -56,14 +56,14 @@ class Median(StaticMetric, PercentilMixin):
56
56
  # col fullname is only needed for MySQL and SQLite
57
57
  return self._compute_sqa_fn(
58
58
  column(self.col.name, self.col.type),
59
- self.col.table.fullname if self.col.table is not None else None,
59
+ self.col.table.name if self.col.table is not None else None,
60
60
  0.5,
61
61
  )
62
62
 
63
63
  if is_concatenable(self.col.type):
64
64
  return self._compute_sqa_fn(
65
65
  LenFn(column(self.col.name, self.col.type)),
66
- self.col.table.fullname if self.col.table is not None else None,
66
+ self.col.table.name if self.col.table is not None else None,
67
67
  0.5,
68
68
  )
69
69
 
@@ -56,14 +56,14 @@ class ThirdQuartile(StaticMetric, PercentilMixin):
56
56
  # col fullname is only needed for MySQL and SQLite
57
57
  return self._compute_sqa_fn(
58
58
  column(self.col.name, self.col.type),
59
- self.col.table.fullname if self.col.table is not None else None,
59
+ self.col.table.name if self.col.table is not None else None,
60
60
  0.75,
61
61
  )
62
62
 
63
63
  if is_concatenable(self.col.type):
64
64
  return self._compute_sqa_fn(
65
65
  LenFn(column(self.col.name, self.col.type)),
66
- self.col.table.fullname if self.col.table is not None else None,
66
+ self.col.table.name if self.col.table is not None else None,
67
67
  0.75,
68
68
  )
69
69
 
@@ -550,12 +550,12 @@ class Profiler(Generic[TMetric]):
550
550
  createDateTime=raw_create_date,
551
551
  sizeInByte=self._table_results.get("sizeInBytes"),
552
552
  profileSample=(
553
- self.profiler_interface.sampler.sample_config.profile_sample
553
+ self.profiler_interface.sampler.sample_config.profileSample
554
554
  if self.profiler_interface.sampler.sample_config
555
555
  else None
556
556
  ),
557
557
  profileSampleType=(
558
- self.profiler_interface.sampler.sample_config.profile_sample_type
558
+ self.profiler_interface.sampler.sample_config.profileSampleType
559
559
  if self.profiler_interface.sampler.sample_config
560
560
  else None
561
561
  ),
@@ -150,9 +150,9 @@ class ProfilerSource(ProfilerSourceInterface):
150
150
  database_entity=database_entity,
151
151
  table_config=config,
152
152
  default_sample_config=SampleConfig(
153
- profile_sample=self.source_config.profileSample,
154
- profile_sample_type=self.source_config.profileSampleType,
155
- sampling_method_type=self.source_config.samplingMethodType,
153
+ profileSample=self.source_config.profileSample,
154
+ profileSampleType=self.source_config.profileSampleType,
155
+ samplingMethodType=self.source_config.samplingMethodType,
156
156
  ),
157
157
  )
158
158
 
@@ -119,9 +119,9 @@ def get_profile_sample_config(
119
119
  try:
120
120
  if config and config.profileSample:
121
121
  return SampleConfig(
122
- profile_sample=config.profileSample,
123
- profile_sample_type=config.profileSampleType,
124
- sampling_method_type=config.samplingMethodType,
122
+ profileSample=config.profileSample,
123
+ profileSampleType=config.profileSampleType,
124
+ samplingMethodType=config.samplingMethodType,
125
125
  )
126
126
  except AttributeError:
127
127
  pass
@@ -101,6 +101,6 @@ class SamplerResponse(ConfigModel):
101
101
  class SampleConfig(ConfigModel):
102
102
  """Profile Sample Config"""
103
103
 
104
- profile_sample: Optional[Union[float, int]] = None
105
- profile_sample_type: Optional[ProfileSampleType] = ProfileSampleType.PERCENTAGE
106
- sampling_method_type: Optional[SamplingMethodType] = None
104
+ profileSample: Optional[Union[float, int]] = None
105
+ profileSampleType: Optional[ProfileSampleType] = ProfileSampleType.PERCENTAGE
106
+ samplingMethodType: Optional[SamplingMethodType] = None
@@ -82,10 +82,10 @@ class NoSQLSampler(SamplerInterface):
82
82
 
83
83
  def _get_limit(self) -> Optional[int]:
84
84
  num_rows = self.client.item_count(self.raw_dataset)
85
- if self.sample_config.profile_sample_type == ProfileSampleType.PERCENTAGE:
86
- limit = num_rows * (self.sample_config.profile_sample / 100)
87
- elif self.sample_config.profile_sample_type == ProfileSampleType.ROWS:
88
- limit = self.sample_config.profile_sample
85
+ if self.sample_config.profileSampleType == ProfileSampleType.PERCENTAGE:
86
+ limit = num_rows * (self.sample_config.profileSample or 100 / 100)
87
+ elif self.sample_config.profileSampleType == ProfileSampleType.ROWS:
88
+ limit = self.sample_config.profileSample
89
89
  else:
90
90
  limit = SAMPLE_DATA_DEFAULT_COUNT
91
91
  return limit
@@ -123,13 +123,13 @@ class DatalakeSampler(SamplerInterface, PandasInterfaceMixin):
123
123
  """
124
124
  random.shuffle(self.raw_dataset) # we'll shuffle the list of dataframes
125
125
  # sampling data based on profiler config (if any)
126
- if self.sample_config.profile_sample_type == ProfileSampleType.PERCENTAGE:
126
+ if self.sample_config.profileSampleType == ProfileSampleType.PERCENTAGE:
127
127
  try:
128
- profile_sample = (self.sample_config.profile_sample or 100) / 100
128
+ profile_sample = (self.sample_config.profileSample or 100) / 100
129
129
  except TypeError:
130
130
  # if the profile sample is not a number or is None
131
131
  # we'll set it to 100
132
- profile_sample = self.sample_config.profile_sample = 100
132
+ profile_sample = self.sample_config.profileSample = 100
133
133
  return [
134
134
  df.sample(
135
135
  frac=profile_sample,
@@ -141,7 +141,7 @@ class DatalakeSampler(SamplerInterface, PandasInterfaceMixin):
141
141
 
142
142
  # we'll distribute the sample size equally among the dataframes
143
143
  sample_rows_per_chunk: int = math.floor(
144
- (self.sample_config.profile_sample or 100) / len(self.raw_dataset)
144
+ (self.sample_config.profileSample or 100) / len(self.raw_dataset)
145
145
  )
146
146
  num_rows = sum(len(df) for df in self.raw_dataset)
147
147
 
@@ -187,9 +187,9 @@ class DatalakeSampler(SamplerInterface, PandasInterfaceMixin):
187
187
  if self.partition_details:
188
188
  self._table = self._partitioned_table()
189
189
 
190
- if not self.sample_config.profile_sample or (
191
- self.sample_config.profile_sample == 100
192
- and self.sample_config.profile_sample_type == ProfileSampleType.PERCENTAGE
190
+ if not self.sample_config.profileSample or (
191
+ self.sample_config.profileSample == 100
192
+ and self.sample_config.profileSampleType == ProfileSampleType.PERCENTAGE
193
193
  ):
194
194
  return self.raw_dataset
195
195
  return self._get_sampled_dataframe()
@@ -76,8 +76,8 @@ class SamplerInterface(ABC):
76
76
  self._columns: Optional[List[SQALikeColumn]] = None
77
77
  self.sample_config = sample_config
78
78
 
79
- if not self.sample_config.profile_sample:
80
- self.sample_config.profile_sample = 100
79
+ if not self.sample_config.profileSample:
80
+ self.sample_config.profileSample = 100
81
81
 
82
82
  self.entity = entity
83
83
  self.include_columns = include_columns
@@ -76,11 +76,11 @@ class BigQuerySampler(SQASampler):
76
76
  selectable (Table): Table object
77
77
  """
78
78
  if (
79
- self.sample_config.profile_sample_type == ProfileSampleType.PERCENTAGE
79
+ self.sample_config.profileSampleType == ProfileSampleType.PERCENTAGE
80
80
  and self.raw_dataset_type != TableType.View
81
81
  ):
82
82
  return selectable.tablesample(
83
- text(f"{self.sample_config.profile_sample or 100} PERCENT")
83
+ text(f"{self.sample_config.profileSample or 100} PERCENT")
84
84
  )
85
85
 
86
86
  return selectable
@@ -116,7 +116,7 @@ class BigQuerySampler(SQASampler):
116
116
  """get query for sample data"""
117
117
  # TABLESAMPLE SYSTEM is not supported for views
118
118
  if (
119
- self.sample_config.profile_sample_type == ProfileSampleType.PERCENTAGE
119
+ self.sample_config.profileSampleType == ProfileSampleType.PERCENTAGE
120
120
  and self.raw_dataset_type != TableType.View
121
121
  ):
122
122
  return self._base_sample_query(column).cte(
@@ -17,7 +17,7 @@ for the profiler
17
17
  from sqlalchemy import Table, text
18
18
  from sqlalchemy.sql.selectable import CTE
19
19
 
20
- from metadata.generated.schema.entity.data.table import ProfileSampleType
20
+ from metadata.generated.schema.entity.data.table import ProfileSampleType, TableType
21
21
  from metadata.sampler.sqlalchemy.sampler import SQASampler
22
22
 
23
23
 
@@ -32,14 +32,16 @@ class MssqlSampler(SQASampler):
32
32
  Args:
33
33
  selectable (Table): _description_
34
34
  """
35
- if self.sample_config.profile_sample_type == ProfileSampleType.PERCENTAGE:
35
+ if self.entity.tableType != TableType.View:
36
+ if self.sample_config.profileSampleType == ProfileSampleType.PERCENTAGE:
37
+ return selectable.tablesample(
38
+ text(f"{self.sample_config.profileSample or 100} PERCENT")
39
+ )
40
+
36
41
  return selectable.tablesample(
37
- text(f"{self.sample_config.profile_sample or 100} PERCENT")
42
+ text(f"{int(self.sample_config.profileSample or 100)} ROWS")
38
43
  )
39
-
40
- return selectable.tablesample(
41
- text(f"{int(self.sample_config.profile_sample or 100)} ROWS")
42
- )
44
+ return selectable
43
45
 
44
46
  def get_sample_query(self, *, column=None) -> CTE:
45
47
  """get query for sample data"""
@@ -66,7 +66,7 @@ class PostgresSampler(SQASampler):
66
66
  self.sampling_method_type = SamplingMethodType.BERNOULLI
67
67
  if (
68
68
  sample_config
69
- and sample_config.sampling_method_type == SamplingMethodType.SYSTEM
69
+ and sample_config.samplingMethodType == SamplingMethodType.SYSTEM
70
70
  ):
71
71
  self.sampling_fn = func.system
72
72
 
@@ -75,15 +75,15 @@ class PostgresSampler(SQASampler):
75
75
  Args:
76
76
  selectable (Table): _description_
77
77
  """
78
- if self.sample_config.profile_sample_type == ProfileSampleType.PERCENTAGE:
78
+ if self.sample_config.profileSampleType == ProfileSampleType.PERCENTAGE:
79
79
  return selectable.tablesample(
80
- self.sampling_fn(self.sample_config.profile_sample or 100)
80
+ self.sampling_fn(self.sample_config.profileSample or 100)
81
81
  )
82
82
 
83
83
  return selectable
84
84
 
85
85
  def get_sample_query(self, *, column=None) -> Query:
86
- if self.sample_config.profile_sample_type == ProfileSampleType.PERCENTAGE:
86
+ if self.sample_config.profileSampleType == ProfileSampleType.PERCENTAGE:
87
87
  return self._base_sample_query(column).cte(
88
88
  f"{self.raw_dataset.__tablename__}_rnd"
89
89
  )
@@ -111,14 +111,14 @@ class SQASampler(SamplerInterface, SQAInterfaceMixin):
111
111
 
112
112
  def get_sample_query(self, *, column=None) -> Query:
113
113
  """get query for sample data"""
114
- if self.sample_config.profile_sample_type == ProfileSampleType.PERCENTAGE:
114
+ if self.sample_config.profileSampleType == ProfileSampleType.PERCENTAGE:
115
115
  rnd = self._base_sample_query(
116
116
  column,
117
117
  (ModuloFn(RandomNumFn(), 100)).label(RANDOM_LABEL),
118
118
  ).cte(f"{self.raw_dataset.__tablename__}_rnd")
119
119
  session_query = self.client.query(rnd)
120
120
  return session_query.where(
121
- rnd.c.random <= self.sample_config.profile_sample
121
+ rnd.c.random <= self.sample_config.profileSample
122
122
  ).cte(f"{self.raw_dataset.__tablename__}_sample")
123
123
 
124
124
  table_query = self.client.query(self.raw_dataset)
@@ -128,7 +128,7 @@ class SQASampler(SamplerInterface, SQAInterfaceMixin):
128
128
  )
129
129
  return (
130
130
  session_query.order_by(RANDOM_LABEL)
131
- .limit(self.sample_config.profile_sample)
131
+ .limit(self.sample_config.profileSample)
132
132
  .cte(f"{self.raw_dataset.__tablename__}_rnd")
133
133
  )
134
134
 
@@ -140,10 +140,7 @@ class SQASampler(SamplerInterface, SQAInterfaceMixin):
140
140
  if self.sample_query:
141
141
  return self._rdn_sample_from_user_query()
142
142
 
143
- if not self.sample_config.profile_sample or (
144
- int(self.sample_config.profile_sample) == 100
145
- and self.sample_config.profile_sample_type == ProfileSampleType.PERCENTAGE
146
- ):
143
+ if not self.sample_config.profileSample:
147
144
  if self.partition_details:
148
145
  partitioned = self._partitioned_table()
149
146
  return partitioned.cte(f"{self.raw_dataset.__tablename__}_partitioned")
@@ -68,7 +68,7 @@ class SnowflakeSampler(SQASampler):
68
68
  self.sampling_method_type = func.bernoulli
69
69
  if (
70
70
  sample_config
71
- and sample_config.sampling_method_type == SamplingMethodType.SYSTEM
71
+ and sample_config.samplingMethodType == SamplingMethodType.SYSTEM
72
72
  ):
73
73
  self.sampling_method_type = func.system
74
74
 
@@ -77,13 +77,13 @@ class SnowflakeSampler(SQASampler):
77
77
  Args:
78
78
  selectable (Table): _description_
79
79
  """
80
- if self.sample_config.profile_sample_type == ProfileSampleType.PERCENTAGE:
80
+ if self.sample_config.profileSampleType == ProfileSampleType.PERCENTAGE:
81
81
  return selectable.tablesample(
82
- self.sampling_method_type(self.sample_config.profile_sample or 100)
82
+ self.sampling_method_type(self.sample_config.profileSample or 100)
83
83
  )
84
84
 
85
85
  return selectable.tablesample(
86
- func.ROW(text(f"{self.sample_config.profile_sample or 100} ROWS"))
86
+ func.ROW(text(f"{self.sample_config.profileSample or 100} ROWS"))
87
87
  )
88
88
 
89
89
  def get_sample_query(self, *, column=None) -> CTE:
@@ -41,7 +41,7 @@ class TrinoSampler(SQASampler):
41
41
  return self.client.query(entity, label).where(
42
42
  or_(
43
43
  *[
44
- text(f"is_nan({cols.name}) = False")
44
+ text(f'is_nan("{cols.name}") = False')
45
45
  for cols in sqa_columns
46
46
  if type(cols.type) in FLOAT_SET
47
47
  ]