-
Notifications
You must be signed in to change notification settings - Fork 0
/
meltano.yml
56 lines (56 loc) · 1.39 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
55
56
version: 1
send_anonymous_usage_stats: true
project_id: e3e14778-c534-4325-9a0e-66f5b1338b4b
plugins:
extractors:
- name: tap-zohosprints
namespace: tap_zohosprints
executable: ./tap-zohosprints.sh
capabilities:
- state
- catalog
- discover
settings:
- name: api_url
kind: string
- name: oauth_url
kind: string
- name: client_id
kind: password
- name: client_secret
kind: password
- name: refresh_token
kind: password
- name: start_date
value: '2010-01-01T00:00:00Z'
config:
api_url: https://sprintsapi.zoho.com.au/zsapi
oauth_url: https://accounts.zoho.com.au/oauth/v2/token
#api_url: https://sprintsapi.zoho.com/zsapi
#oauth_url: https://accounts.zoho.com/oauth/v2/token
select:
- '!log_hour.*'
- '!project_user.*'
- '*.*'
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
- name: target-postgres
variant: transferwise
pip_url: pipelinewise-target-postgres
config:
#Pointing to these via .env so dbt can have access
#host: 192.168.0.170
#user: postgres
#dbname: postgres
primary_key_required: false
transformers:
- name: dbt
pip_url: dbt==0.21.1
config:
target: postgres
target_schema: dbt
files:
- name: dbt
pip_url: git+https://gitlab.com/meltano/files-dbt.git@config-version-2