Skip to content

Add dbt-kusuka package (convergence testing) - #4445

Open
achillesheel02 wants to merge 1 commit into
dbt-labs:masterfrom
achillesheel02:add-dbt-kusuka-0.1.0
Open

Add dbt-kusuka package (convergence testing)#4445
achillesheel02 wants to merge 1 commit into
dbt-labs:masterfrom
achillesheel02:add-dbt-kusuka-0.1.0

Conversation

@achillesheel02

Copy link
Copy Markdown

Summary

  • Adds dbt-kusuka (achillesheel02/dbt-kusuka) v0.1.0 to the dbt Hub
  • 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
  • Not anomaly detection. Convergence testing.

Package details

Field Value
Namespace achillesheel02
Package dbt-kusuka
Version 0.1.0
License Apache 2.0
Source https://github.com/achillesheel02/dbt-kusuka
Docs https://thexi.dev/kusuka

What 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 models
  • strand_temporal — convergence across time periods with dXi/dt drift detection
  • strand_report / strand_summary — filtered gap reports and Frobenius norm rollups
  • Generic tests: kusuka_converge, kusuka_no_diverged, kusuka_no_nulls, kusuka_no_drift

Warehouse support

PostgreSQL, ClickHouse, BigQuery, Snowflake, DuckDB, Redshift.

Checklist

  • index.json created with package metadata
  • versions/0.1.0.json created with sha1 from GitHub tarball
  • require_dbt_version: >=1.2.0, <3.0.0
  • No dependencies on other Hub packages
  • README at source repo documents all macros and tests

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>
@vercel

vercel Bot commented Apr 14, 2026

Copy link
Copy Markdown

@achillesheel02 is attempting to deploy a commit to the dbt-labs Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant