What steps will reproduce the problem?
1. Using Windows, load bq tools in shell mode
2. Attempt to load a file (I'm using Google Cloud Storage) into BigQuery with a
locally specified Schema file
3. The system will fail very quickly with a Bad Request
What is the expected output? What do you see instead?
The schema should be loaded and used.
What version of the product are you using? On what operating system?
BigQuery 2.0.3 on Windows 7
Please provide any additional information below.
The culprit seems to be here:
http://code.google.com/p/google-bigquery-tools/source/browse/bq/bigquery_client.
py?r=2bc09d8c00539d054091298910286f6329bdfe7f#700
A file path of C:\MySchema.txt will be interpreted as a schema in itself, not
as a JSON file containing a schema.
Original issue reported on code.google.com by ed.go...@gmail.com on 23 Apr 2012 at 3:14
Original issue reported on code.google.com by
ed.go...@gmail.com
on 23 Apr 2012 at 3:14