-
Notifications
You must be signed in to change notification settings - Fork 0
/
meltano.yml
44 lines (44 loc) · 1.35 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: false
project_id: 324fc8e1-67e5-4d15-a810-e2814fdb0d79
plugins:
extractors:
- name: tap-mongodb
variant: singer-io
pip_url: tap-mongodb
config:
user: datateer
password: $TAP_MONGODB_PASSWORD
host: localhost
port: 27017
database: sample_airbnb
metadata:
sample_airbnb-listingsAndReviews:
replication-key: _id
replication-method: INCREMENTAL
catalog: ./catalog.json
loaders:
- name: target-jsonl
namespace: target_jsonl
pip_url: git+ssh://[email protected]/Datateer/target-jsonl.git@master
executable: target-jsonl
settings:
- name: destination_path
value: ./output
- name: target-s3-jsonl
namespace: target_s3_jsonl
pip_url: git+ssh://[email protected]/datateer/target-s3-jsonl.git@main
executable: target-s3-jsonl
settings:
- name: aws_access_key_id
env: TARGET_S3_AWS_ACCESS_KEY_ID
- name: aws_secret_access_key
env: TARGET_S3_AWS_SECRET_ACCESS_KEY
- name: s3_bucket
env: S3_RAW_BUCKET
- name: naming_convention
- name: temp_dir
- name: date_format
value: "%Y-%m-%d"
config:
naming_convention: sample/tap-mongodb/{stream}/export_date={date}/{stream}_{timestamp}.jsonl