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. 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: