-
Notifications
You must be signed in to change notification settings - Fork 9
/
meltano.yml
58 lines (58 loc) · 1.3 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
version: 1
send_anonymous_usage_stats: true
project_id: tap-mysql
default_environment: test
environments:
- name: test
plugins:
extractors:
- name: tap-mysql
namespace: tap_mysql
pip_url: -e .
capabilities:
- state
- catalog
- discover
- about
- stream-maps
settings:
- name: host
- name: port
kind: integer
- name: user
- name: password
kind: password
sensitive: true
- name: database
- name: options
kind: object
- name: sqlalchemy_url
kind: password
sensitive: true
- name: ssh_tunnel.private_key
kind: password
sensitive: true
- name: ssh_tunnel.private_key_password
kind: password
sensitive: true
- name: ssh_tunnel.host
- name: ssh_tunnel.username
- name: ssh_tunnel.port
config:
host: aws.connect.psdb.cloud
user: 0fiqne6txvcqtjbdywan
database: tap-mysql
sqlalchemy_options:
ssl_ca: "/etc/ssl/certs/ca-certificates.crt"
ssl_verify_cert: "true"
ssl_verify_identity: "true"
select:
- "*.*"
- "!information_schema-PROFILING.*"
- "!mysql-time_zone.*"
- "!mysql-time_zone_transition.*"
- "!performance_schema-log_status.*"
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl