Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you export daily data extracts from Cloud SQL for MySQL in CSV format to train a machine learning model for next-day route optimization, following Google-recommended practices?
A
Use Cloud Scheduler to trigger a Cloud Function that will run a select * from table(s) query to call the cloudsql.instances.export API.
B
Use Cloud Scheduler to trigger a Cloud Function through Pub/Sub to call the cloudsql.instances.export API.
C
Use Cloud Composer to orchestrate an export by calling the cloudsql.instances.export API.
D
Use Cloud Composer to execute a select * from table(s) query and export results.