forked from z3z1ma/target-bigquery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meltano.yml
48 lines (48 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
version: 1
send_anonymous_usage_stats: true
project_id: target-bigquery
default_environment: testing
environments:
- name: testing
plugins:
extractors:
- name: tap-infinity
namespace: tap_infinity
pip_url: git+https://github.com/spacecowboy/tap-infinity.git
capabilities:
- catalog
- discover
- batch
- test
- about
config:
row_count: 1000000
column_count: 150
batch_size: 1000000
batch_config:
encoding:
format: jsonl
compression: gzip
storage:
root: file://
prefix: ''
- name: tap-carbon-intensity
variant: meltano
pip_url: git+https://gitlab.com/meltano/tap-carbon-intensity.git
loaders:
- name: target-bigquery
namespace: target_bigquery
pip_url: -e .
capabilities:
- about
- batch
- stream-maps
- record-flattening
config:
project: ${BQ_PROJECT}
method: storage_write_api
denormalized: true
credentials_path: ${HOME}/.gcp/dwh-credentials.json
dataset: raw_testing
batch_size: 500
timeout: 300