-
Notifications
You must be signed in to change notification settings - Fork 0
/
meltano.yml
54 lines (53 loc) · 1.36 KB
/
meltano.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
version: 1
send_anonymous_usage_stats: false
project_id: "tap-playstore"
default_environment: test
environments:
- name: test
plugins:
extractors:
- name: "tap-playstore"
namespace: "tap_playstore"
pip_url: -e .
capabilities:
- state
- catalog
- discover
- about
- stream-maps
config:
start_date: '2024-01-01T00:00:00Z'
service_account_json_str: $GOOGLE_PLAY_CREDENTIALS
bucket_name: $GOOGLE_PLAY_BUCKET
settings:
- name: service_account_json_file
kind: string
- name: service_account_json_str
kind: string
- name: bucket_name
kind: string
- name: start_date
kind: string
select:
# uncomment as necessary
# - reviews.*
# - stats_by_dimension_buyers_7d.*
# - stats_by_dimension_crashes.*
# - stats_by_dimension_gcm.*
- stats_by_dimension_installs.*
# - stats_by_dimension_ratings.*
# - stats_by_dimension_retained_installers.*
# - stats_overview_crashes.*
# - stats_overview_gcm.*
- stats_overview_installs.*
# - stats_overview_ratings.*
# - store_performance_country.*
# - store_performance_traffic_source.*
# - subscriptions_country.*
- earnings.*
# - play_balance_krw.*
# - sales_reports.*
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl