|
1 | 1 | name: 'google_play_source'
|
2 |
| -version: '0.3.1' |
| 2 | +version: '0.4.0' |
3 | 3 | config-version: 2
|
4 | 4 | require-dbt-version: [">=1.3.0", "<2.0.0"]
|
5 | 5 | vars:
|
6 | 6 | google_play_source:
|
7 |
| - stats_installs_app_version: "{{ source('google_play', 'stats_installs_app_version') }}" |
| 7 | + earnings: "{{ source('google_play', 'earnings') }}" |
| 8 | + financial_stats_subscriptions_country: "{{ source('google_play', 'financial_stats_subscriptions_country') }}" |
8 | 9 | stats_crashes_app_version: "{{ source('google_play', 'stats_crashes_app_version') }}"
|
9 |
| - stats_ratings_app_version: "{{ source('google_play', 'stats_ratings_app_version') }}" |
10 |
| - stats_installs_device: "{{ source('google_play', 'stats_installs_device') }}" |
11 |
| - stats_ratings_device: "{{ source('google_play', 'stats_ratings_device') }}" |
12 |
| - stats_installs_os_version: "{{ source('google_play', 'stats_installs_os_version') }}" |
13 |
| - stats_ratings_os_version: "{{ source('google_play', 'stats_ratings_os_version') }}" |
14 | 10 | stats_crashes_os_version: "{{ source('google_play', 'stats_crashes_os_version') }}"
|
| 11 | + stats_crashes_overview: "{{ source('google_play', 'stats_crashes_overview') }}" |
| 12 | + stats_installs_app_version: "{{ source('google_play', 'stats_installs_app_version') }}" |
15 | 13 | stats_installs_country: "{{ source('google_play', 'stats_installs_country') }}"
|
| 14 | + stats_installs_device: "{{ source('google_play', 'stats_installs_device') }}" |
| 15 | + stats_installs_os_version: "{{ source('google_play', 'stats_installs_os_version') }}" |
| 16 | + stats_installs_overview: "{{ source('google_play', 'stats_installs_overview') }}" |
| 17 | + stats_ratings_app_version: "{{ source('google_play', 'stats_ratings_app_version') }}" |
16 | 18 | stats_ratings_country: "{{ source('google_play', 'stats_ratings_country') }}"
|
| 19 | + stats_ratings_device: "{{ source('google_play', 'stats_ratings_device') }}" |
| 20 | + stats_ratings_os_version: "{{ source('google_play', 'stats_ratings_os_version') }}" |
| 21 | + stats_ratings_overview: "{{ source('google_play', 'stats_ratings_overview') }}" |
17 | 22 | stats_store_performance_country: "{{ source('google_play', 'stats_store_performance_country') }}"
|
18 | 23 | stats_store_performance_traffic_source: "{{ source('google_play', 'stats_store_performance_traffic_source') }}"
|
19 |
| - stats_installs_overview: "{{ source('google_play', 'stats_installs_overview') }}" |
20 |
| - stats_crashes_overview: "{{ source('google_play', 'stats_crashes_overview') }}" |
21 |
| - stats_ratings_overview: "{{ source('google_play', 'stats_ratings_overview') }}" |
22 |
| - earnings: "{{ source('google_play', 'earnings') }}" |
23 |
| - financial_stats_subscriptions_country: "{{ source('google_play', 'financial_stats_subscriptions_country') }}" |
24 | 24 | models:
|
25 | 25 | google_play_source:
|
26 | 26 | +schema: google_play_source
|
|
0 commit comments