pointblank 0.13.0__tar.gz → 0.13.2__tar.gz

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.
Files changed (408) hide show
  1. {pointblank-0.13.0 → pointblank-0.13.2}/.gitignore +1 -0
  2. {pointblank-0.13.0 → pointblank-0.13.2}/CITATION.cff +1 -1
  3. {pointblank-0.13.0 → pointblank-0.13.2}/PKG-INFO +3 -2
  4. pointblank-0.13.2/docs/user-guide/mcp-quick-start.qmd +309 -0
  5. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/__init__.py +0 -2
  6. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/_constants.py +2 -28
  7. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/_constants_translations.py +54 -0
  8. pointblank-0.13.2/pointblank/_interrogation.py +1849 -0
  9. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/column.py +6 -2
  10. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/datascan.py +3 -2
  11. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/schema.py +155 -1
  12. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/validate.py +459 -222
  13. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank.egg-info/PKG-INFO +3 -2
  14. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank.egg-info/SOURCES.txt +0 -2
  15. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank.egg-info/requires.txt +2 -1
  16. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank_mcp_server/pointblank_server.py +1073 -156
  17. {pointblank-0.13.0 → pointblank-0.13.2}/pyproject.toml +2 -1
  18. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test__interrogation.py +0 -231
  19. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test_datascan.py +1 -1
  20. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test_mcp_server.py +44 -25
  21. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test_segments.py +3 -1
  22. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test_validate.py +735 -2
  23. pointblank-0.13.0/docs/user-guide/mcp-quick-start.qmd +0 -248
  24. pointblank-0.13.0/pointblank/_interrogation.py +0 -2101
  25. pointblank-0.13.0/pointblank/tf.py +0 -287
  26. pointblank-0.13.0/tests/test_tf.py +0 -227
  27. {pointblank-0.13.0 → pointblank-0.13.2}/.github/CODE_OF_CONDUCT.md +0 -0
  28. {pointblank-0.13.0 → pointblank-0.13.2}/.github/ISSUE_TEMPLATE/bug.md +0 -0
  29. {pointblank-0.13.0 → pointblank-0.13.2}/.github/ISSUE_TEMPLATE/feature.md +0 -0
  30. {pointblank-0.13.0 → pointblank-0.13.2}/.github/ISSUE_TEMPLATE/question.md +0 -0
  31. {pointblank-0.13.0 → pointblank-0.13.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  32. {pointblank-0.13.0 → pointblank-0.13.2}/.github/SECURITY.md +0 -0
  33. {pointblank-0.13.0 → pointblank-0.13.2}/.github/workflows/ci-docs.yaml +0 -0
  34. {pointblank-0.13.0 → pointblank-0.13.2}/.github/workflows/ci-tests.yaml +0 -0
  35. {pointblank-0.13.0 → pointblank-0.13.2}/.github/workflows/code-checks.yaml +0 -0
  36. {pointblank-0.13.0 → pointblank-0.13.2}/.pre-commit-config.yaml +0 -0
  37. {pointblank-0.13.0 → pointblank-0.13.2}/.vscode/settings.json +0 -0
  38. {pointblank-0.13.0 → pointblank-0.13.2}/CONTRIBUTING.md +0 -0
  39. {pointblank-0.13.0 → pointblank-0.13.2}/LICENSE +0 -0
  40. {pointblank-0.13.0 → pointblank-0.13.2}/Makefile +0 -0
  41. {pointblank-0.13.0 → pointblank-0.13.2}/README.md +0 -0
  42. {pointblank-0.13.0 → pointblank-0.13.2}/data_raw/game_revenue.csv +0 -0
  43. {pointblank-0.13.0 → pointblank-0.13.2}/data_raw/global_sales.csv +0 -0
  44. {pointblank-0.13.0 → pointblank-0.13.2}/data_raw/global_sales_dataset.qmd +0 -0
  45. {pointblank-0.13.0 → pointblank-0.13.2}/data_raw/nycflights.csv +0 -0
  46. {pointblank-0.13.0 → pointblank-0.13.2}/data_raw/small_table.csv +0 -0
  47. {pointblank-0.13.0 → pointblank-0.13.2}/data_raw/worldcities.csv +0 -0
  48. {pointblank-0.13.0 → pointblank-0.13.2}/data_raw/x-01-parquet.qmd +0 -0
  49. {pointblank-0.13.0 → pointblank-0.13.2}/data_raw/x-02-duckdb.qmd +0 -0
  50. {pointblank-0.13.0 → pointblank-0.13.2}/data_raw/x-03-sqlite.qmd +0 -0
  51. {pointblank-0.13.0 → pointblank-0.13.2}/docs/.gitignore +0 -0
  52. {pointblank-0.13.0 → pointblank-0.13.2}/docs/_extensions/machow/interlinks/.gitignore +0 -0
  53. {pointblank-0.13.0 → pointblank-0.13.2}/docs/_extensions/machow/interlinks/_extension.yml +0 -0
  54. {pointblank-0.13.0 → pointblank-0.13.2}/docs/_extensions/machow/interlinks/interlinks.lua +0 -0
  55. {pointblank-0.13.0 → pointblank-0.13.2}/docs/_quarto.yml +0 -0
  56. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/fav-logo.png +0 -0
  57. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-info-worldcities-csv.png +0 -0
  58. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-info-worldcities-github-csv.png +0 -0
  59. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-make-template.png +0 -0
  60. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-missing-worldcities-csv.png +0 -0
  61. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-preview-game_revenue-all-columns.png +0 -0
  62. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-preview-game_revenue-column-names.png +0 -0
  63. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-preview-game_revenue-column-range.png +0 -0
  64. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-preview-worldcities-csv-no-row-numbers.png +0 -0
  65. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-preview-worldcities-csv.png +0 -0
  66. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-run-worldcities_validation-extracts.png +0 -0
  67. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-run-worldcities_validation-fail-on-warning.png +0 -0
  68. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-run-worldcities_validation-output.png +0 -0
  69. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-run-worldcities_validation.png +0 -0
  70. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-scan-worldcities-csv.png +0 -0
  71. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-validate-exit-code.png +0 -0
  72. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-validate-multi-check.png +0 -0
  73. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-validate-rows-complete-worldcities-csv.png +0 -0
  74. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-validate-rows-distinct-worldcities-csv.png +0 -0
  75. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-validate-show-extract.png +0 -0
  76. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-validate-worldcities-gt-0-population.png +0 -0
  77. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-validate-worldcities-not-null-city_name.png +0 -0
  78. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pb-validate-write-extract.png +0 -0
  79. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pointblank-sales-data.de.png +0 -0
  80. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pointblank-sales-data.es.png +0 -0
  81. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pointblank-sales-data.fr.png +0 -0
  82. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pointblank-sales-data.it.png +0 -0
  83. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pointblank-sales-data.ja.png +0 -0
  84. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pointblank-sales-data.ko.png +0 -0
  85. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pointblank-sales-data.nl.png +0 -0
  86. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pointblank-sales-data.png +0 -0
  87. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pointblank-sales-data.pt-BR.png +0 -0
  88. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pointblank-sales-data.zh-CN.png +0 -0
  89. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pointblank-step-report.png +0 -0
  90. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pointblank-tabular-report.png +0 -0
  91. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/pointblank_logo.svg +0 -0
  92. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/posit-logo-black.svg +0 -0
  93. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/validation-table-diagram.png +0 -0
  94. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/validation-test-units.png +0 -0
  95. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/vhs/.gitignore +0 -0
  96. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/vhs/cli-cicd-workflows.gif +0 -0
  97. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/vhs/cli-cicd-workflows.tape +0 -0
  98. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/vhs/cli-complete-workflow.gif +0 -0
  99. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/vhs/cli-complete-workflow.tape +0 -0
  100. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/vhs/cli-data-exploration.gif +0 -0
  101. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/vhs/cli-data-exploration.tape +0 -0
  102. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/vhs/cli-essential-validations.gif +0 -0
  103. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/vhs/cli-essential-validations.tape +0 -0
  104. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/vhs/cli-getting-started.gif +0 -0
  105. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/vhs/cli-getting-started.tape +0 -0
  106. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/vhs/cli-using-polars.gif +0 -0
  107. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/vhs/cli-using-polars.tape +0 -0
  108. {pointblank-0.13.0 → pointblank-0.13.2}/docs/assets/vhs/validation.py +0 -0
  109. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/all-about-actions/index.qmd +0 -0
  110. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/index.qmd +0 -0
  111. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/intro-pointblank/index.qmd +0 -0
  112. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/intro-pointblank/pointblank-localized.png +0 -0
  113. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/intro-pointblank/step_report.png +0 -0
  114. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/intro-pointblank/validation-table-diagram.png +0 -0
  115. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/intro-pointblank/validation-test-units.png +0 -0
  116. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/lets-workshop-together/index.qmd +0 -0
  117. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/overhauled-user-guide/advanced-in-sidebar.png +0 -0
  118. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/overhauled-user-guide/breadth-and-depth.png +0 -0
  119. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/overhauled-user-guide/explanation-of-visual.png +0 -0
  120. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/overhauled-user-guide/index.qmd +0 -0
  121. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/overhauled-user-guide/links-in-guide.png +0 -0
  122. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/overhauled-user-guide/segments.png +0 -0
  123. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/overhauled-user-guide/step-report.png +0 -0
  124. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/overhauled-user-guide/validation-three-things.png +0 -0
  125. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/pointblank_blog_logo.png +0 -0
  126. {pointblank-0.13.0 → pointblank-0.13.2}/docs/blog/validation-libs-2025/index.qmd +0 -0
  127. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/01-starter/index.qmd +0 -0
  128. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/02-advanced/index.qmd +0 -0
  129. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/03-data-extracts/index.qmd +0 -0
  130. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/04-sundered-data/index.qmd +0 -0
  131. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/05-step-report-column-check/index.qmd +0 -0
  132. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/06-step-report-schema-check/index.qmd +0 -0
  133. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/07-validation-with-actions/index.qmd +0 -0
  134. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/08-validation-with-final-actions/index.qmd +0 -0
  135. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/apply-checks-to-several-columns/index.qmd +0 -0
  136. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/check-for-freshness/index.qmd +0 -0
  137. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/check-row-column-counts/index.qmd +0 -0
  138. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/checks-for-missing/index.qmd +0 -0
  139. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/cli-interactive/index.qmd +0 -0
  140. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/col-vals-custom-expr/index.qmd +0 -0
  141. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/column-selector-functions/index.qmd +0 -0
  142. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/comparisons-across-columns/index.qmd +0 -0
  143. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/custom-validation-specially/index.qmd +0 -0
  144. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/data/game_revenue.parquet +0 -0
  145. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/expect-no-duplicate-rows/index.qmd +0 -0
  146. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/expect-no-duplicate-values/index.qmd +0 -0
  147. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/expect-text-pattern/index.qmd +0 -0
  148. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/failure-thresholds/index.qmd +0 -0
  149. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/img/advanced_validation.png +0 -0
  150. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/img/data_extracts.png +0 -0
  151. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/img/starter_validation.png +0 -0
  152. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/img/step_report_column_schema.png +0 -0
  153. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/img/step_report_column_values.png +0 -0
  154. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/img/sundered_data.png +0 -0
  155. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/img/validation_with_actions.png +0 -0
  156. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/img/validation_with_final_actions.png +0 -0
  157. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/index.qmd +0 -0
  158. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/mutate-table-in-step/index.qmd +0 -0
  159. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/numeric-comparisons/index.qmd +0 -0
  160. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/schema-check/index.qmd +0 -0
  161. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/set-membership/index.qmd +0 -0
  162. {pointblank-0.13.0 → pointblank-0.13.2}/docs/demos/using-parquet-data/index.qmd +0 -0
  163. {pointblank-0.13.0 → pointblank-0.13.2}/docs/index.qmd +0 -0
  164. {pointblank-0.13.0 → pointblank-0.13.2}/docs/scripts/post-render.py +0 -0
  165. {pointblank-0.13.0 → pointblank-0.13.2}/docs/styles.css +0 -0
  166. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/actions.qmd +0 -0
  167. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/assertions.qmd +0 -0
  168. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/briefs.qmd +0 -0
  169. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/cli-data-inspection.qmd +0 -0
  170. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/cli-data-validation.qmd +0 -0
  171. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/cli-reference.qmd +0 -0
  172. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/col-summary-tbl.qmd +0 -0
  173. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/column-selection-patterns.qmd +0 -0
  174. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/draft-validation.qmd +0 -0
  175. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/expressions.qmd +0 -0
  176. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/extracts.qmd +0 -0
  177. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/index.qmd +0 -0
  178. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/installation.qmd +0 -0
  179. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/langs.qmd +0 -0
  180. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/missing-vals-tbl.qmd +0 -0
  181. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/preprocessing.qmd +0 -0
  182. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/preview.qmd +0 -0
  183. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/schema-validation.qmd +0 -0
  184. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/segmentation.qmd +0 -0
  185. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/step-reports.qmd +0 -0
  186. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/sundering.qmd +0 -0
  187. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/thresholds.qmd +0 -0
  188. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/validation-methods.qmd +0 -0
  189. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/validation-overview.qmd +0 -0
  190. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/yaml-reference.qmd +0 -0
  191. {pointblank-0.13.0 → pointblank-0.13.2}/docs/user-guide/yaml-validation-workflows.qmd +0 -0
  192. {pointblank-0.13.0 → pointblank-0.13.2}/images/pointblank-tabular-report.png +0 -0
  193. {pointblank-0.13.0 → pointblank-0.13.2}/images/pointblank_logo.svg +0 -0
  194. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/_constants_docs.py +0 -0
  195. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/_datascan_utils.py +0 -0
  196. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/_typing.py +0 -0
  197. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/_utils.py +0 -0
  198. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/_utils_check_args.py +0 -0
  199. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/_utils_html.py +0 -0
  200. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/actions.py +0 -0
  201. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/assistant.py +0 -0
  202. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/cli.py +0 -0
  203. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/compare.py +0 -0
  204. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/data/api-docs.txt +0 -0
  205. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/data/game_revenue-duckdb.zip +0 -0
  206. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/data/game_revenue.zip +0 -0
  207. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/data/global_sales-duckdb.zip +0 -0
  208. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/data/global_sales.zip +0 -0
  209. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/data/nycflights-duckdb.zip +0 -0
  210. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/data/nycflights.zip +0 -0
  211. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/data/polars-api-docs.txt +0 -0
  212. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/data/small_table-duckdb.zip +0 -0
  213. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/data/small_table.zip +0 -0
  214. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/draft.py +0 -0
  215. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/scan_profile.py +0 -0
  216. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/scan_profile_stats.py +0 -0
  217. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/segments.py +0 -0
  218. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/thresholds.py +0 -0
  219. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank/yaml.py +0 -0
  220. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank.egg-info/dependency_links.txt +0 -0
  221. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank.egg-info/entry_points.txt +0 -0
  222. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank.egg-info/top_level.txt +0 -0
  223. {pointblank-0.13.0 → pointblank-0.13.2}/pointblank_mcp_server/readme.md +0 -0
  224. {pointblank-0.13.0 → pointblank-0.13.2}/setup.cfg +0 -0
  225. {pointblank-0.13.0 → pointblank-0.13.2}/tests/__init__.py +0 -0
  226. {pointblank-0.13.0 → pointblank-0.13.2}/tests/manual_tests/schema_step_reports.qmd +0 -0
  227. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_datascan/test_col_summary_tbl_duckdb_snap/col_summary_html_duckdb.html +0 -0
  228. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_datascan/test_col_summary_tbl_pandas_snap/col_summary_html_pandas.html +0 -0
  229. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_datascan/test_col_summary_tbl_polars_snap/col_summary_html_polars.html +0 -0
  230. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_comprehensive_validation_report_html_snap/comprehensive_validation_report.html +0 -0
  231. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_01/schema_step_report_01-0.txt +0 -0
  232. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_01_1/schema_step_report_01-1.txt +0 -0
  233. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_01_2/schema_step_report_01-2.txt +0 -0
  234. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_01_3/schema_step_report_01-3.txt +0 -0
  235. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_02/schema_step_report_02-0.txt +0 -0
  236. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_02_1/schema_step_report_02-1.txt +0 -0
  237. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_02_2/schema_step_report_02-2.txt +0 -0
  238. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_02_3/schema_step_report_02-3.txt +0 -0
  239. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_03/schema_step_report_03-0.txt +0 -0
  240. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_03_1/schema_step_report_03-1.txt +0 -0
  241. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_03_2/schema_step_report_03-2.txt +0 -0
  242. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_03_3/schema_step_report_03-3.txt +0 -0
  243. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_04/schema_step_report_04-0.txt +0 -0
  244. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_05/schema_step_report_05-0.txt +0 -0
  245. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_06/schema_step_report_06-0.txt +0 -0
  246. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_07/schema_step_report_07-0.txt +0 -0
  247. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_08/schema_step_report_08-0.txt +0 -0
  248. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_09/schema_step_report_09-0.txt +0 -0
  249. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_10/schema_step_report_10-0.txt +0 -0
  250. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_11/schema_step_report_11-0.txt +0 -0
  251. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_12/schema_step_report_12-0.txt +0 -0
  252. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_13/schema_step_report_13-0.txt +0 -0
  253. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_14/schema_step_report_14-0.txt +0 -0
  254. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_14_1/schema_step_report_14-1.txt +0 -0
  255. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_15/schema_step_report_15-0.txt +0 -0
  256. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_15_1/schema_step_report_15-1.txt +0 -0
  257. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_16/schema_step_report_16-0.txt +0 -0
  258. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_16_1/schema_step_report_16-1.txt +0 -0
  259. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_17/schema_step_report_17-0.txt +0 -0
  260. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_17_1/schema_step_report_17-1.txt +0 -0
  261. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_18/schema_step_report_18-0.txt +0 -0
  262. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_18_1/schema_step_report_18-1.txt +0 -0
  263. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_19/schema_step_report_19-0.txt +0 -0
  264. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_19_1/schema_step_report_19-1.txt +0 -0
  265. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_20/schema_step_report_20-0.txt +0 -0
  266. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_20_1/schema_step_report_20-1.txt +0 -0
  267. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_21/schema_step_report_21-0.txt +0 -0
  268. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_21_1/schema_step_report_21-1.txt +0 -0
  269. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_21_2/schema_step_report_21-2.txt +0 -0
  270. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_21_3/schema_step_report_21-3.txt +0 -0
  271. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_22/schema_step_report_22-0.txt +0 -0
  272. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_22_1/schema_step_report_22-1.txt +0 -0
  273. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_23/schema_step_report_23-0.txt +0 -0
  274. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_23_1/schema_step_report_23-1.txt +0 -0
  275. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_24/schema_step_report_24-0.txt +0 -0
  276. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_24_1/schema_step_report_24-1.txt +0 -0
  277. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_24_2/schema_step_report_24-2.txt +0 -0
  278. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_24_3/schema_step_report_24-3.txt +0 -0
  279. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_25/schema_step_report_25-0.txt +0 -0
  280. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_25_1/schema_step_report_25-1.txt +0 -0
  281. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_25_2/schema_step_report_25-2.txt +0 -0
  282. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_25_3/schema_step_report_25-3.txt +0 -0
  283. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_25_4/schema_step_report_25-4.txt +0 -0
  284. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_step_report_25_5/schema_step_report_25-5.txt +0 -0
  285. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_01-0.txt +0 -0
  286. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_02-0.txt +0 -0
  287. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_03-0.txt +0 -0
  288. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_04-0.txt +0 -0
  289. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_05-0.txt +0 -0
  290. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_06-0.txt +0 -0
  291. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_07-0.txt +0 -0
  292. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_08-0.txt +0 -0
  293. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_09-0.txt +0 -0
  294. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_10-0.txt +0 -0
  295. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_11-0.txt +0 -0
  296. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_12-0.txt +0 -0
  297. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_13-0.txt +0 -0
  298. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_14-0.txt +0 -0
  299. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_14-1.txt +0 -0
  300. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_15-0.txt +0 -0
  301. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_15-1.txt +0 -0
  302. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_16-0.txt +0 -0
  303. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_16-1.txt +0 -0
  304. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_17-0.txt +0 -0
  305. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_17-1.txt +0 -0
  306. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_18-0.txt +0 -0
  307. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_18-1.txt +0 -0
  308. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_19-0.txt +0 -0
  309. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_19-1.txt +0 -0
  310. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_20-0.txt +0 -0
  311. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_20-1.txt +0 -0
  312. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_21-0.txt +0 -0
  313. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_21-1.txt +0 -0
  314. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_21-2.txt +0 -0
  315. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_21-3.txt +0 -0
  316. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_22-0.txt +0 -0
  317. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_22-1.txt +0 -0
  318. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_23-0.txt +0 -0
  319. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_23-1.txt +0 -0
  320. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_24-0.txt +0 -0
  321. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_24-1.txt +0 -0
  322. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_24-2.txt +0 -0
  323. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_24-3.txt +0 -0
  324. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-0.txt +0 -0
  325. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-1.txt +0 -0
  326. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-2.txt +0 -0
  327. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-3.txt +0 -0
  328. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-4.txt +0 -0
  329. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-5.txt +0 -0
  330. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_no_interrogation_validation_report_html_snap/no_interrogation_validation_report.html +0 -0
  331. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_no_steps_validation_report_html_snap/no_steps_validation_report.html +0 -0
  332. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_briefs_global_local_html/validation_report_briefs_global_local.html +0 -0
  333. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_briefs_html/validation_report_with_briefs.html +0 -0
  334. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_interrogate_snap/tbl_duckdb/validation_report.json +0 -0
  335. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_interrogate_snap/tbl_parquet/validation_report.json +0 -0
  336. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_interrogate_snap/tbl_pd/validation_report.json +0 -0
  337. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_interrogate_snap/tbl_pl/validation_report.json +0 -0
  338. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_interrogate_snap/tbl_pyspark/validation_report.json +0 -0
  339. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_interrogate_snap/tbl_sqlite/validation_report.json +0 -0
  340. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_no_interrogate_snap/tbl_duckdb/validation_report.json +0 -0
  341. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_no_interrogate_snap/tbl_parquet/validation_report.json +0 -0
  342. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_no_interrogate_snap/tbl_pd/validation_report.json +0 -0
  343. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_no_interrogate_snap/tbl_pl/validation_report.json +0 -0
  344. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_no_interrogate_snap/tbl_pyspark/validation_report.json +0 -0
  345. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_no_interrogate_snap/tbl_sqlite/validation_report.json +0 -0
  346. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_segments_html/duckdb/validation_report_segments.html +0 -0
  347. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_segments_html/pandas/validation_report_segments.html +0 -0
  348. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_segments_html/polars/validation_report_segments.html +0 -0
  349. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_segments_with_pre_html/polars/validation_report_segments_with_pre.html +0 -0
  350. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_segments_with_pre_html/validation_report_segments_with_pre.html +0 -0
  351. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_use_fields_snap/tbl_duckdb/validation_report.json +0 -0
  352. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_use_fields_snap/tbl_parquet/validation_report.json +0 -0
  353. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_use_fields_snap/tbl_pd/validation_report.json +0 -0
  354. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_use_fields_snap/tbl_pl/validation_report.json +0 -0
  355. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_use_fields_snap/tbl_pyspark/validation_report.json +0 -0
  356. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_report_use_fields_snap/tbl_sqlite/validation_report.json +0 -0
  357. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_with_selector_helper_functions_no_match_snap/tbl_memtable_variable_names/selector_helper_functions_no_match.html +0 -0
  358. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_with_selector_helper_functions_no_match_snap/tbl_pd_variable_names/selector_helper_functions_no_match.html +0 -0
  359. {pointblank-0.13.0 → pointblank-0.13.2}/tests/snapshots/test_validate/test_validation_with_selector_helper_functions_no_match_snap/tbl_pl_variable_names/selector_helper_functions_no_match.html +0 -0
  360. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/parquet_data/data_a.parquet +0 -0
  361. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/parquet_data/data_b.parquet +0 -0
  362. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/parquet_data/subdir/nested_data.parquet +0 -0
  363. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/partitioned_sales/status=cancelled/0.parquet +0 -0
  364. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/partitioned_sales/status=delivered/0.parquet +0 -0
  365. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/partitioned_sales/status=pending/0.parquet +0 -0
  366. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/partitioned_sales/status=returned/0.parquet +0 -0
  367. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/partitioned_sales/status=shipped/0.parquet +0 -0
  368. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/partitioned_small_table/f=high/0.parquet +0 -0
  369. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/partitioned_small_table/f=low/0.parquet +0 -0
  370. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/partitioned_small_table/f=mid/0.parquet +0 -0
  371. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/taxi_part_01.parquet +0 -0
  372. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/taxi_part_02.parquet +0 -0
  373. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/taxi_part_03.parquet +0 -0
  374. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/taxi_sample.parquet +0 -0
  375. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/tbl_dates_times_text.ddb +0 -0
  376. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/tbl_dates_times_text.parquet +0 -0
  377. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/tbl_dates_times_text.sqlite +0 -0
  378. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/tbl_true_dates_times.ddb +0 -0
  379. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/tbl_xyz.ddb +0 -0
  380. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/tbl_xyz.parquet +0 -0
  381. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/tbl_xyz.sqlite +0 -0
  382. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/tbl_xyz_missing.ddb +0 -0
  383. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/tbl_xyz_missing.parquet +0 -0
  384. {pointblank-0.13.0 → pointblank-0.13.2}/tests/tbl_files/tbl_xyz_missing.sqlite +0 -0
  385. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test__utils.py +0 -0
  386. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test__utils_check_args.py +0 -0
  387. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test_actions.py +0 -0
  388. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test_assistant.py +0 -0
  389. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test_cli.py +0 -0
  390. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test_column.py +0 -0
  391. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test_compare.py +0 -0
  392. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test_draft.py +0 -0
  393. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test_mcp_integration.py +0 -0
  394. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test_meta.py +0 -0
  395. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test_schema.py +0 -0
  396. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test_thresholds.py +0 -0
  397. {pointblank-0.13.0 → pointblank-0.13.2}/tests/test_yaml.py +0 -0
  398. {pointblank-0.13.0 → pointblank-0.13.2}/translations/README.ar.md +0 -0
  399. {pointblank-0.13.0 → pointblank-0.13.2}/translations/README.de.md +0 -0
  400. {pointblank-0.13.0 → pointblank-0.13.2}/translations/README.es.md +0 -0
  401. {pointblank-0.13.0 → pointblank-0.13.2}/translations/README.fr.md +0 -0
  402. {pointblank-0.13.0 → pointblank-0.13.2}/translations/README.hi.md +0 -0
  403. {pointblank-0.13.0 → pointblank-0.13.2}/translations/README.it.md +0 -0
  404. {pointblank-0.13.0 → pointblank-0.13.2}/translations/README.ja.md +0 -0
  405. {pointblank-0.13.0 → pointblank-0.13.2}/translations/README.ko.md +0 -0
  406. {pointblank-0.13.0 → pointblank-0.13.2}/translations/README.nl.md +0 -0
  407. {pointblank-0.13.0 → pointblank-0.13.2}/translations/README.pt-BR.md +0 -0
  408. {pointblank-0.13.0 → pointblank-0.13.2}/translations/README.zh-CN.md +0 -0
@@ -134,3 +134,4 @@ benchmark/data/*.json
134
134
 
135
135
  uv.lock
136
136
  memory
137
+ .vscode/mcp.json
@@ -3,7 +3,7 @@ message: 'If you wish to cite the "Pointblank" package use:'
3
3
  type: software
4
4
  license: MIT
5
5
  title: "Pointblank: Find out if your data is what you think it is"
6
- version: 0.12.2
6
+ version: 0.13.1
7
7
  abstract: Validate data in Polars and Pandas DataFrames and database tables.
8
8
  Validation pipelines can be made using easily-readable, consecutive validation
9
9
  steps. Upon execution of the validation plan, several reporting options are available.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pointblank
3
- Version: 0.13.0
3
+ Version: 0.13.2
4
4
  Summary: Find out if your data is what you think it is.
5
5
  Author-email: Richard Iannone <riannone@me.com>
6
6
  License: MIT License
@@ -49,10 +49,11 @@ Requires-Dist: requests>=2.31.0
49
49
  Requires-Dist: click>=8.0.0
50
50
  Requires-Dist: rich>=13.0.0
51
51
  Requires-Dist: pyyaml>=6.0.0
52
+ Requires-Dist: polars>=1.33.0
52
53
  Provides-Extra: pd
53
54
  Requires-Dist: pandas>=2.2.3; extra == "pd"
54
55
  Provides-Extra: pl
55
- Requires-Dist: polars>=1.24.0; extra == "pl"
56
+ Requires-Dist: polars>=1.33.0; extra == "pl"
56
57
  Provides-Extra: pyspark
57
58
  Requires-Dist: pyspark==3.5.6; extra == "pyspark"
58
59
  Provides-Extra: generate
@@ -0,0 +1,309 @@
1
+ ---
2
+ title: "MCP Quick Start"
3
+ jupyter: python3
4
+ toc-expand: 2
5
+ html-table-processing: none
6
+ ---
7
+
8
+ ## Getting Started in 5 Minutes
9
+
10
+ Transform your data validation workflow with conversational AI in VS Code or Positron IDE. Here are three simple steps to start validating data through conversation (and no complex configuration required).
11
+
12
+ ### 1. Install
13
+
14
+ ```bash
15
+ pip install pointblank[mcp]
16
+ ```
17
+
18
+ ### 2. Configure Your IDE
19
+
20
+ **For VS Code**:
21
+
22
+ **Option 1: Workspace Configuration (Recommended for teams)**
23
+
24
+ 1. Create a `.vscode/mcp.json` file in your project folder
25
+ 2. Add this configuration:
26
+
27
+ ```json
28
+ {
29
+ "servers": {
30
+ "pointblank": {
31
+ "command": "python",
32
+ "args": ["-m", "pointblank_mcp_server.pointblank_server"]
33
+ }
34
+ }
35
+ }
36
+ ```
37
+
38
+ **Option 2: User Configuration (Personal use)**
39
+
40
+ 1. Run command: `MCP: Open User Configuration` (Cmd/Ctrl + Shift + P)
41
+ 2. Add the same JSON configuration above
42
+
43
+ > ⚠️ **Security Note**: Only add MCP servers from trusted sources. VS Code will ask you to confirm trust when starting the server for the first time.
44
+
45
+ **For Positron**:
46
+
47
+ 1. Open Positron Settings
48
+ 2. Navigate to MCP Server configuration
49
+ 3. Add the configuration (format may vary)
50
+
51
+ > **Note**: If you don't see MCP settings, you may need to install an MCP extension first. Search for "MCP" in the Extensions marketplace.
52
+
53
+ ### 3. Start Chatting
54
+
55
+ ```
56
+ "Load my sales data and check its quality"
57
+ ```
58
+
59
+ That's basically how you get started.
60
+
61
+ ## Essential Commands
62
+
63
+ Master these five command patterns and you'll be able to handle most data validation scenarios. Think of these as your fundamental vocabulary for talking to Pointblank.
64
+
65
+ ### Load Data
66
+
67
+ ```
68
+ "Load the file /path/to/data.csv"
69
+ "Load my Netflix dataset from the working directory"
70
+ "Load the CSV file with sales metrics"
71
+ "Load customer_data.csv as my main dataset"
72
+ ```
73
+
74
+ ### Explore Data
75
+
76
+ ```
77
+ "Analyze the data for netflix_data"
78
+ "Show me a preview of the loaded data"
79
+ "Create a column summary table"
80
+ "Generate a missing values analysis"
81
+ ```
82
+
83
+ **What you'll get**: Comprehensive data profiling with statistics including missing values, data types, distributions, and summary statistics for each column. The preview and summary tables are automatically generated as beautiful HTML files that open in your browser. This gives you a complete picture of your dataset's structure and characteristics before you define quality rules.
84
+
85
+ ### Check Quality
86
+
87
+ ```
88
+ "Create a validator for netflix_data"
89
+ "Add validation that ratings are between 0 and 10"
90
+ "Check that all release years are reasonable"
91
+ "Apply the basic_quality template"
92
+ ```
93
+
94
+ **What you'll get**: Actual data quality validation that checks your data against business rules and domain knowledge. This tells you if your data meets your specific quality requirements and identifies rows that fail validation criteria.
95
+
96
+ ### Create Data Validations
97
+
98
+ ```
99
+ "Add validation that show_id values are unique"
100
+ "Check that cast field is not empty for movies"
101
+ "Ensure vote_count is greater than 0"
102
+ "Validate that country field follows ISO format"
103
+ ```
104
+
105
+ **What you'll get**: Individual validation rules added to your validator. Each rule tests a specific business requirement and can be customized with thresholds and actions.
106
+
107
+ ### Run and Export
108
+
109
+ ```
110
+ "Run the validation and show results"
111
+ "Export validation failures to CSV"
112
+ "Get failed rows for step 2"
113
+ "Save the validation report"
114
+ ```
115
+
116
+ ---
117
+
118
+ ## Top Three Use Cases
119
+
120
+ Once you have Pointblank set up, these scenarios show the most common and powerful ways to use natural language data validation. Each example demonstrates the conversational flow and immediate value you'll experience.
121
+
122
+ ### 1. 📊 Quick Data Check
123
+
124
+ **When**: You get a new dataset
125
+
126
+ ```
127
+ 👤 "I just got netflix_data.csv. Is it clean?"
128
+ 🤖 "Loading dataset... Found 16,000 movies/shows with 18 columns.
129
+ Quality analysis complete:
130
+ - ✅ No duplicate show IDs
131
+ - ⚠️ 466 missing countries (2.9%)
132
+ - ⚠️ 132 missing directors (0.8%)
133
+ Opening data preview in your browser..."
134
+ ```
135
+
136
+ ### 2. 🔄 Daily Validation
137
+
138
+ **When**: Regular data quality checks
139
+
140
+ ```
141
+ 👤 "Apply the basic_quality template to my data"
142
+ 🤖 "Creating validator with basic quality checks...
143
+ ✅ Data types validated
144
+ ✅ Missing value thresholds checked
145
+ ✅ Duplicate detection passed
146
+ Validation complete! All checks passed."
147
+ ```
148
+
149
+ ### 3. 🚨 Issue Investigation
150
+
151
+ **When**: Something looks wrong
152
+
153
+ ```
154
+ 👤 "Show me movies with ratings above 9.5"
155
+ 🤖 "Creating validator for high ratings...
156
+ Found 47 entries with ratings > 9.5
157
+ Exporting suspicious rows to CSV
158
+ Most are documentaries - could be valid!"
159
+ ```
160
+
161
+ These examples show how natural conversation can quickly identify and resolve data quality issues that might take hours to diagnose manually.
162
+
163
+ ## Core Capabilities
164
+
165
+ Pointblank's MCP server provides powerful tools for comprehensive data validation with beautiful, interactive HTML reports:
166
+
167
+ ### Data Exploration
168
+
169
+ - **Interactive HTML previews** with automatic browser opening showing head/tail rows
170
+ - **Column summary tables** with detailed statistics and color-coded data types
171
+ - **Missing values analysis** with visual patterns and percentages
172
+ - **Data quality analysis** with comprehensive profiling insights
173
+
174
+ ### Validation Workflows
175
+
176
+ - **Validator creation** with flexible thresholds and configuration
177
+ - **Many validation types** for comprehensive data quality checking
178
+ - **Step-by-step validation** building with natural language commands
179
+ - **Template-based validation** for common data quality patterns
180
+
181
+ ### HTML Reports & Analysis
182
+
183
+ - **Interactive validation reports** automatically opened in your browser
184
+ - **Timestamped HTML files** for easy sharing and documentation
185
+ - **Python code generation** for reproducible validation scripts
186
+
187
+ All interactions use natural language, making advanced data validation accessible to users at any technical level while producing publication-ready HTML reports.
188
+
189
+ ## Common Validation Rules
190
+
191
+ Understanding what validation rules to ask for will help you quickly build comprehensive data quality checks. These examples cover the most frequent validation scenarios using Pointblank's built-in validation functions.
192
+
193
+ ### Data Integrity
194
+
195
+ - "Check for duplicate show IDs"
196
+ - "Ensure no missing required fields like title"
197
+ - "Validate that release years are between 1900 and 2025"
198
+
199
+ ### Business Logic
200
+
201
+ - "Ratings must be between 0 and 10"
202
+ - "Budget must be positive numbers"
203
+ - "Duration should be greater than 0"
204
+
205
+ ### Cross-Field Validation
206
+
207
+ - "Release year should match date_added year"
208
+ - "Vote count should correlate with popularity"
209
+ - "Movies should have directors specified"
210
+
211
+ ### Available Templates
212
+
213
+ Pointblank includes pre-built validation templates:
214
+
215
+ - `basic_quality` - Essential data quality checks
216
+ - `financial_data` - Money and numeric validations
217
+ - `customer_data` - Personal information validations
218
+ - `sensor_data` - Time series and measurement checks
219
+ - `survey_data` - Response and rating validations
220
+
221
+ These rule patterns can be combined and customized for your specific data and business requirements. The natural language interface makes it easy to express complex validation logic without learning technical syntax.
222
+
223
+ ## Some Tips and Tricks
224
+
225
+ These recommendations will help you get more value from your Pointblank MCP server and avoid some common pitfalls.
226
+
227
+ ### Talk Naturally
228
+
229
+ ✅ **Good:** "Check if customer emails look valid"
230
+
231
+ ❌ **Avoid:** "Execute col_vals_regex on email column"
232
+
233
+ ### Provide Context
234
+
235
+ ✅ **Good:** "This is for the board presentation"
236
+
237
+ ❌ **Avoid:** Just asking for validation without explanation
238
+
239
+ ### Build Incrementally
240
+
241
+ 1. Start with data profiling
242
+ 2. Add basic validation rules
243
+ 3. Create templates for reuse
244
+ 4. Set up automated checks
245
+
246
+ ### Save Templates
247
+
248
+ ```
249
+ "Save these rules as 'customer_validation'"
250
+ "Apply the financial_data template"
251
+ "Use our standard survey validation"
252
+ ```
253
+
254
+ ### Interactive Visual Tables
255
+
256
+ Pointblank automatically generates beautiful, interactive HTML tables for data exploration:
257
+
258
+ ```
259
+ "Show me a preview of the data"
260
+ "Generate a column summary table"
261
+ "Create a missing values analysis"
262
+ ```
263
+
264
+ These commands create professional HTML tables with:
265
+
266
+ - **Color-coded data types** (numeric in purple, text in yellow)
267
+ - **Gradient styling** tailored to each table type
268
+ - **Automatic browser opening** for immediate viewing
269
+ - **Timestamped files** for easy reference and sharing
270
+
271
+ The tables open automatically in your default browser, making it easy to share data insights with colleagues or include in presentations.
272
+
273
+ These practices help you build data quality workflows that scale with your needs while remaining accessible to those with varying technical backgrounds.
274
+
275
+ ## File Support
276
+
277
+ Pointblank works with many major data file formats, making it easy to validate data regardless of how it's stored. This support means you can maintain consistent validation practices across your entire data ecosystem.
278
+
279
+ | Type | Extensions | Example | Backend Support |
280
+ |------|------------|---------|-----------------|
281
+ | **CSV** | `.csv` | `sales_data.csv` | pandas, polars |
282
+ | **Parquet** | `.parquet` | `big_data.parquet` | pandas, polars |
283
+ | **JSON** | `.json` | `api_response.json` | pandas, polars |
284
+ | **JSON Lines** | `.jsonl` | `streaming_data.jsonl` | pandas, polars |
285
+
286
+ The consistent natural language interface works the same regardless of file format, so you can focus on validation logic rather than technical details. Polars provides faster processing for large datasets, while Pandas offers broader format support.
287
+
288
+ ## Quick Troubleshooting
289
+
290
+ When you encounter issues, these quick fixes resolve the most common problems. Furthermore, the natural language interface means you can always ask for help and explanations.
291
+
292
+ | Problem | Quick Fix |
293
+ |---------|-----------|
294
+ | "File not found" | Use absolute path: `/Users/name/Downloads/data.csv` |
295
+ | "DataFrame not found" | Check loaded datasets with "List my loaded dataframes" |
296
+ | "Validator not found" | Use "List active validators" to see available validators |
297
+ | "Validation too slow" | Try "Use pandas backend" or sample your data first |
298
+ | "HTML tables won't open" | Check your default browser settings |
299
+ | "Need validation ideas" | Ask "Show me validation templates" or "Suggest validations for my data" |
300
+
301
+ **Browser Issues**: The HTML tables automatically open in your default browser. If they don't appear, check that your browser isn't blocking pop-ups and that you have a default browser set in your system preferences.
302
+
303
+ Remember, you can always ask the AI to explain what's happening or suggest solutions when you run into problems.
304
+
305
+ ## Now You're Ready!
306
+
307
+ You now have everything needed to start validating data through conversation. The beauty of Pointblank's MCP server is that it grows with your expertise: start simple and gradually build more sophisticated validation workflows as you become comfortable with the interface.
308
+
309
+ Start with simple commands and build up to more complex validation workflows. The AI will guide you through the process and help you create robust data quality checks!
@@ -26,7 +26,6 @@ from pointblank.datascan import DataScan, col_summary_tbl
26
26
  from pointblank.draft import DraftValidation
27
27
  from pointblank.schema import Schema
28
28
  from pointblank.segments import seg_group
29
- from pointblank.tf import TF
30
29
  from pointblank.thresholds import Actions, FinalActions, Thresholds
31
30
  from pointblank.validate import (
32
31
  Validate,
@@ -49,7 +48,6 @@ from pointblank.yaml import (
49
48
 
50
49
  __all__ = [
51
50
  "assistant",
52
- "TF",
53
51
  "Validate",
54
52
  "Thresholds",
55
53
  "Actions",
@@ -9,8 +9,8 @@ GENERAL_COLUMN_TYPES = [
9
9
  COMPATIBLE_DTYPES = {
10
10
  "gt": ["numeric", "datetime"],
11
11
  "lt": ["numeric", "datetime"],
12
- "eq": ["numeric", "datetime"],
13
- "ne": ["numeric", "datetime"],
12
+ "eq": ["numeric", "datetime", "str"],
13
+ "ne": ["numeric", "datetime", "str"],
14
14
  "ge": ["numeric", "datetime"],
15
15
  "le": ["numeric", "datetime"],
16
16
  "between": ["numeric", "datetime"],
@@ -47,32 +47,6 @@ ASSERTION_TYPE_METHOD_MAP = {
47
47
  "specially": "specially",
48
48
  }
49
49
 
50
- METHOD_CATEGORY_MAP = {
51
- "gt": "COMPARE_ONE",
52
- "lt": "COMPARE_ONE",
53
- "eq": "COMPARE_ONE",
54
- "ne": "COMPARE_ONE",
55
- "ge": "COMPARE_ONE",
56
- "le": "COMPARE_ONE",
57
- "not": "COMPARE_ONE",
58
- "null": "COMPARE_ONE",
59
- "not_null": "COMPARE_ONE",
60
- "between": "COMPARE_TWO",
61
- "outside": "COMPARE_TWO",
62
- "in_set": "COMPARE_SET",
63
- "not_in_set": "COMPARE_SET",
64
- "regex": "COMPARE_REGEX",
65
- "col_exists": "COL_EXISTS_HAS_TYPE",
66
- "expr": "COMPARE_EXPR",
67
- "rows_distinct": "ROWS_DISTINCT",
68
- "rows_complete": "ROWS_COMPLETE",
69
- "col_schema_match": "COL_SCHEMA_MATCH",
70
- "row_count_match": "ROW_COUNT_MATCH",
71
- "col_count_match": "COL_COUNT_MATCH",
72
- "conjointly": "CONJOINTLY",
73
- "specially": "SPECIALLY",
74
- }
75
-
76
50
  COMPARISON_OPERATORS = {
77
51
  "col_vals_gt": ">",
78
52
  "col_vals_ge": ">=",
@@ -1843,6 +1843,33 @@ STEP_REPORT_TEXT = {
1843
1843
  "hi": "{column} Null नहीं है",
1844
1844
  "el": "{column} δεν είναι Null",
1845
1845
  },
1846
+ "column_expr": {
1847
+ "en": "The following column expression holds: {values}",
1848
+ "fr": "L'expression de colonne suivante est vraie : {values}",
1849
+ "de": "Der folgende Spaltenausdruck gilt: {values}",
1850
+ "it": "La seguente espressione di colonna è valida: {values}",
1851
+ "es": "La siguiente expresión de columna se cumple: {values}",
1852
+ "pt": "A seguinte expressão de coluna é válida: {values}",
1853
+ "ro": "Următoarea expresie de coloană este validă: {values}",
1854
+ "tr": "Aşağıdaki sütun ifadesi geçerlidir: {values}",
1855
+ "zh-Hans": "以下列表达式成立:{values}",
1856
+ "zh-Hant": "以下欄位表達式成立:{values}",
1857
+ "ja": "次の列式が成り立ちます:{values}",
1858
+ "ko": "다음 열 표현식이 성립합니다: {values}",
1859
+ "vi": "Biểu thức cột sau đây đúng: {values}",
1860
+ "ru": "Следующее выражение для столбца выполняется: {values}",
1861
+ "cs": "Následující výraz sloupce platí: {values}",
1862
+ "pl": "Następujące wyrażenie kolumny jest spełnione: {values}",
1863
+ "da": "Følgende kolonneudtryk gælder: {values}",
1864
+ "sv": "Följande kolumnuttryck gäller: {values}",
1865
+ "nb": "Følgende kolonneuttrykk gjelder: {values}",
1866
+ "nl": "De volgende kolomuitdrukking geldt: {values}",
1867
+ "fi": "Seuraava sarake-lauseke pätee: {values}",
1868
+ "is": "Eftirfarandi dálktjáning gildir: {values}",
1869
+ "ar": "التعبير التالي للعمود صحيح: {values}",
1870
+ "hi": "निम्नलिखित स्तंभ अभिव्यक्ति सत्य है: {values}",
1871
+ "el": "Η ακόλουθη έκφραση στήλης ισχύει: {values}",
1872
+ },
1846
1873
  "rows_distinct_all": {
1847
1874
  "en": "All rows are distinct",
1848
1875
  "fr": "Toutes les lignes sont distinctes",
@@ -2032,6 +2059,33 @@ STEP_REPORT_TEXT = {
2032
2059
  "hi": "कॉलम <strong>{column_position}</strong> में {failure_rate} परीक्षण इकाई विफलताएँ",
2033
2060
  "el": "{failure_rate} ΑΠΟΤΥΧΙΕΣ ΜΟΝΑΔΩΝ ΔΟΚΙΜΗΣ ΣΤΗ ΣΤΗΛΗ <strong>{column_position}</strong>",
2034
2061
  },
2062
+ "failure_rate_summary_no_column": {
2063
+ "en": "{failure_rate} TEST UNIT FAILURES",
2064
+ "fr": "{failure_rate} ÉCHECS D'UNITÉS DE TEST",
2065
+ "de": "{failure_rate} TESTEINHEITENFEHLER",
2066
+ "it": "{failure_rate} FALLIMENTI DI UNITÀ DI TEST",
2067
+ "es": "{failure_rate} FALLOS DE UNIDAD DE PRUEBA",
2068
+ "pt": "{failure_rate} FALHAS DE UNIDADE DE TESTE",
2069
+ "ro": "{failure_rate} EȘECURI ALE UNITĂȚILOR DE TEST",
2070
+ "tr": "{failure_rate} TEST BİRİMİ HATALARI",
2071
+ "zh-Hans": "{failure_rate} 个测试单元失败",
2072
+ "zh-Hant": "{failure_rate} 個測試單元失敗",
2073
+ "ja": "{failure_rate} テストユニットの失敗",
2074
+ "ko": "{failure_rate} 테스트 단위 실패",
2075
+ "vi": "{failure_rate} LỖI ĐƠN VỊ KIỂM TRA",
2076
+ "ru": "{failure_rate} СБОЕВ ТЕСТОВЫХ ЕДИНИЦ",
2077
+ "cs": "{failure_rate} SELHÁNÍ TESTOVACÍCH JEDNOTEK",
2078
+ "pl": "{failure_rate} NIEPOWODZEŃ JEDNOSTEK TESTOWYCH",
2079
+ "da": "{failure_rate} TEST ENHED FEJL",
2080
+ "sv": "{failure_rate} TESTENHETSFEL",
2081
+ "nb": "{failure_rate} TESTENHETSFEIL",
2082
+ "nl": "{failure_rate} TESTEENHEID FOUTEN",
2083
+ "fi": "{failure_rate} TESTIYKSIKÖN VIRHEITÄ",
2084
+ "is": "{failure_rate} PRÓFUNAREININGAR VILLUR",
2085
+ "ar": "{failure_rate} فشل وحدات الاختبار",
2086
+ "hi": "{failure_rate} परीक्षण इकाई विफलताएँ",
2087
+ "el": "{failure_rate} ΑΠΟΤΥΧΙΕΣ ΜΟΝΑΔΩΝ ΔΟΚΙΜΗΣ",
2088
+ },
2035
2089
  "not_shown": {
2036
2090
  "en": "(NOT SHOWN)",
2037
2091
  "fr": "(NON AFFICHÉ)",