Add dbt-kusuka package (convergence testing) - #4445
Open
achillesheel02 wants to merge 1 commit into
Open
Conversation
Dual-path convergence testing for dbt. Compare any two data paths — models, queries, pipeline stages — and know exactly where they disagree, how much, and what kind of fix is needed. Based on the Convergence Identity Framework (CIF). Supports PostgreSQL, ClickHouse, BigQuery, Snowflake, DuckDB, and Redshift. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@achillesheel02 is attempting to deploy a commit to the dbt-labs Team on Vercel. A member of the Team first needs to authorize it. |
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.
Summary
achillesheel02/dbt-kusuka) v0.1.0 to the dbt HubPackage details
achillesheel02dbt-kusuka0.1.0What it does
8 macros and 4 generic tests for structured data comparison:
strand_verify— compare two relations column-by-column (SMAPE + glyph matrix)strand_verify_query— compare two raw SQL queries without materializing modelsstrand_temporal— convergence across time periods with dXi/dt drift detectionstrand_report/strand_summary— filtered gap reports and Frobenius norm rollupskusuka_converge,kusuka_no_diverged,kusuka_no_nulls,kusuka_no_driftWarehouse support
PostgreSQL, ClickHouse, BigQuery, Snowflake, DuckDB, Redshift.
Checklist
index.jsoncreated with package metadataversions/0.1.0.jsoncreated with sha1 from GitHub tarballrequire_dbt_version: >=1.2.0, <3.0.0