Google cloud sql export csv fails when contains nulls
问题 I'm exporting a table from my Mysql database in Cloud Sql with the command, gcloud sql export csv INSTANCE URI --query = QUERY I have the file in my bucket, but when I try to import into Bigquery it fails, I noticed that all nulls are replaced by "n, not even close the quote. I found that this is a known bug, https://cloud.google.com/sql/docs/mysql/known-issues Someone has a temporary solution? thanks a lot. 回答1: The fix for this issue is still currently being addressed by the Cloud SQL Team.