forked from MeltanoLabs/tap-gitlab
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeltano.yml
60 lines (60 loc) · 1.42 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
version: 1
send_anonymous_usage_stats: true
project_id: tap-gitlab--meltanolabs
plugins:
extractors:
- name: tap-gitlab
namespace: tap_gitlab
pip_url: -e .
capabilities:
- state
- catalog
- discover
- about
- stream-maps
settings:
- 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
- name: requests_cache_path
kind: string
config:
projects: meltano/demo-project meltano/meltano
start_date: '2022-03-01T00:00:00Z'
requests_cache_path: ./api_caches
select:
- '*.*'
- '!jobs' # Very slow
- '!pipelines_extended' # Very slow
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
- name: target-sqlite
variant: meltanolabs
pip_url: git+https://github.com/MeltanoLabs/target-sqlite.git