Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
<!--section="app-reporting_transformation_model"-->
# App Reporting dbt Package

<p align="left">
<a alt="License"
href="https://github.com/fivetran/dbt_app_reporting/blob/main/LICENSE">
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a>
<a alt="dbt-core">
<img src="https://img.shields.io/badge/dbt_Core™_version->=1.3.0,_<3.0.0-orange.svg" /></a>
<a alt="Maintained?">
<img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" /></a>
<a alt="PRs">
<img src="https://img.shields.io/badge/Contributions-welcome-blueviolet" /></a>
<a alt="Fivetran Quickstart Compatible"
href="https://fivetran.com/docs/transformations/data-models/quickstart-management#quickstartmanagement/quickstart">
<img src="https://img.shields.io/badge/Fivetran_Quickstart_Compatible%3F-yes-green.svg" /></a>
</p>

This dbt package unifies and aggregates data from Fivetran's Apple App Store and Google Play connectors into analytics-ready tables.

## Resources
Expand All @@ -29,6 +14,8 @@ This dbt package unifies and aggregates data from Fivetran's Apple App Store and
- [dbt Docs](https://fivetran.github.io/dbt_app_reporting/#!/overview)
- [DAG](https://fivetran.github.io/dbt_app_reporting/#!/overview?g_v=1)
- [Changelog](https://github.com/fivetran/dbt_app_reporting/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 standardize schemas from various app platform connectors and create reporting models for all activity aggregated to the device, country, OS version, app version, and traffic source levels. It creates enriched models with metrics focused on app performance, user engagement, and platform-specific analytics.
Expand Down
4 changes: 2 additions & 2 deletions integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ dispatch:

models:
+persist_docs:
relation: "{{ false if target.type in ('spark','databricks') else true }}"
columns: "{{ false if target.type in ('spark','databricks') else true }}"
relation: true
columns: "{{ false if target.type in ('databricks') else true }}"
+schema: "app_reporting_{{ var('directed_schema','dev') }}" ## To be used for validation testing

seeds:
Expand Down
Loading