From f0bc090ee13de6c17a6e8d3e786be1cae9874249 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:58:14 -0500 Subject: [PATCH] Apply suggestions from code review --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3770387..5384849 100644 --- a/README.md +++ b/README.md @@ -16,16 +16,21 @@ - Generates a comprehensive data dictionary of your source and modeled Snapchat Ads data through the [dbt docs site](https://fivetran.github.io/dbt_snapchat_ads/). - Enables you to better understand your marketing performance based on different levels of granularity: -The following table provides a detailed list of all models materialized within this package by default. -> TIP: See more details about these models in the package's [dbt docs site](https://fivetran.github.io/dbt_snapchat_ads/#!/overview?g_v=1&g_e=seeds). + -| **Model** | **Description** | +The following table provides a detailed list of all tables materialized within this package by default. +> TIP: See more details about these tables in the package's [dbt docs site](https://fivetran.github.io/dbt_snapchat_ads/#!/overview?g_v=1&g_e=seeds). + +| **Table** | **Description** | | ---------------------------- | ---------------------------------------------------------------------------------------------------------------------- | | [snapchat_ads__account_report](https://fivetran.github.io/dbt_snapchat_ads/#!/model/model.snapchat_ads.snapchat_ads__account_report) | Each record represents the daily ad performance of each account. | | [snapchat_ads__campaign_report](https://fivetran.github.io/dbt_snapchat_ads/#!/model/model.snapchat_ads.snapchat_ads__campaign_report) | Each record represents the daily ad performance of each campaign. | | [snapchat_ads__ad_report](https://fivetran.github.io/dbt_snapchat_ads/#!/model/model.snapchat_ads.snapchat_ads__ad_report) | Each record represents the daily ad performance of each ad. | | [snapchat_ads__url_report](https://fivetran.github.io/dbt_snapchat_ads/#!/model/model.snapchat_ads.snapchat_ads__url_report) | Each record represents the daily ad performance of each ad url. | | [snapchat_ads__ad_squad_report](https://fivetran.github.io/dbt_snapchat_ads/#!/model/model.snapchat_ads.snapchat_ads__ad_squad_report) | Each record represents the daily ad performance of each ad squad. + + + ## How do I use the dbt package? ### Step 1: Prerequisites