glenn_kentwell
03/24/2022, 10:53 PMtap-google-sheets has a spreadsheet_id configuration so a pipeline with using this tap can only load from a single Sheets document at a time.
I’m thinking I will create an Airflow DAG to:
1. fetch any new Sheets and their spreadsheet_id (i might need to create a Google Drive extractor plugin to do this? or maybe just a script run by Airflow…)
2. invoke my Meltano pipeline that invokes the tap-google-sheets pipeline for each new spreadsheet_id
Thank you 🙂aaronsteers
03/25/2022, 2:24 AMaaronsteers
03/25/2022, 2:29 AMglenn_kentwell
03/25/2022, 3:55 AM