-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeltano.yml
47 lines (47 loc) · 979 Bytes
/
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
version: 1
send_anonymous_usage_stats: true
project_id: target-databend
plugins:
extractors:
- name: tap-mysql
variant: transferwise
pip_url: pipelinewise-tap-mysql
config:
host: 127.0.0.1
port: 13306
user: root
database: test
metadata:
'*':
replication-method: FULL_TABLE
loaders:
- name: target-databend
namespace: target_databend
pip_url: -e .
capabilities:
- state
- catalog
- discover
settings:
- name: host
kind: string
default: localhost
- name: port
kind: integer
default: 3307
- name: user
kind: string
default: root
- name: password
kind: password
- name: dbname
kind: string
default: target_databend
- name: start_date
value: '2010-01-01T00:00:00Z'
config:
dbname: target_mysql
host: 192.168.51.196
port: 3307
user: databend
start_date: '2010-01-01T00:00:00Z'