-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeltano.yml
More file actions
50 lines (44 loc) · 1.02 KB
/
meltano.yml
File metadata and controls
50 lines (44 loc) · 1.02 KB
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
send_anonymous_usage_stats: true
project_id: tap-greenhouse
default_environment: test
requires_meltano: '>=4.0'
environments:
- name: test
plugins:
extractors:
- name: tap-greenhouse
namespace: tap_greenhouse
pip_url: -e .
capabilities:
- state
- catalog
- discover
- about
- stream-maps
- structured-logging
settings_group_validation:
- - client_id
- client_secret
settings:
- name: client_id
kind: string
label: Client ID
description: OAuth2 client ID for Greenhouse Harvest API V3
sensitive: true
- name: client_secret
kind: string
label: Client Secret
description: OAuth2 client secret for Greenhouse Harvest API V3
sensitive: true
- name: start_date
kind: date_iso8601
label: Start Date
description: The earliest record date to sync
config:
start_date: 1 week ago
select:
- custom_field_options.*
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl