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
@@ -41,21 +41,21 @@ vars:
41
41
apple_store_database: your_destination_name
42
42
apple_store_schema: your_schema_name
43
43
```
44
-
## Step 3: Enabling additional models
44
+
## Step 4: Enabling additional models
45
45
Your Apple App Store connector may not sync every table that this package expects. If you use subscriptions and have the `sales_subscription_event_summary` and `sales_subscription_summary` tables synced, add the following variable to your `dbt_project.yml` file:
46
46
47
47
```yml
48
48
vars:
49
49
apple_store__using_subscriptions: true # by default this is assumed to be false
In order to map longform territory names to their ISO country codes, we have adapted the CSV from [lukes/ISO-3166-Countries-with-Regional-Codes](https://github.com/lukes/ISO-3166-Countries-with-Regional-Codes) to align with Apple's country output [format](https://developer.apple.com/help/app-store-connect/reference/app-store-localizations/).
55
55
56
56
You will need to `dbt seed` the `apple_store_country_codes` [file](https://github.com/fivetran/dbt_apple_store_source/blob/main/seeds/apple_store_country_codes.csv) just once.
57
57
58
-
## (Optional) Step 5: Additional configurations
58
+
## (Optional) Step 6: Additional configurations
59
59
<details><summary>Expand to view configurations</summary>
60
60
61
61
### Defining subscription events
@@ -90,7 +90,7 @@ vars:
90
90
91
91
</details>
92
92
93
-
## (Optional) Step 6: Orchestrate your models with Fivetran Transformations for dbt Core™
93
+
## (Optional) Step 7: Orchestrate your models with Fivetran Transformations for dbt Core™
94
94
<details><summary>Expand to view details</summary>
0 commit comments