pointblank 0.11.0__tar.gz → 0.11.1__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.
- {pointblank-0.11.0 → pointblank-0.11.1}/PKG-INFO +16 -10
- {pointblank-0.11.0 → pointblank-0.11.1}/README.md +15 -9
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/_quarto.yml +5 -1
- pointblank-0.11.1/docs/assets/vhs/.gitignore +1 -0
- pointblank-0.11.1/docs/assets/vhs/cli-cicd-workflows.gif +0 -0
- pointblank-0.11.1/docs/assets/vhs/cli-cicd-workflows.tape +45 -0
- pointblank-0.11.1/docs/assets/vhs/cli-complete-workflow.gif +0 -0
- pointblank-0.11.1/docs/assets/vhs/cli-complete-workflow.tape +75 -0
- pointblank-0.11.1/docs/assets/vhs/cli-data-exploration.gif +0 -0
- pointblank-0.11.1/docs/assets/vhs/cli-data-exploration.tape +51 -0
- pointblank-0.11.1/docs/assets/vhs/cli-essential-validations.gif +0 -0
- pointblank-0.11.1/docs/assets/vhs/cli-essential-validations.tape +51 -0
- pointblank-0.11.1/docs/assets/vhs/cli-getting-started.gif +0 -0
- pointblank-0.11.1/docs/assets/vhs/cli-getting-started.tape +51 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/cli-interactive/index.qmd +23 -26
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/index.qmd +20 -29
- pointblank-0.11.1/docs/user-guide/cli-data-inspection.qmd +122 -0
- pointblank-0.11.1/docs/user-guide/cli-data-validation.qmd +172 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/installation.qmd +3 -3
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/assistant.py +14 -3
- pointblank-0.11.1/pointblank/cli.py +3644 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/compare.py +9 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/datascan.py +25 -3
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/validate.py +346 -37
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank.egg-info/PKG-INFO +16 -10
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank.egg-info/SOURCES.txt +3 -1
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/test_cli.py +116 -497
- pointblank-0.11.1/tests/test_compare.py +73 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/test_datascan.py +208 -2
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/test_validate.py +403 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/translations/README.ar.md +15 -9
- {pointblank-0.11.0 → pointblank-0.11.1}/translations/README.de.md +15 -9
- {pointblank-0.11.0 → pointblank-0.11.1}/translations/README.es.md +15 -9
- {pointblank-0.11.0 → pointblank-0.11.1}/translations/README.fr.md +15 -9
- {pointblank-0.11.0 → pointblank-0.11.1}/translations/README.hi.md +15 -9
- {pointblank-0.11.0 → pointblank-0.11.1}/translations/README.it.md +15 -9
- {pointblank-0.11.0 → pointblank-0.11.1}/translations/README.ja.md +15 -9
- {pointblank-0.11.0 → pointblank-0.11.1}/translations/README.ko.md +15 -9
- {pointblank-0.11.0 → pointblank-0.11.1}/translations/README.nl.md +15 -9
- {pointblank-0.11.0 → pointblank-0.11.1}/translations/README.pt-BR.md +15 -9
- {pointblank-0.11.0 → pointblank-0.11.1}/translations/README.zh-CN.md +41 -21
- pointblank-0.11.0/docs/assets/vhs/cli-cicd-workflows.gif +0 -0
- pointblank-0.11.0/docs/assets/vhs/cli-cicd-workflows.tape +0 -51
- pointblank-0.11.0/docs/assets/vhs/cli-complete-workflow.gif +0 -0
- pointblank-0.11.0/docs/assets/vhs/cli-complete-workflow.tape +0 -59
- pointblank-0.11.0/docs/assets/vhs/cli-data-exploration.gif +0 -0
- pointblank-0.11.0/docs/assets/vhs/cli-data-exploration.tape +0 -43
- pointblank-0.11.0/docs/assets/vhs/cli-essential-validations.gif +0 -0
- pointblank-0.11.0/docs/assets/vhs/cli-essential-validations.tape +0 -43
- pointblank-0.11.0/docs/assets/vhs/cli-getting-started.gif +0 -0
- pointblank-0.11.0/docs/assets/vhs/cli-getting-started.tape +0 -43
- pointblank-0.11.0/docs/user-guide/cli.qmd +0 -229
- pointblank-0.11.0/pointblank/cli.py +0 -2737
- pointblank-0.11.0/tests/test_compare.py +0 -15
- {pointblank-0.11.0 → pointblank-0.11.1}/.github/CODE_OF_CONDUCT.md +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/.github/ISSUE_TEMPLATE/bug.md +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/.github/ISSUE_TEMPLATE/feature.md +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/.github/ISSUE_TEMPLATE/question.md +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/.github/SECURITY.md +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/.github/workflows/ci-docs.yaml +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/.github/workflows/ci-tests.yaml +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/.github/workflows/code-checks.yaml +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/.gitignore +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/.pre-commit-config.yaml +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/.vscode/settings.json +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/CITATION.cff +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/CONTRIBUTING.md +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/LICENSE +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/Makefile +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/data_raw/game_revenue.csv +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/data_raw/global_sales.csv +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/data_raw/global_sales_dataset.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/data_raw/nycflights.csv +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/data_raw/small_table.csv +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/data_raw/x-01-parquet.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/data_raw/x-02-duckdb.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/data_raw/x-03-sqlite.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/.gitignore +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/_extensions/machow/interlinks/.gitignore +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/_extensions/machow/interlinks/_extension.yml +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/_extensions/machow/interlinks/interlinks.lua +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/fav-logo.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/pointblank-sales-data.de.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/pointblank-sales-data.es.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/pointblank-sales-data.fr.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/pointblank-sales-data.it.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/pointblank-sales-data.ja.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/pointblank-sales-data.ko.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/pointblank-sales-data.nl.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/pointblank-sales-data.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/pointblank-sales-data.pt-BR.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/pointblank-sales-data.zh-CN.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/pointblank-step-report.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/pointblank-tabular-report.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/pointblank_logo.svg +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/posit-logo-black.svg +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/validation-table-diagram.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/assets/validation-test-units.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/all-about-actions/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/intro-pointblank/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/intro-pointblank/pointblank-localized.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/intro-pointblank/step_report.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/intro-pointblank/validation-table-diagram.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/intro-pointblank/validation-test-units.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/lets-workshop-together/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/overhauled-user-guide/advanced-in-sidebar.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/overhauled-user-guide/breadth-and-depth.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/overhauled-user-guide/explanation-of-visual.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/overhauled-user-guide/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/overhauled-user-guide/links-in-guide.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/overhauled-user-guide/segments.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/overhauled-user-guide/step-report.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/overhauled-user-guide/validation-three-things.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/pointblank_blog_logo.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/blog/validation-libs-2025/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/01-starter/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/02-advanced/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/03-data-extracts/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/04-sundered-data/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/05-step-report-column-check/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/06-step-report-schema-check/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/07-validation-with-actions/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/08-validation-with-final-actions/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/apply-checks-to-several-columns/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/check-for-freshness/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/check-row-column-counts/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/checks-for-missing/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/col-vals-custom-expr/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/column-selector-functions/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/comparisons-across-columns/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/custom-validation-specially/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/data/game_revenue.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/expect-no-duplicate-rows/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/expect-no-duplicate-values/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/expect-text-pattern/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/failure-thresholds/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/img/advanced_validation.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/img/data_extracts.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/img/starter_validation.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/img/step_report_column_schema.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/img/step_report_column_values.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/img/sundered_data.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/img/validation_with_actions.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/img/validation_with_final_actions.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/mutate-table-in-step/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/numeric-comparisons/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/schema-check/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/set-membership/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/demos/using-parquet-data/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/scripts/post-render.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/styles.css +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/actions.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/assertions.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/briefs.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/col-summary-tbl.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/column-selection-patterns.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/draft-validation.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/expressions.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/extracts.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/index.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/langs.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/missing-vals-tbl.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/preprocessing.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/preview.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/schema-validation.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/segmentation.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/step-reports.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/sundering.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/thresholds.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/validation-methods.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/docs/user-guide/validation-overview.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/images/pointblank-tabular-report.png +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/images/pointblank_logo.svg +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/__init__.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/_constants.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/_constants_docs.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/_constants_translations.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/_datascan_utils.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/_interrogation.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/_typing.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/_utils.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/_utils_check_args.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/_utils_html.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/actions.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/column.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/data/api-docs.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/data/game_revenue-duckdb.zip +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/data/game_revenue.zip +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/data/global_sales-duckdb.zip +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/data/global_sales.zip +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/data/nycflights-duckdb.zip +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/data/nycflights.zip +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/data/polars-api-docs.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/data/small_table-duckdb.zip +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/data/small_table.zip +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/draft.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/scan_profile.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/scan_profile_stats.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/schema.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/tf.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank/thresholds.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank.egg-info/dependency_links.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank.egg-info/entry_points.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank.egg-info/requires.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pointblank.egg-info/top_level.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/pyproject.toml +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/setup.cfg +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/__init__.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/manual_tests/schema_step_reports.qmd +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_datascan/test_col_summary_tbl_duckdb_snap/col_summary_html_duckdb.html +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_datascan/test_col_summary_tbl_pandas_snap/col_summary_html_pandas.html +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_datascan/test_col_summary_tbl_polars_snap/col_summary_html_polars.html +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_comprehensive_validation_report_html_snap/comprehensive_validation_report.html +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_01/schema_step_report_01-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_01_1/schema_step_report_01-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_01_2/schema_step_report_01-2.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_01_3/schema_step_report_01-3.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_02/schema_step_report_02-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_02_1/schema_step_report_02-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_02_2/schema_step_report_02-2.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_02_3/schema_step_report_02-3.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_03/schema_step_report_03-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_03_1/schema_step_report_03-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_03_2/schema_step_report_03-2.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_03_3/schema_step_report_03-3.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_04/schema_step_report_04-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_05/schema_step_report_05-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_06/schema_step_report_06-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_07/schema_step_report_07-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_08/schema_step_report_08-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_09/schema_step_report_09-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_10/schema_step_report_10-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_11/schema_step_report_11-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_12/schema_step_report_12-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_13/schema_step_report_13-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_14/schema_step_report_14-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_14_1/schema_step_report_14-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_15/schema_step_report_15-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_15_1/schema_step_report_15-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_16/schema_step_report_16-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_16_1/schema_step_report_16-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_17/schema_step_report_17-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_17_1/schema_step_report_17-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_18/schema_step_report_18-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_18_1/schema_step_report_18-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_19/schema_step_report_19-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_19_1/schema_step_report_19-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_20/schema_step_report_20-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_20_1/schema_step_report_20-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_21/schema_step_report_21-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_21_1/schema_step_report_21-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_21_2/schema_step_report_21-2.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_21_3/schema_step_report_21-3.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_22/schema_step_report_22-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_22_1/schema_step_report_22-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_23/schema_step_report_23-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_23_1/schema_step_report_23-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_24/schema_step_report_24-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_24_1/schema_step_report_24-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_24_2/schema_step_report_24-2.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_24_3/schema_step_report_24-3.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_25/schema_step_report_25-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_25_1/schema_step_report_25-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_25_2/schema_step_report_25-2.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_25_3/schema_step_report_25-3.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_25_4/schema_step_report_25-4.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_step_report_25_5/schema_step_report_25-5.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_01-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_02-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_03-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_04-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_05-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_06-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_07-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_08-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_09-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_10-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_11-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_12-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_13-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_14-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_14-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_15-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_15-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_16-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_16-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_17-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_17-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_18-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_18-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_19-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_19-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_20-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_20-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_21-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_21-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_21-2.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_21-3.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_22-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_22-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_23-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_23-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_24-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_24-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_24-2.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_24-3.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-0.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-1.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-2.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-3.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-4.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_get_schema_validation_info/schema_info_25-5.txt +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_no_interrogation_validation_report_html_snap/no_interrogation_validation_report.html +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_no_steps_validation_report_html_snap/no_steps_validation_report.html +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_briefs_global_local_html/validation_report_briefs_global_local.html +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_briefs_html/validation_report_with_briefs.html +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_interrogate_snap/tbl_duckdb/validation_report.json +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_interrogate_snap/tbl_parquet/validation_report.json +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_interrogate_snap/tbl_pd/validation_report.json +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_interrogate_snap/tbl_pl/validation_report.json +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_interrogate_snap/tbl_sqlite/validation_report.json +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_no_interrogate_snap/tbl_duckdb/validation_report.json +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_no_interrogate_snap/tbl_parquet/validation_report.json +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_no_interrogate_snap/tbl_pd/validation_report.json +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_no_interrogate_snap/tbl_pl/validation_report.json +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_no_interrogate_snap/tbl_sqlite/validation_report.json +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_segments_html/duckdb/validation_report_segments.html +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_segments_html/pandas/validation_report_segments.html +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_segments_html/polars/validation_report_segments.html +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_segments_with_pre_html/polars/validation_report_segments_with_pre.html +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_segments_with_pre_html/validation_report_segments_with_pre.html +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_use_fields_snap/tbl_duckdb/validation_report.json +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_use_fields_snap/tbl_parquet/validation_report.json +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_use_fields_snap/tbl_pd/validation_report.json +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_use_fields_snap/tbl_pl/validation_report.json +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/snapshots/test_validate/test_validation_report_use_fields_snap/tbl_sqlite/validation_report.json +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/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
- {pointblank-0.11.0 → pointblank-0.11.1}/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
- {pointblank-0.11.0 → pointblank-0.11.1}/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
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/parquet_data/data_a.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/parquet_data/data_b.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/parquet_data/subdir/nested_data.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/partitioned_sales/status=cancelled/0.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/partitioned_sales/status=delivered/0.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/partitioned_sales/status=pending/0.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/partitioned_sales/status=returned/0.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/partitioned_sales/status=shipped/0.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/partitioned_small_table/f=high/0.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/partitioned_small_table/f=low/0.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/partitioned_small_table/f=mid/0.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/taxi_part_01.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/taxi_part_02.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/taxi_part_03.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/taxi_sample.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/tbl_dates_times_text.ddb +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/tbl_dates_times_text.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/tbl_dates_times_text.sqlite +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/tbl_true_dates_times.ddb +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/tbl_xyz.ddb +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/tbl_xyz.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/tbl_xyz.sqlite +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/tbl_xyz_missing.ddb +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/tbl_xyz_missing.parquet +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/tbl_files/tbl_xyz_missing.sqlite +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/test__interrogation.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/test__utils.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/test__utils_check_args.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/test_actions.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/test_assistant.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/test_column.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/test_draft.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/test_meta.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/test_schema.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/test_tf.py +0 -0
- {pointblank-0.11.0 → pointblank-0.11.1}/tests/test_thresholds.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pointblank
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.1
|
|
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
|
|
@@ -249,31 +249,37 @@ Pointblank includes a powerful CLI utility called `pb` that lets you run data va
|
|
|
249
249
|
# Get a quick preview of your data
|
|
250
250
|
pb preview small_table
|
|
251
251
|
|
|
252
|
-
#
|
|
253
|
-
pb
|
|
252
|
+
# Preview data from GitHub URLs
|
|
253
|
+
pb preview "https://github.com/user/repo/blob/main/data.csv"
|
|
254
254
|
|
|
255
|
-
#
|
|
256
|
-
pb
|
|
255
|
+
# Check for missing values in Parquet files
|
|
256
|
+
pb missing data.parquet
|
|
257
|
+
|
|
258
|
+
# Generate column summaries from database connections
|
|
259
|
+
pb scan "duckdb:///data/sales.ddb::customers"
|
|
257
260
|
```
|
|
258
261
|
|
|
259
262
|
**Run Essential Validations**
|
|
260
263
|
|
|
261
264
|
```bash
|
|
262
265
|
# Check for duplicate rows
|
|
263
|
-
pb validate
|
|
266
|
+
pb validate small_table --check rows-distinct
|
|
267
|
+
|
|
268
|
+
# Validate data directly from GitHub
|
|
269
|
+
pb validate "https://github.com/user/repo/blob/main/sales.csv" --check col-vals-not-null --column customer_id
|
|
264
270
|
|
|
265
|
-
# Verify no null values
|
|
266
|
-
pb validate
|
|
271
|
+
# Verify no null values in Parquet datasets
|
|
272
|
+
pb validate "data/*.parquet" --check col-vals-not-null --column a
|
|
267
273
|
|
|
268
274
|
# Extract failing data for debugging
|
|
269
|
-
pb validate
|
|
275
|
+
pb validate small_table --check col-vals-gt --column a --value 5 --show-extract
|
|
270
276
|
```
|
|
271
277
|
|
|
272
278
|
**Integrate with CI/CD**
|
|
273
279
|
|
|
274
280
|
```bash
|
|
275
281
|
# Use exit codes for automation (0 = pass, 1 = fail)
|
|
276
|
-
pb validate
|
|
282
|
+
pb validate small_table --check rows-distinct && echo "✅ Quality checks passed"
|
|
277
283
|
```
|
|
278
284
|
|
|
279
285
|
Learn more in our [CLI documentation](https://posit-dev.github.io/pointblank/user-guide/cli.html).
|
|
@@ -163,31 +163,37 @@ Pointblank includes a powerful CLI utility called `pb` that lets you run data va
|
|
|
163
163
|
# Get a quick preview of your data
|
|
164
164
|
pb preview small_table
|
|
165
165
|
|
|
166
|
-
#
|
|
167
|
-
pb
|
|
166
|
+
# Preview data from GitHub URLs
|
|
167
|
+
pb preview "https://github.com/user/repo/blob/main/data.csv"
|
|
168
168
|
|
|
169
|
-
#
|
|
170
|
-
pb
|
|
169
|
+
# Check for missing values in Parquet files
|
|
170
|
+
pb missing data.parquet
|
|
171
|
+
|
|
172
|
+
# Generate column summaries from database connections
|
|
173
|
+
pb scan "duckdb:///data/sales.ddb::customers"
|
|
171
174
|
```
|
|
172
175
|
|
|
173
176
|
**Run Essential Validations**
|
|
174
177
|
|
|
175
178
|
```bash
|
|
176
179
|
# Check for duplicate rows
|
|
177
|
-
pb validate
|
|
180
|
+
pb validate small_table --check rows-distinct
|
|
181
|
+
|
|
182
|
+
# Validate data directly from GitHub
|
|
183
|
+
pb validate "https://github.com/user/repo/blob/main/sales.csv" --check col-vals-not-null --column customer_id
|
|
178
184
|
|
|
179
|
-
# Verify no null values
|
|
180
|
-
pb validate
|
|
185
|
+
# Verify no null values in Parquet datasets
|
|
186
|
+
pb validate "data/*.parquet" --check col-vals-not-null --column a
|
|
181
187
|
|
|
182
188
|
# Extract failing data for debugging
|
|
183
|
-
pb validate
|
|
189
|
+
pb validate small_table --check col-vals-gt --column a --value 5 --show-extract
|
|
184
190
|
```
|
|
185
191
|
|
|
186
192
|
**Integrate with CI/CD**
|
|
187
193
|
|
|
188
194
|
```bash
|
|
189
195
|
# Use exit codes for automation (0 = pass, 1 = fail)
|
|
190
|
-
pb validate
|
|
196
|
+
pb validate small_table --check rows-distinct && echo "✅ Quality checks passed"
|
|
191
197
|
```
|
|
192
198
|
|
|
193
199
|
Learn more in our [CLI documentation](https://posit-dev.github.io/pointblank/user-guide/cli.html).
|
|
@@ -63,7 +63,6 @@ website:
|
|
|
63
63
|
contents:
|
|
64
64
|
- user-guide/index.qmd
|
|
65
65
|
- user-guide/installation.qmd
|
|
66
|
-
- user-guide/cli.qmd
|
|
67
66
|
- section: "Validation Plan"
|
|
68
67
|
contents:
|
|
69
68
|
- user-guide/validation-overview.qmd
|
|
@@ -90,6 +89,11 @@ website:
|
|
|
90
89
|
- user-guide/preview.qmd
|
|
91
90
|
- user-guide/col-summary-tbl.qmd
|
|
92
91
|
- user-guide/missing-vals-tbl.qmd
|
|
92
|
+
- section: "The Pointblank CLI"
|
|
93
|
+
contents:
|
|
94
|
+
- user-guide/cli-data-inspection.qmd
|
|
95
|
+
- user-guide/cli-data-validation.qmd
|
|
96
|
+
|
|
93
97
|
page-footer:
|
|
94
98
|
left: 'Proudly supported by <a href="https://www.posit.co/" class="no-icon"><img src="/assets/posit-logo-black.svg" alt="Posit" width="80" style="padding-left: 3px;vertical-align:text-top;"></a>'
|
|
95
99
|
right: "© 2024–2025 Posit Software, PBC."
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
worldcities.csv
|
|
Binary file
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# VHS tape for CI/CD integration workflows
|
|
2
|
+
# Shows production-ready automation patterns
|
|
3
|
+
|
|
4
|
+
Output cli-cicd-workflows.gif
|
|
5
|
+
|
|
6
|
+
Set FontSize 16
|
|
7
|
+
Set Width 1200
|
|
8
|
+
Set Height 700
|
|
9
|
+
Set Theme "Dracula"
|
|
10
|
+
|
|
11
|
+
Type "# Example of a Production CI/CD Data Validation Workflow"
|
|
12
|
+
Enter
|
|
13
|
+
Sleep 2s
|
|
14
|
+
|
|
15
|
+
Type ""
|
|
16
|
+
Enter
|
|
17
|
+
Type "# Pipeline Step 1: Checking for duplicates while using exit codes (this fails)"
|
|
18
|
+
Enter
|
|
19
|
+
Type "pb validate small_table --check rows-distinct --exit-code"
|
|
20
|
+
Enter
|
|
21
|
+
Sleep 10s
|
|
22
|
+
|
|
23
|
+
Type ""
|
|
24
|
+
Enter
|
|
25
|
+
Type "# Pipeline Step 2: Checking for null values in an important column (this passes)"
|
|
26
|
+
Enter
|
|
27
|
+
Type "pb validate small_table --check col-vals-not-null --column date_time --exit-code"
|
|
28
|
+
Enter
|
|
29
|
+
Sleep 10s
|
|
30
|
+
|
|
31
|
+
Type ""
|
|
32
|
+
Enter
|
|
33
|
+
Type "# Pipeline Step 3: Checking for values greater than 2 (this one fails)"
|
|
34
|
+
Enter
|
|
35
|
+
Type "pb validate small_table --check col-vals-gt --column a --value 2 --exit-code"
|
|
36
|
+
Enter
|
|
37
|
+
Sleep 10s
|
|
38
|
+
|
|
39
|
+
Type ""
|
|
40
|
+
Enter
|
|
41
|
+
Type "# Use in GitHub Actions or any automation platform"
|
|
42
|
+
Enter
|
|
43
|
+
Type "echo 'Exit codes: 0 = success, 1 = validation failed'"
|
|
44
|
+
Enter
|
|
45
|
+
Sleep 8s
|
|
Binary file
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
# VHS tape for complete validation workflow
|
|
2
|
+
# Shows realistic end-to-end data quality checking with world cities data
|
|
3
|
+
|
|
4
|
+
Output cli-complete-workflow.gif
|
|
5
|
+
|
|
6
|
+
Set FontSize 14
|
|
7
|
+
Set Width 1200
|
|
8
|
+
Set Height 900
|
|
9
|
+
Set Theme "Dracula"
|
|
10
|
+
|
|
11
|
+
Type "# Complete Data Quality Workflow"
|
|
12
|
+
Enter
|
|
13
|
+
Sleep 2s
|
|
14
|
+
|
|
15
|
+
Type ""
|
|
16
|
+
Enter
|
|
17
|
+
Type "# Step 0: Get the dimensions of your data first"
|
|
18
|
+
Enter
|
|
19
|
+
Type "pb info worldcities.csv"
|
|
20
|
+
Enter
|
|
21
|
+
Sleep 4s
|
|
22
|
+
|
|
23
|
+
Type ""
|
|
24
|
+
Enter
|
|
25
|
+
Type "# Step 1: Quickly preview the dataset"
|
|
26
|
+
Enter
|
|
27
|
+
Type "pb preview worldcities.csv --head 3 --tail 2"
|
|
28
|
+
Enter
|
|
29
|
+
Sleep 6s
|
|
30
|
+
|
|
31
|
+
Type ""
|
|
32
|
+
Enter
|
|
33
|
+
Type "# Step 2: Scan for data quality patterns"
|
|
34
|
+
Enter
|
|
35
|
+
Type "pb scan worldcities.csv"
|
|
36
|
+
Enter
|
|
37
|
+
Sleep 12s
|
|
38
|
+
|
|
39
|
+
Type ""
|
|
40
|
+
Enter
|
|
41
|
+
Type "# Step 3: Check for missing values"
|
|
42
|
+
Enter
|
|
43
|
+
Type "pb missing worldcities.csv"
|
|
44
|
+
Enter
|
|
45
|
+
Sleep 8s
|
|
46
|
+
|
|
47
|
+
Type ""
|
|
48
|
+
Enter
|
|
49
|
+
Type "# Step 4: Validate the population values are provided for each city (i.e., not null)"
|
|
50
|
+
Enter
|
|
51
|
+
Type "pb validate worldcities.csv --check col-vals-not-null --column population"
|
|
52
|
+
Enter
|
|
53
|
+
Sleep 10s
|
|
54
|
+
|
|
55
|
+
Type ""
|
|
56
|
+
Enter
|
|
57
|
+
Type "# Step 5: Check for missing city names (and show problematic rows)"
|
|
58
|
+
Enter
|
|
59
|
+
Type "pb validate worldcities.csv --check col-vals-not-null --column city_name --show-extract"
|
|
60
|
+
Enter
|
|
61
|
+
Sleep 10s
|
|
62
|
+
|
|
63
|
+
Type ""
|
|
64
|
+
Enter
|
|
65
|
+
Type "# Step 6: Validate latitude range (latitude: -90 to 90) in two steps"
|
|
66
|
+
Enter
|
|
67
|
+
Type "pb validate worldcities.csv --check col-vals-ge --column latitude --value -90 --check col-vals-le --column latitude --value 90"
|
|
68
|
+
Enter
|
|
69
|
+
Sleep 10s
|
|
70
|
+
|
|
71
|
+
Type ""
|
|
72
|
+
Enter
|
|
73
|
+
Type "echo 'Data quality workflow complete: 41K cities validated!'"
|
|
74
|
+
Enter
|
|
75
|
+
Sleep 6s
|
|
Binary file
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# VHS tape for data exploration and profiling
|
|
2
|
+
# Shows preview, missing values, and column summaries using real-world city data
|
|
3
|
+
|
|
4
|
+
Output cli-data-exploration.gif
|
|
5
|
+
|
|
6
|
+
Set FontSize 14
|
|
7
|
+
Set Width 1200
|
|
8
|
+
Set Height 800
|
|
9
|
+
Set Theme "Dracula"
|
|
10
|
+
|
|
11
|
+
Type "# Data Exploration & Profiling with the Pointblank CLI"
|
|
12
|
+
Enter
|
|
13
|
+
Sleep 2s
|
|
14
|
+
|
|
15
|
+
Type ""
|
|
16
|
+
Enter
|
|
17
|
+
Type "# 0. Exploring world cities dataset: get the table dimensions"
|
|
18
|
+
Enter
|
|
19
|
+
Type "pb info worldcities.csv"
|
|
20
|
+
Enter
|
|
21
|
+
Sleep 4s
|
|
22
|
+
|
|
23
|
+
Type ""
|
|
24
|
+
Enter
|
|
25
|
+
Type "# 1. Quick data preview: see structure and sample rows"
|
|
26
|
+
Enter
|
|
27
|
+
Type "pb preview worldcities.csv --head 3 --tail 3"
|
|
28
|
+
Enter
|
|
29
|
+
Sleep 8s
|
|
30
|
+
|
|
31
|
+
Type ""
|
|
32
|
+
Enter
|
|
33
|
+
Type "# 2. Missing values analysis: identify data gaps"
|
|
34
|
+
Enter
|
|
35
|
+
Type "pb missing worldcities.csv"
|
|
36
|
+
Enter
|
|
37
|
+
Sleep 8s
|
|
38
|
+
|
|
39
|
+
Type ""
|
|
40
|
+
Enter
|
|
41
|
+
Type "# 3. Comprehensive data scan: statistical overview"
|
|
42
|
+
Enter
|
|
43
|
+
Type "pb scan worldcities.csv"
|
|
44
|
+
Enter
|
|
45
|
+
Sleep 10s
|
|
46
|
+
|
|
47
|
+
Type ""
|
|
48
|
+
Enter
|
|
49
|
+
Type "echo 'Complete data profiling in seconds with the Pointblank CLI'"
|
|
50
|
+
Enter
|
|
51
|
+
Sleep 3s
|
|
Binary file
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# VHS tape for high-impact data validation demonstrations
|
|
2
|
+
# Shows the most practical CLI validations
|
|
3
|
+
|
|
4
|
+
Output cli-essential-validations.gif
|
|
5
|
+
|
|
6
|
+
Set FontSize 16
|
|
7
|
+
Set Width 1200
|
|
8
|
+
Set Height 700
|
|
9
|
+
Set Theme "Dracula"
|
|
10
|
+
|
|
11
|
+
Type "# Essential Data Validation with Pointblank CLI"
|
|
12
|
+
Enter
|
|
13
|
+
Sleep 4s
|
|
14
|
+
|
|
15
|
+
Type ""
|
|
16
|
+
Enter
|
|
17
|
+
Type "# 0. Get the table dimensions, just to know what you're working with"
|
|
18
|
+
Enter
|
|
19
|
+
Type "pb info small_table"
|
|
20
|
+
Enter
|
|
21
|
+
Sleep 8s
|
|
22
|
+
|
|
23
|
+
Type ""
|
|
24
|
+
Enter
|
|
25
|
+
Type "# 1. Check for duplicate rows (the most common data quality issue)"
|
|
26
|
+
Enter
|
|
27
|
+
Type "pb validate small_table --check rows-distinct"
|
|
28
|
+
Enter
|
|
29
|
+
Sleep 8s
|
|
30
|
+
|
|
31
|
+
Type ""
|
|
32
|
+
Enter
|
|
33
|
+
Type "# 2. Find missing values in important columns"
|
|
34
|
+
Enter
|
|
35
|
+
Type "pb validate small_table --check col-vals-not-null --column c"
|
|
36
|
+
Enter
|
|
37
|
+
Sleep 8s
|
|
38
|
+
|
|
39
|
+
Type ""
|
|
40
|
+
Enter
|
|
41
|
+
Type "# 3. When validation fails, see exactly which rows are problematic with --show-extract"
|
|
42
|
+
Enter
|
|
43
|
+
Type "pb validate small_table --check col-vals-not-null --column c --show-extract"
|
|
44
|
+
Enter
|
|
45
|
+
Sleep 10s
|
|
46
|
+
|
|
47
|
+
Type ""
|
|
48
|
+
Enter
|
|
49
|
+
Type "echo 'Essential validations: duplicates, nulls, with data extracts'"
|
|
50
|
+
Enter
|
|
51
|
+
Sleep 6s
|
|
Binary file
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# VHS tape for CLI overview and getting started
|
|
2
|
+
# Shows help and basic commands with custom prompt
|
|
3
|
+
|
|
4
|
+
Output cli-getting-started.gif
|
|
5
|
+
|
|
6
|
+
Set FontSize 16
|
|
7
|
+
Set Width 1200
|
|
8
|
+
Set Height 700
|
|
9
|
+
Set Theme "Dracula"
|
|
10
|
+
|
|
11
|
+
Type "# Getting Started with the Pointblank CLI"
|
|
12
|
+
Enter
|
|
13
|
+
Sleep 5s
|
|
14
|
+
|
|
15
|
+
Type ""
|
|
16
|
+
Enter
|
|
17
|
+
Type "# See all available commands"
|
|
18
|
+
Enter
|
|
19
|
+
Type "pb --help"
|
|
20
|
+
Enter
|
|
21
|
+
Sleep 10s
|
|
22
|
+
|
|
23
|
+
Type ""
|
|
24
|
+
Enter
|
|
25
|
+
Type "# There's a number of datasets you can use for testing"
|
|
26
|
+
Enter
|
|
27
|
+
Type "pb datasets"
|
|
28
|
+
Enter
|
|
29
|
+
Sleep 8s
|
|
30
|
+
|
|
31
|
+
Type ""
|
|
32
|
+
Enter
|
|
33
|
+
Type "# Learn about all the `pb validate` options"
|
|
34
|
+
Enter
|
|
35
|
+
Type "pb validate --help"
|
|
36
|
+
Enter
|
|
37
|
+
Sleep 12s
|
|
38
|
+
|
|
39
|
+
Type ""
|
|
40
|
+
Enter
|
|
41
|
+
Type "# Your first validation: check for duplicates with rows-distinct"
|
|
42
|
+
Enter
|
|
43
|
+
Type "pb validate small_table --check rows-distinct"
|
|
44
|
+
Enter
|
|
45
|
+
Sleep 10s
|
|
46
|
+
|
|
47
|
+
Type ""
|
|
48
|
+
Enter
|
|
49
|
+
Type "# You are now ready to validate any dataset you like: CSV, Parquet, or a DB table"
|
|
50
|
+
Enter
|
|
51
|
+
Sleep 5s
|
|
@@ -23,8 +23,6 @@ format:
|
|
|
23
23
|
}
|
|
24
24
|
---
|
|
25
25
|
|
|
26
|
-
# Command Line Interface: Interactive Demos
|
|
27
|
-
|
|
28
26
|
These CLI demos showcase practical data quality workflows that you can use!
|
|
29
27
|
|
|
30
28
|
::: {.callout-tip}
|
|
@@ -62,9 +60,9 @@ See the most commonly used validation checks that catch critical data issues:
|
|
|
62
60
|
*Duplicate detection, null checks, and data extract debugging*
|
|
63
61
|
:::
|
|
64
62
|
|
|
65
|
-
### Data Exploration
|
|
63
|
+
### Data Exploration Tools
|
|
66
64
|
|
|
67
|
-
Discover how to profile and explore data using CLI tools that
|
|
65
|
+
Discover how to profile and explore data using CLI tools that are quick and easy to use:
|
|
68
66
|
|
|
69
67
|
::: {.gif-container}
|
|
70
68
|

