-
Notifications
You must be signed in to change notification settings - Fork 0
/
meltano.yml
47 lines (35 loc) · 838 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
default_environment: prod
project_id: 82e22c4f-54e1-4932-b394-4689151b741f
######################
#### ENVIRONMENTS ####
######################
environments:
- name: dev
- name: prod
#################
#### PLUGINS ####
#################
plugins:
#### EXTRACTORS ####
extractors:
# IMDb
- name: tap-imdb
namespace: tap_imdb
pip_url: git+https://github.com/chodera/tap-imdb.git
executable: tap-imdb
#### LOADERS ####
loaders:
# Postgres Default
- name: target-postgres
variant: transferwise
pip_url: pipelinewise-target-postgres
config:
host: ${POSTGRES_HOST}
port: 5432
user: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
dbname: ${POSTGRES_DBNAME}
batch_size_rows: 1000
add_metadata_columns: true
default_target_schema: raw_imdb