Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema files on Windows #6

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 1 comment
Closed

Schema files on Windows #6

GoogleCodeExporter opened this issue Mar 25, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

This has been fixed and will be pushed along with other changes soon. Thanks 
for the report!

Original comment by mshel...@google.com on 14 Jun 2012 at 6:52

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant