Hi! i need to build elt pipeline. With custom mel...
# getting-started
a
Hi! i need to build elt pipeline. With custom meltano tap and loader vertica. I cloned cookiecutter template already, and i need to make post request with json body and inside json body there is csv response. I am getting this csv file and post request works but i dont know based on csv file structure how to create now table and load csv file to a vertica warehouse. Can you refer me some blog posts, or so tutorials what i can follow? Thank you
v
I'd start here https://docs.meltano.com/getting-started/ without a custom tap, and learn how the normal flow looks
a
i have already completed this with plugin. Now looking for documentation how to build custom tap so that i can get data from api making post request and loading it to vertica table