forked from MeltanoLabs/tap-gitlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeltano.yml
52 lines (51 loc) · 1.16 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: true
project_id: tap-gitlab
plugins:
extractors:
- name: tap-gitlab
namespace: tap_gitlab
pip_url: -e .
capabilities:
- state
- catalog
- discover
- about
- stream-maps
- schema-flattening
config:
start_date: '2010-01-01T00:00:00Z'
settings:
# TODO: To configure using Meltano, declare settings and their types here:
- name: api_url
kind: string
- name: private_token
kind: password
- name: groups
kind: string
- name: projects
kind: string
- name: start_date
kind: date_iso8601
- name: ultimate_license
kind: boolean
- name: fetch_merge_request_commits
kind: boolean
- name: fetch_pipelines_extended
kind: boolean
- name: fetch_group_variables
kind: boolean
- name: fetch_project_variables
kind: boolean
- name: stream_maps
kind: object
- name: stream_map_config
kind: object
- name: flattening_enabled
kind: boolean
- name: flattening_max_depth
kind: integer
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl