hhm970 / mental-health-monitor-project

0 stars 0 forks source link

Establish connection with Google Sheets API #9

Closed hhm970 closed 1 week ago

hhm970 commented 1 week ago

Description

After the user completes their daily Google Form, their inputted data is automatically transferred to a Google Sheets file in real-time. However, we need to find a way to extract this data, so it can be inputted into our ETL pipeline. This can be done via the Google Sheets API, which requires use of Google Cloud Platform to establish API keys and associated tools

Required Files

N/A

User Story

As an engineer, I need to research how to use the Google Sheets API, so that I can perform a GET request to extract data to put into the pipeline