I want to write a small Python script to run in gcp cloud run. The application will write data from one project and write to another project. Something like insert into SQL statement. What is the best way to do this?
I want to write a small Python script to run in gcp cloud run. The application will write data from one project and write to another project. Something like insert into SQL statement. What is the best way to do this?