Hey Everyone,
I'm new to Meltano, would appreciate any help here.
So I am trying to write a custom extractor for geopostcodes data.
I basically need to do the following
1. Send username/password to get the bearer token
2. Send the bearer token in the second request and get the names of the files to download
3. Take the name of the file and send another request to download the file, I need to finally process this file and post it to S3
How do I go about doing this? How can I send multiple requests? Even if you point me to an appropriate helpd doc or tutorial I will be grateful.