-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeltano.yml
52 lines (51 loc) · 1.07 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
version: 1
send_anonymous_usage_stats: false
project_id: 2e2d28c2-b095-47e1-9804-ac713c722466
default_environment: dev
plugins:
extractors:
- name: tap-bitso
namespace: bitso
pip_url: -e .
capabilities:
- state
- catalog
- discover
- about
- stream-maps
settings:
- name: key
kind: password
label: Bitso API Key
description: Bitso API Key
sensitive: true
documentation: https://bitso.com/api_info?python#generating-api-keys
- name: secret
kind: password
label: Bitso API Secret
sensitive: true
- name: base_url
kind: string
value: https://api.bitso.com
label: Bitso API base URL
- name: books
kind: array
config:
books:
- btc_mxn
- eth_mxn
select_filter:
- '!trades'
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
- name: target-sqlite
variant: meltano
config:
database: output/${MELTANO_EXTRACT__LOAD_SCHEMA}.db
batch_size: 500
environments:
- name: dev
venv:
backend: uv