-
Notifications
You must be signed in to change notification settings - Fork 20
/
meltano.yml
62 lines (62 loc) · 1.52 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
57
58
59
60
61
62
version: 1
send_anonymous_usage_stats: true
project_id: 508ebc10-c634-43e3-8184-b910546fe774
plugins:
extractors:
- name: tap-clickup
namespace: tap_clickup
executable: ./tap_clickup.sh
capabilities:
- catalog
- discover
- state
settings:
- name: api_token
kind: password
# config:
select:
- '!shared_hierarchy.*'
- '*.*'
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
- name: target-postgres
variant: transferwise
pip_url: pipelinewise-target-postgres
config:
dbname: postgres
database: postgres
user: postgres
host: localhost
port: 5432
data_flattening_max_level: 10
- name: target-stitch
namespace: target_stitch
pip_url: target-stitch
executable: target-stitch
settings:
- name: token
kind: password
config:
client_id: 191229
small_batch_url: https://api.stitchdata.com/v2/import/batch
big_batch_url: https://api.stitchdata.com/v2/import/batch
batch_size_preferences:
a: a
- name: target-snowflake
variant: transferwise
pip_url: pipelinewise-target-snowflake
config:
account: yja98422
database: test
user: tap_clickup
warehouse: COMPUTE_WH
s3_bucket: snowflake-clickup-testing
stage: tap_clickup.tap_clickup
file_format: tap_clickup.tap_clickup
s3_region_name: us-west-2
default_target_schema: tap_clickup
primary_key_required: False
environments:
- name: dev