From cccc0e5ebc9643bfee9cc2904052271eba21bfe0 Mon Sep 17 00:00:00 2001 From: Barak Asidi Date: Tue, 14 Apr 2026 13:48:15 +0300 Subject: [PATCH] Add dbt-kusuka package (achillesheel02/dbt-kusuka v0.1.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../achillesheel02/dbt-kusuka/index.json | 9 ++++++++ .../dbt-kusuka/versions/0.1.0.json | 22 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 data/packages/achillesheel02/dbt-kusuka/index.json create mode 100644 data/packages/achillesheel02/dbt-kusuka/versions/0.1.0.json diff --git a/data/packages/achillesheel02/dbt-kusuka/index.json b/data/packages/achillesheel02/dbt-kusuka/index.json new file mode 100644 index 000000000..3006b9ef8 --- /dev/null +++ b/data/packages/achillesheel02/dbt-kusuka/index.json @@ -0,0 +1,9 @@ +{ + "name": "dbt-kusuka", + "namespace": "achillesheel02", + "description": "Dual-path convergence testing for dbt. Compare any two data paths and know exactly where they disagree, how much, and what kind of fix is needed.", + "latest": "0.1.0", + "assets": { + "logo": "logos/placeholder.svg" + } +} diff --git a/data/packages/achillesheel02/dbt-kusuka/versions/0.1.0.json b/data/packages/achillesheel02/dbt-kusuka/versions/0.1.0.json new file mode 100644 index 000000000..292c30e64 --- /dev/null +++ b/data/packages/achillesheel02/dbt-kusuka/versions/0.1.0.json @@ -0,0 +1,22 @@ +{ + "id": "achillesheel02/dbt-kusuka/0.1.0", + "name": "dbt-kusuka", + "version": "0.1.0", + "published_at": "2026-04-14T00:00:00.000000+00:00", + "packages": [], + "require_dbt_version": [ + ">=1.2.0", + "<3.0.0" + ], + "works_with": [], + "_source": { + "type": "github", + "url": "https://github.com/achillesheel02/dbt-kusuka/tree/v0.1.0/", + "readme": "https://raw.githubusercontent.com/achillesheel02/dbt-kusuka/v0.1.0/README.md" + }, + "downloads": { + "tarball": "https://codeload.github.com/achillesheel02/dbt-kusuka/tar.gz/v0.1.0", + "format": "tgz", + "sha1": "056f2332d8f3e904aea7f3febddb13f8ef3f40a1" + } +}