-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeltano.yml
50 lines (50 loc) · 1.08 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
version: 1
send_anonymous_usage_stats: true
project_id: tap-ruddr
default_environment: test
environments:
- name: test
plugins:
extractors:
- name: tap-ruddr
namespace: tap_ruddr
pip_url: -e .
executable: tap-ruddr
capabilities:
- catalog
- discover
- properties
- state
settings:
- name: auth_token
kind: password
- name: start_date
value: '2023-01-01'
config:
start_date: '2023-01-01'
flattening_enabled: true
flattening_max_depth: 0
select:
- clients.*
- projects.*
- project-members.*
- project-roles.*
- project-tasks.*
- project-expenses.*
- project-other-items.*
- time-entries.*
- allocations.*
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
- name: target-duckdb
variant: jwills
pip_url: target-duckdb~=0.4
config:
data_flattening_max_level: 1
temp_dir: /tmp/duckdb/
validate_records: false
- name: target-parquet
variant: estrategiahq
pip_url: git+https://github.com/estrategiahq/target-parquet.git