josh_wills
10/18/2021, 10:45 PMtap-klaviyo
by way of https://github.com/singer-io/tap-klaviyo and while I can discover data in our Klaviyo account, running meltano elt tap-klaviyo ...
isn't actually extracting any data from the API. This is what my config looks like in meltano.yml
- any thoughts on what I might be missing? 🙇
- name: tap-klaviyo
namespace: tap_klaviyo
pip_url: git+<https://github.com/singer-io/tap-klaviyo.git>
executable: tap-klaviyo
capabilities:
- state
- discover
- properties
settings:
- name: api_key
kind: password
- name: user_agent
kind: email
- name: start_date
kind: date_iso8601
config:
start_date: 2020-12-01
metadata:
'*':
replication-method: FULL_TABLE
select:
- campaigns.*
- global_exclusions.*
- lists.*
...
taylor
10/19/2021, 2:25 PMmeltano invoke tap-klaviyo…
josh_wills
10/19/2021, 4:16 PM