Every day I get an email with a link it in that then triggers a download of a CSV file that I need to get into Google Cloud storage for eventual inclusion in a BigQuery table.
overview: I receive emails with a .csv attachment and I need to create an ETL to move these files from gmail to cloud storage. also, I want to do it in Python.