From 3fc67d8e8512246ffddd60e37b0ff2534120bee2 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:43:35 -0600 Subject: [PATCH] Readme and persist docs update --- README.md | 17 ++--------------- integration_tests/dbt_project.yml | 3 +++ 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e6e1d87..d0e5def 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,6 @@ # Reddit Ads dbt Package -

- - - - - - - - - - -

- This dbt package transforms data from Fivetran's Reddit Ads connector into analytics-ready tables. ## Resources @@ -29,6 +14,8 @@ This dbt package transforms data from Fivetran's Reddit Ads connector into analy - [dbt Docs](https://fivetran.github.io/dbt_reddit_ads/#!/overview) - [DAG](https://fivetran.github.io/dbt_reddit_ads/#!/overview?g_v=1) - [Changelog](https://github.com/fivetran/dbt_reddit_ads/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 the performance of your ads across varying grains and materialize output models designed to work simultaneously with our multi-platform Ad Reporting package. It creates enriched models with metrics focused on account, campaign, ad group, ad, and URL level reports. diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 0577ad4..fb2e89a 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -64,6 +64,9 @@ dispatch: search_order: ['spark_utils', 'dbt_utils'] models: + +persist_docs: + relation: true + columns: "{{ false if target.type in ('databricks') else true }}" +schema: "reddit_ads_{{ var('directed_schema','dev') }}" seeds: