I am trying a simple operation where I import a csv file from my cloud storage bucket into my cloud sql database. However I repeatedly receive the error message HTTPError 400: Unknown export file type.
.
I am following https://cloud.google.com/sdk/gcloud/reference/sql/import/csv as reference.
What can be wrong?
The database Prod
exists as does the fundamental
table
The actual .csv
data I am trying to import