You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
## How do I use the dbt package?
26
26
### Step 1: Prerequisites
27
27
To use this dbt package, you must have the following:
28
-
- At least one Fivetran Google Play connector syncing data into your destination.
28
+
- At least one Fivetran Google Play connection syncing data into your destination.
29
29
- A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, **Databricks** destination.
30
30
31
31
### Step 2: Install the package (skip if also using the `google_play` or `app_reporting` transformation packages)
@@ -45,7 +45,7 @@ vars:
45
45
google_play_schema: your_schema_name
46
46
```
47
47
### Step 4: Disable models for non-existent sources
48
-
Your Google Play connector might not sync every table that this package expects. If you have financial and/or subscriptions data, namely the `earnings` and `financial_stats_subscriptions_country` tables, add the following variable(s) to your `dbt_project.yml` file:
48
+
Your Google Play connection might not sync every table that this package expects. If you have financial and/or subscriptions data, namely the `earnings` and `financial_stats_subscriptions_country` tables, add the following variable(s) to your `dbt_project.yml` file:
49
49
50
50
```yml
51
51
vars:
@@ -62,8 +62,8 @@ You will need to `dbt seed` the `google_play__country_codes` [file](https://gith
If you have multiple google_play connectors in Fivetran and would like to use this package on all of them simultaneously, we have provided functionality to do so. The package will union all of the data together and pass the unioned table into the transformations. You will be able to see which source it came from in the `source_relation` column of each model. To use this functionality, you will need to set either the `google_play_union_schemas` OR `google_play_union_databases` variables (cannot do both) in your root `dbt_project.yml` file:
65
+
#### Union multiple connections
66
+
If you have multiple google_play connections in Fivetran and would like to use this package on all of them simultaneously, we have provided functionality to do so. The package will union all of the data together and pass the unioned table into the transformations. You will be able to see which source it came from in the `source_relation` column of each model. To use this functionality, you will need to set either the `google_play_union_schemas` OR `google_play_union_databases` variables (cannot do both) in your root `dbt_project.yml` file:
0 commit comments