I need to connect google cloud SQL server from google cloud function in python and write data every 30 minutes.
I have a python function which create pandas data frame and with another function I connected Google cloud SQL server and write this pandas data frame to corresponding table in Microsoft SQL server management . But I need to run this functions every 20 minutes periodically. So, my idea is create cloud function and then create google cloud scheduler work to run these python functions every 20 minutes. But I can not found clear guide for this. Google cloud documentation is very confused. Any suggestion are appreciated.