-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmeltano.yml
40 lines (40 loc) · 1 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
version: 1
send_anonymous_usage_stats: true
project_id: 84ef0d85-4664-4c83-8c0a-427892996390
plugins:
extractors:
- name: tap-tiktok-business
namespace: tap_tiktok_business
pip_url: -e .
capabilities:
- state
- catalog
- discover
settings:
- name: client_id
type: string
- name: client_secret
type: string
- name: access_token
description: Your TikTok access token
type: string
- name: refresh_token
description: Your TikTok refresh token
type: string
- name: business_ids
kind: array
description: Your TikTok business ID
- name: start_date
value: '2010-01-01T00:00:00Z'
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
- name: target-bigquery
variant: adswerve
pip_url: git+https://github.com/adswerve/[email protected]
config:
project_id: nymag-analytics-157315
add_metadata_columns: true
table_prefix: src_
merge_state_messages: false