Skip to content

Commit

Permalink
Fix extractor settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrosjean committed Nov 17, 2023
1 parent c1c6296 commit 6d469ef
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ environments:
plugins:
extractors:
- name: tap-getresponse
# select:
# - contact_activities.*
- name: uat
select:
- webinars.*
- newsletters.*
- name: prod
plugins:
extractors:
Expand All @@ -23,8 +23,10 @@ plugins:
- discover
- about
- stream-maps
config:
auth_token: $VAR
settings:
- name: auth_token
kind: password
description: GetResponse auth token
loaders:
- name: target-jsonl
variant: andyh1203
Expand Down

0 comments on commit 6d469ef

Please sign in to comment.