From 5cdd68e56814d9094fff2f0f0ecf84daa67da164 Mon Sep 17 00:00:00 2001 From: Savage Fivetran Date: Fri, 17 Apr 2026 15:29:04 -0700 Subject: [PATCH] add variable documentation to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d0e5def..b727e64 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,15 @@ vars: reddit_ads__campaign_country_conversions_passthrough_metrics: - name: "another_field" ``` + +#### Disable the URL null filter +By default, the `reddit_ads_url_report` model will filter out records where the URL field is null. If you would like to include these records, add the following configuration to your root `dbt_project.yml` file: + +```yml +vars: + ad_reporting__url_report__using_null_filter: false # Default is true +``` + #### Change the build schema By default, this package builds the Reddit Ads staging models within a schema titled (`` + `_reddit_ads_source`) and your Reddit Ads modeling models within a schema titled (`` + `_reddit_ads`) in your destination. If this is not where you would like your Reddit Ads data to be written to, add the following configuration to your root `dbt_project.yml` file: