-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeltano.yml
42 lines (40 loc) · 1.1 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
version: 1
send_anonymous_usage_stats: true
project_id: tap-docebo
default_environment: test
environments:
- name: test
plugins:
extractors:
- name: tap-docebo
variant: firehose
namespace: tap_docebo
pip_url: -e .
repo: https://github.com/MarkEstey/firehose-tap-docebo
maintenance_status: development
capabilities:
- state
- catalog
- discover
- about
- stream-maps
settings:
- { name: url_base, kind: string }
- { name: oauth_client_id, kind: string }
- { name: oauth_client_secret, kind: string, sensitive: true }
- { name: oauth_username, kind: string }
- { name: oauth_password, kind: string, sensitive: true }
- { name: bearer_token, kind: string, sensitive: true }
- { name: page_size, kind: integer }
- { name: start_date, kind: date_iso8601 }
- { name: stream_type_conformance, kind: string }
- { name: stream_maps, kind: object }
- { name: stream_maps_config, kind: object }
select:
- '*.*'
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
config:
do_timestamp_file: true