Skip to content

Fixed: Inconsistency for import_data_from_uris between documentation and actual code. #40

Merged
tylertreat merged 2 commits intotylertreat:masterfrom
paulw54jrn:master
Jan 13, 2015
Merged

Fixed: Inconsistency for import_data_from_uris between documentation and actual code. #40
tylertreat merged 2 commits intotylertreat:masterfrom
paulw54jrn:master

Conversation

@paulw54jrn
Copy link
Contributor

From documentation(https://cloud.google.com/bigquery/docs/reference/v2/jobs#configuration.load.schema) where it shows that the schema should be a dictionary with 'fields' as key and a list as value.

README.md says that we only need to pass a list of dictionaries to import_data_from_uris, where the json request generated is different from the google documentation.

Personally I think the way done in README.me is clearer, any opinions?

Cheers,
Paul

@tylertreat
Copy link
Owner

Yup, looks good. Thanks!

tylertreat added a commit that referenced this pull request Jan 13, 2015
Fixed: Inconsistency for import_data_from_uris between documentation and actual code.
@tylertreat tylertreat merged commit 4ac48f1 into tylertreat:master Jan 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants