Hi team đź‘‹ I'm evaluating using meltano for some upcoming projects, and I'm trying to wrap my head around a lot of new stuff - I come from a more old-school luigi ETL background, so apologies for inevitably stupid questions!
Supposing I had some kind of job where I needed to make API requests based on row(s) of a db table, parse the response, then store the output. How might this fit into meltano? Am I strictly limited to transforms I can write in SQL? Can I pipe input to taps to control what they output? Or something else?