File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11send_anonymous_usage_stats : true
2- project_id : " tap-greenhouse"
2+ project_id : tap-greenhouse
33default_environment : test
4- requires_meltano : " >=4.0"
4+ requires_meltano : ' >=4.0'
55environments :
66- name : test
77plugins :
@@ -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
You can’t perform that action at this time.
0 commit comments