tedmund_ho
10/17/2021, 9:25 AMtap-google-sheets extractor and a tap-postgres loader and it worked rather smoothly. My doubts lie mainly in:
• Use of the CLI interface (looking at the docs, not too sure how to integrate it into my Rust backend). Also, since each client Google account requires a different refresh_token, I'm not too sure on how easy it is to generate the Meltano configuration file after redirecting the users to Google authentication within my app.
• Whether there would be difficulty in allowing for an arbitrary number of sources, as created "on-the-fly" by my clients.
Naturally, I am looking to extend my application to allow clients to pull in data from more than just the Google Sheets API, hence I am looking to Meltano as a possible solution to make data integration easier.taylor
10/18/2021, 1:34 PMpat_nadolny
10/18/2021, 1:40 PMtap-google-sheets can support many different user specific instantiations on the fly.aaronsteers
10/18/2021, 10:17 PMtedmund_ho
10/19/2021, 3:56 AM