diff --git a/README.md b/README.md index 533742a..9fd5013 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,6 @@ # App Reporting dbt Package -

- - - - - - - - - - -

- This dbt package unifies and aggregates data from Fivetran's Apple App Store and Google Play connectors into analytics-ready tables. ## Resources @@ -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. diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 3054b9a..e3315b9 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -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: