From 121ee90c6e4026021dfb3db52039542554d00cc5 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:22:30 -0600 Subject: [PATCH 1/3] Readme and persist docs update --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index f0d723d..9801c53 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,6 @@ # Recharge dbt Package -

- - - - - - - - - - -

- This dbt package transforms data from Fivetran's Recharge connector into analytics-ready tables. ## Resources @@ -29,6 +14,8 @@ This dbt package transforms data from Fivetran's Recharge connector into analyti - [dbt Docs](https://fivetran.github.io/dbt_recharge/#!/overview) - [DAG](https://fivetran.github.io/dbt_recharge/#!/overview?g_v=1) - [Changelog](https://github.com/fivetran/dbt_recharge/blob/main/CHANGELOG.md) +- dbt Core™ supported versions + - `>=1.3.0, <3.0.0` ## What does this dbt package do? This package enables you to better understand your Recharge data by summarizing customer, revenue, and subscription trends. It creates enriched models with metrics focused on billing history, customer details, and subscription analytics. From 1acc296d711a768624a84244004f2c2abba86dc7 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:23:16 -0600 Subject: [PATCH 2/3] Readme and persist docs update --- README.md | 2 ++ integration_tests/dbt_project.yml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 9801c53..b209007 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ This dbt package transforms data from Fivetran's Recharge connector into analyti - [Changelog](https://github.com/fivetran/dbt_recharge/blob/main/CHANGELOG.md) - dbt Core™ supported versions - `>=1.3.0, <3.0.0` +- dbt Core™ supported versions + - `>=1.3.0, <3.0.0` ## What does this dbt package do? This package enables you to better understand your Recharge data by summarizing customer, revenue, and subscription trends. It creates enriched models with metrics focused on billing history, customer details, and subscription analytics. diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 3636c4e..17af676 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -6,6 +6,9 @@ version: '1.4.1' profile: 'integration_tests' models: + +persist_docs: + relation: true + columns: "{{ false if target.type in ('databricks') else true }}" +schema: "recharge_{{ var('directed_schema','dev') }}" ## To be used for validation tests vars: From 4b6bb9e7651c6e54abf9d87386c4ab4cb4c7b458 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:23:57 -0600 Subject: [PATCH 3/3] Remove duplicate dbt Core supported versions entry Removed duplicate entry for dbt Core supported versions. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b209007..9801c53 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ This dbt package transforms data from Fivetran's Recharge connector into analyti - [Changelog](https://github.com/fivetran/dbt_recharge/blob/main/CHANGELOG.md) - dbt Core™ supported versions - `>=1.3.0, <3.0.0` -- dbt Core™ supported versions - - `>=1.3.0, <3.0.0` ## What does this dbt package do? This package enables you to better understand your Recharge data by summarizing customer, revenue, and subscription trends. It creates enriched models with metrics focused on billing history, customer details, and subscription analytics.