-
Notifications
You must be signed in to change notification settings - Fork 29
/
meltano.yml
62 lines (62 loc) · 1.32 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
53
54
55
56
57
58
59
60
61
62
version: 1
send_anonymous_usage_stats: false
project_id: 96584f7b-a36c-46e0-b41a-7f9074293137
plugins:
extractors:
- name: tap-github
namespace: tap_github
pip_url: -e .
capabilities:
- state
- catalog
- discover
settings:
- name: user_agent
kind: string
- name: metrics_log_level
kind: string
- name: auth_token
kind: password
- name: additional_auth_tokens
kind: array
- name: auth_app_keys
kind: array
- name: rate_limit_buffer
kind: integer
- name: expiry_time_buffer
kind: integer
- name: searches
kind: array
- name: organizations
kind: array
- name: repositories
kind: array
- name: user_usernames
kind: array
- name: user_ids
kind: array
- name: stream_options.milestones.state
kind: options
options:
- label: Open
value: open
- label: Closed
value: closed
- label: All
value: all
- name: start_date
kind: date_iso8601
value: '2010-01-01T00:00:00Z'
- name: stream_maps
kind: object
- name: stream_map_config
kind: object
select:
- '*.*'
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
config:
destination_path: .output
do_timestamp_file: true