-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeltano.yml
63 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
57
58
59
60
61
62
63
version: 1
send_anonymous_usage_stats: true
project_id: tap-adp
default_environment: test
environments:
- name: test
plugins:
extractors:
- name: tap-adp
namespace: tap_adp
pip_url: -e .
capabilities:
- state
- catalog
- discover
- about
- stream-maps
# TODO: Declare settings and their types here:
settings_group_validation:
- [username, password]
# TODO: Declare default configuration values here:
settings:
- name: client_id
label: Client ID
description: The OAuth client ID for ADP API
sensitive: true
- name: client_secret
kind: string
label: Client Secret
description: The OAuth client secret for ADP API
sensitive: true
- name: cert_public
label: Client Certificate
description: Client certificate for ADP API
sensitive: true
- name: cert_private
label: Client Private Key
description: Client private key for ADP API
sensitive: true
- name: start_date
kind: date_iso8601
label: Start Date
description: Initial date to start extracting data from
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
- name: target-postgres
variant: meltanolabs
pip_url: meltanolabs-target-postgres
config:
host: localhost
port: 5432
database: postgres
user: postgres
password: postgres