|
|
@@ -86,56 +84,55 @@ Follow an end-to-end data quality pipeline combining exploration, validation, an
|
|
|
86
84
|
|
|
87
85
|
::: {.gif-container}
|
|
88
86
|

|
|
89
|
-
*Full pipeline: explore → validate →
|
|
87
|
+
*Full pipeline: explore → validate → automate*
|
|
90
88
|
:::
|
|
91
89
|
|
|
92
90
|
## Getting Started
|
|
93
91
|
|
|
94
92
|
Ready to implement data quality workflows? Here's how to get started:
|
|
95
93
|
|
|
96
|
-
|
|
94
|
+
#### 1. Install and Verify
|
|
97
95
|
|
|
98
96
|
```bash
|
|
99
97
|
pip install pointblank
|
|
100
98
|
pb --help
|
|
101
99
|
```
|
|
102
100
|
|
|
103
|
-
|
|
101
|
+
#### 2. Explore Various Data Sources
|
|
104
102
|
|
|
105
103
|
```bash
|
|
106
|
-
#
|
|
104
|
+
# Try previewing a built-in dataset
|
|
107
105
|
pb preview small_table
|
|
108
106
|
|
|
109
|
-
#
|
|
110
|
-
pb
|
|
107
|
+
# Access local files (even use patterns to combine multiple Parquet files)
|
|
108
|
+
pb preview sales_data.csv
|
|
109
|
+
pb scan "data/*.parquet"
|
|
110
|
+
|
|
111
|
+
# Inspect datasets in GitHub repositories (no need to download the data!)
|
|
112
|
+
pb preview "https://github.com/user/repo/blob/main/data.csv"
|
|
113
|
+
pb missing "https://raw.githubusercontent.com/user/repo/main/sales.parquet"
|
|
111
114
|
|
|
112
|
-
#
|
|
113
|
-
pb
|
|
115
|
+
# Work with DB tables through connection strings
|
|
116
|
+
pb info "duckdb:///warehouse/analytics.ddb::customers"
|
|
114
117
|
```
|
|
115
118
|
|
|
116
|
-
|
|
119
|
+
#### 3. Run Essential Validations
|
|
117
120
|
|
|
118
121
|
```bash
|
|
119
122
|
# Check for duplicate rows
|
|
120
|
-
pb validate
|
|
123
|
+
pb validate small_table --check rows-distinct
|
|
121
124
|
|
|
122
|
-
#
|
|
123
|
-
pb validate
|
|
125
|
+
# Validate data from multiple sources
|
|
126
|
+
pb validate "data/*.parquet" --check col-vals-not-null --column customer_id
|
|
127
|
+
pb validate "https://github.com/user/repo/blob/main/sales.csv" --check rows-distinct
|
|
124
128
|
|
|
125
129
|
# Extract failing data for debugging
|
|
126
|
-
pb validate
|
|
130
|
+
pb validate small_table --check col-vals-gt --column a --value 5 --show-extract
|
|
127
131
|
```
|
|
128
132
|
|
|
129
|
-
|
|
133
|
+
#### 4. Integrate with CI/CD
|
|
130
134
|
|
|
131
135
|
```bash
|
|
132
136
|
# Use exit codes for automation (0 = pass, 1 = fail)
|
|
133
|
-
pb validate
|
|
137
|
+
pb validate small_table --check rows-distinct --exit-code
|
|
134
138
|
```
|
|
135
|
-
|
|
136
|
-
::: {.callout-tip}
|
|
137
|
-
## Next Steps
|
|
138
|
-
- visit the [CLI User Guide](../../user-guide/cli.qmd) for detailed documentation
|
|
139
|
-
- use `pb validate-simple --help` for validation command options
|
|
140
|
-
- Combine exploration, validation, and profiling for robust data quality pipelines
|
|
141
|
-
:::
|
|
@@ -11,9 +11,13 @@ _Data validation made beautiful and powerful_
|
|
|
11
11
|
|
|
12
12
|
</div>
|
|
13
13
|
|
|
14
|
-
Pointblank is a powerful, yet elegant data validation framework for Python that transforms how you
|
|
14
|
+
Pointblank is a powerful, yet elegant data validation framework for Python that transforms how you
|
|
15
|
+
ensure data quality. With its intuitive, chainable API, you can quickly validate your data against
|
|
16
|
+
comprehensive quality checks and visualize results through stunning, interactive reports that make
|
|
17
|
+
data issues immediately actionable.
|
|
15
18
|
|
|
16
|
-
Whether you're a data scientist, data engineer, or analyst, Pointblank helps you catch data quality
|
|
19
|
+
Whether you're a data scientist, data engineer, or analyst, Pointblank helps you catch data quality
|
|
20
|
+
issues before they impact your analyses or downstream systems.
|
|
17
21
|
|
|
18
22
|
## Getting Started in 30 Seconds
|
|
19
23
|
|
|
@@ -116,9 +120,11 @@ validation.get_step_report(i=3).show("browser") # Get failing records from step
|
|
|
116
120
|
|
|
117
121
|
</div>
|
|
118
122
|
|
|
119
|
-
## Command Line Interface
|
|
123
|
+
## Command Line Interface
|
|
120
124
|
|
|
121
|
-
Pointblank includes a powerful CLI utility called `pb` that lets you run data validation workflows
|
|
125
|
+
Pointblank includes a powerful CLI utility called `pb` that lets you run data validation workflows
|
|
126
|
+
directly from the command line. Perfect for CI/CD pipelines, scheduled data quality checks, or quick
|
|
127
|
+
validation tasks.
|
|
122
128
|
|
|
123
129
|
<div style="text-align: center;">
|
|
124
130
|
|
|
@@ -143,20 +149,20 @@ pb scan small_table
|
|
|
143
149
|
|
|
144
150
|
```bash
|
|
145
151
|
# Check for duplicate rows
|
|
146
|
-
pb validate
|
|
152
|
+
pb validate small_table --check rows-distinct
|
|
147
153
|
|
|
148
154
|
# Verify no null values
|
|
149
|
-
pb validate
|
|
155
|
+
pb validate small_table --check col-vals-not-null --column a
|
|
150
156
|
|
|
151
157
|
# Extract failing data for debugging
|
|
152
|
-
pb validate
|
|
158
|
+
pb validate small_table --check col-vals-gt --column a --value 5 --show-extract
|
|
153
159
|
```
|
|
154
160
|
|
|
155
161
|
**Integrate with CI/CD**
|
|
156
162
|
|
|
157
163
|
```bash
|
|
158
164
|
# Use exit codes for automation (0 = pass, 1 = fail)
|
|
159
|
-
pb validate
|
|
165
|
+
pb validate small_table --check rows-distinct && echo "✅ Quality checks passed"
|
|
160
166
|
```
|
|
161
167
|
|
|
162
168
|
Learn more in our [CLI documentation](https://posit-dev.github.io/pointblank/user-guide/cli.html).
|
|
@@ -199,28 +205,12 @@ pip install "pointblank[postgres]" # Install Pointblank with Ibis + PostgreSQL
|
|
|
199
205
|
pip install "pointblank[sqlite]" # Install Pointblank with Ibis + SQLite
|
|
200
206
|
```
|
|
201
207
|
|
|
202
|
-
## Command Line Interface
|
|
203
|
-
|
|
204
|
-
Pointblank provides a powerful CLI for quick data validation without writing Python code. Now featuring enhanced validation checks including `col-vals-lt` and `col-vals-le`:
|
|
205
|
-
|
|
206
|
-
::: {style="text-align: center; margin: 20px 0;"}
|
|
207
|
-

|
|
208
|
-
:::
|
|
209
|
-
|
|
210
|
-
```bash
|
|
211
|
-
# Quick validation checks from the terminal
|
|
212
|
-
pb validate-simple data.csv --check rows-distinct
|
|
213
|
-
pb validate-simple sales.csv --check col-vals-gt --column revenue --value 0
|
|
214
|
-
pb validate-simple users.csv --check col-vals-lt --column age --value 120 # NEW!
|
|
215
|
-
pb validate-simple inventory.csv --check col-vals-le --column stock --value 1000 # NEW!
|
|
216
|
-
pb validate-simple users.csv --check col-not-null --column email --show-extract
|
|
217
|
-
```
|
|
218
|
-
|
|
219
|
-
The CLI is perfect for CI/CD pipelines, shell scripts, and exploratory data analysis. See the [CLI documentation](user-guide/cli.qmd) for complete details and [interactive demos](demos/cli-interactive/index.qmd) for live examples.
|
|
220
|
-
|
|
221
208
|
## Technical Details
|
|
222
209
|
|
|
223
|
-
Pointblank uses [Narwhals](https://github.com/narwhals-dev/narwhals) to work with Polars and Pandas
|
|
210
|
+
Pointblank uses [Narwhals](https://github.com/narwhals-dev/narwhals) to work with Polars and Pandas
|
|
211
|
+
DataFrames, and integrates with [Ibis](https://github.com/ibis-project/ibis) for database and file
|
|
212
|
+
format support. This architecture provides a consistent API for validating tabular data from various
|
|
213
|
+
sources.
|
|
224
214
|
|
|
225
215
|
## Contributing to Pointblank
|
|
226
216
|
|
|
@@ -245,7 +235,8 @@ We're actively working on enhancing Pointblank with:
|
|
|
245
235
|
7. Expanded backend support and certification
|
|
246
236
|
8. High-quality documentation and examples
|
|
247
237
|
|
|
248
|
-
If you have any ideas for features or improvements, don't hesitate to share them with us! We are
|
|
238
|
+
If you have any ideas for features or improvements, don't hesitate to share them with us! We are
|
|
239
|
+
always looking for ways to make Pointblank better.
|
|
249
240
|
|
|
250
241
|
## Code of Conduct
|
|
251
242
|
|