Hi all, I’m having trouble configuring an Adyen t...
# plugins-general
i
Hi all, I’m having trouble configuring an Adyen tap to use a specific report. When I do a test run it tries to download dispute_report but I want settlement_details. Where is this set? Can you help me with this please?
p
@ioana_s there was a thread going recently related to adyen https://meltano.slack.com/archives/C013EKWA2Q1/p1682096422671869. I found a new sendinblue variant that might be worth checking out. @magnus_avitsland did you have any luck with the Adyen taps? Any insights you can share here?
i
Yeah, I know. We are colleagues 😀 We found the tap but now we’re don’t know how to make it download the report that we want
p
😆 which variant are you working with right now?
i
Sendinblue ☺️
p
Would you mind sharing your current meltano.yml? (with any sensitive info removed)
m
Ioana will share it soon, it seems the tap trues to always load the dispute report, but we have no such. We just need the settlement report.
i
plugins: extractors: ◦ name: tap-adyen variant: sendinblue pip_url: git+https://github.com/sendinblue/singer-tap-adyen.git config: merchant_account: <our_merchant_account> report_user: <our_report_user> start_date: ‘2023-05-01’ schemaless: false company_account: <our_company_account>
p
You should be able to select only the streams you want
i
Ok. I’ll look into that. Thank you