I am trying to import a csv file directly into Google Cloud SQL using the command below.
LOAD DATA LOCAL INFILE \"gs:/zuds/stg/ems/product_offering_fact/0000
Cloud SQL doesn't support running LOAD DATA LOCAL INFILE with "gs://" path. From the UI, as the doc suggests, only comma delimited files are supported at this point. Here are two workarounds: