Skip to content

Commit a3634ca

Browse files
readme
1 parent d358d6a commit a3634ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@ vars:
4141
apple_store_database: your_destination_name
4242
apple_store_schema: your_schema_name
4343
```
44-
## Step 3: Enabling additional models
44+
## Step 4: Enabling additional models
4545
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:
4646

4747
```yml
4848
vars:
4949
apple_store__using_subscriptions: true # by default this is assumed to be false
5050
```
5151

52-
## Step 4: Seed `country_codes` mapping table (once)
52+
## Step 5: Seed `country_codes` mapping table (once)
5353

5454
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/).
5555

5656
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.
5757

58-
## (Optional) Step 5: Additional configurations
58+
## (Optional) Step 6: Additional configurations
5959
<details><summary>Expand to view configurations</summary>
6060

6161
### Defining subscription events
@@ -90,7 +90,7 @@ vars:
9090

9191
</details>
9292

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™
9494
<details><summary>Expand to view details</summary>
9595
<br>
9696

0 commit comments

Comments
 (0)