Skip to content

Commit dacb3c5

Browse files
MagicBot/add-model-counts updates (#17)
1 parent c6e2749 commit dacb3c5

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# dbt_google_play_source version.version
2+
3+
## Documentation
4+
- Corrected references to connectors and connections in the README. ([#17](https://github.com/fivetran/dbt_google_play_source/pull/17))
5+
16
# dbt_google_play_source v0.4.0
27
[PR #14](https://github.com/fivetran/dbt_google_play_source/pull/14) includes the following updates:
38

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
## How do I use the dbt package?
2626
### Step 1: Prerequisites
2727
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.
2929
- A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, **Databricks** destination.
3030

3131
### Step 2: Install the package (skip if also using the `google_play` or `app_reporting` transformation packages)
@@ -45,7 +45,7 @@ vars:
4545
google_play_schema: your_schema_name
4646
```
4747
### 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:
4949

5050
```yml
5151
vars:
@@ -62,8 +62,8 @@ You will need to `dbt seed` the `google_play__country_codes` [file](https://gith
6262
### (Optional) Step 6: Additional configurations
6363
<details open><summary>Expand/collapse configurations</summary>
6464

65-
#### Union multiple connectors
66-
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:
6767

6868
```yml
6969
vars:

0 commit comments

Comments
 (0)