Add scherlok package - #4642
Open
rbmuller wants to merge 2 commits into
Open
Conversation
Zero-config data quality tests for dbt. Statistical anomaly detection using Shewhart control limits — no YAML rules to write. Repository: https://github.com/rbmuller/scherlok
|
@rbmuller is attempting to deploy a commit to the dbt-labs Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
Hi team! Friendly bump on this one — it's been a couple of weeks. Please let me know if there's anything I need to change or if there's a different process for adding new packages. Happy to adjust. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New package: scherlok
Repository: https://github.com/rbmuller/scherlok
Latest version: 0.9.0
License: MIT
What it does
Scherlok adds zero-config data quality tests to dbt projects. It includes:
not_null_proportion,row_count_between,recency,unique_proportionvolume_anomaly,null_anomaly— backed by incremental metrics models that auto-discover all materialized modelsThe package is part of the Scherlok ecosystem — a zero-config data quality monitoring CLI with 5 connectors (Postgres, BigQuery, Snowflake, MySQL, DuckDB), MCP server, and AI-powered alert explanations.
Checklist
dbt_project.ymlat repo rootrequire-dbt-version: [">=1.6.0", "<2.0.0"]