forked from Datateer/target-gcs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meltano.yml
28 lines (28 loc) · 842 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
version: 1
send_anonymous_usage_stats: true
project_id: e1acb3ba-b6d0-4b7c-aa29-30ea9fc18d29
plugins:
extractors:
- name: tap-carbon-intensity
variant: meltano
pip_url: git+https://gitlab.com/meltano/tap-carbon-intensity.git
loaders:
- name: target-gcs
namespace: target_gcs
pip_url: -e .
capabilities:
- state
- catalog
- discover
settings:
- name: bucket_name
- name: credentials_file
- name: date_format
- name: key_prefix
- name: key_naming_convention
config:
bucket_name: datateer-managed-prt-prod-raw-data
credentials_file: .secrets/credentials_file.json
date_format: "%Y-%m-%d"
key_prefix: prt-test/triton
key_naming_convention: "{stream}/export_date={date}/{timestamp}.jsonl"