Skip to content

Commit a9f1cb3

Browse files
chore: Lock file maintenance
Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
1 parent 7f1a323 commit a9f1cb3

2 files changed

Lines changed: 582 additions & 577 deletions

File tree

meltano.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
send_anonymous_usage_stats: true
2-
project_id: "tap-greenhouse"
2+
project_id: tap-greenhouse
33
default_environment: test
4-
requires_meltano: ">=4.0"
4+
requires_meltano: '>=4.0'
55
environments:
66
- name: test
77
plugins:
@@ -17,6 +17,10 @@ plugins:
1717
- stream-maps
1818
- structured-logging
1919

20+
settings_group_validation:
21+
- - client_id
22+
- client_secret
23+
2024
settings:
2125
- name: client_id
2226
kind: string
@@ -25,7 +29,7 @@ plugins:
2529
sensitive: true
2630

2731
- name: client_secret
28-
kind: password
32+
kind: string
2933
label: Client Secret
3034
description: OAuth2 client secret for Greenhouse Harvest API V3
3135
sensitive: true
@@ -35,13 +39,11 @@ plugins:
3539
label: Start Date
3640
description: The earliest record date to sync
3741

38-
settings_group_validation:
39-
- - client_id
40-
- client_secret
41-
4242
config:
4343
start_date: 1 week ago
4444

45+
select:
46+
- custom_field_options.*
4547
loaders:
4648
- name: target-jsonl
4749
variant: andyh1203

0 commit comments

Comments
 (0)