forked from Matatika/tap-google-sheets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meltano.yml
44 lines (44 loc) · 1.18 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: true
project_id: 04da77a3-af12-49a4-b9bf-3c22845918ba
default_environment: test
environments:
- name: test
plugins:
extractors:
- name: tap-google-sheets
namespace: tap_google_sheets
pip_url: -e .
capabilities:
- state
- catalog
- discover
select:
- spreadsheet.*
settings:
- name: oauth_credentials.client_id
kind: password
- name: oauth_credentials.client_secret
kind: password
- name: oauth_credentials.refresh_token
kind: password
- name: sheet_id
- name: output_name
- name: child_sheet_name
- name: key_properties
kind: array
- name: sheets
kind: array
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
- name: target-postgres
variant: transferwise
pip_url: pipelinewise-target-postgres
- name: target-csv
variant: hotgluexyz
pip_url: git+https://github.com/hotgluexyz/[email protected]
- name: target-snowflake
variant: meltano
pip_url: git+https://github.com/Matatika/[email protected]