forked from MeltanoLabs/tap-postgres
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meltano.yml
44 lines (44 loc) · 1.04 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
version: 1
send_anonymous_usage_stats: true
project_id: "tap-postgres"
plugins:
extractors:
- name: "tap-postgres"
namespace: "tap_postgres"
pip_url: -e .
capabilities:
- state
- catalog
- discover
config:
sqlalchemy_url: "postgresql://postgres:postgres@localhost:5432/postgres"
settings:
- name: sqlalchemy_url
kind: password
- name: ssh_tunnel.enable
kind: boolean
value: false
- name: ssh_tunnel.private_key
kind: password
- name: ssh_tunnel.private_key_password
kind: password
- name: ssh_tunnel.host
- name: ssh_tunnel.username
- name: ssh_tunnel.port
- name: ssl_enable
kind: boolean
- name: ssl_client_certificate_enable
kind: boolean
- name: ssl_mode
- name: ssl_certificate_authority
kind: password
- name: ssl_client_certificate
kind: password
- name: ssl_client_private_key
kind: password
select:
- "*.*"
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl