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

add --autodetect option for bq load #1554

Merged

Conversation

DariuszAniszewski
Copy link
Contributor

This PR uses --autodetect option (suggested in #1552) to create schema based on uploaded data if table doesn't exists yet.

It's also seem to be connected to #229. This PR doesn't follow idea from that issue, but final effect is the same - if table doesn't exists, it's being created. Advantage is that it doesn't require additional information and creates schema based on the data.

@DariuszAniszewski
Copy link
Contributor Author

retest this please

@DariuszAniszewski
Copy link
Contributor Author

@asaksena can you please take a look on this or point some other reviewer? thanks

btw - Is there some problem with test server? Locally running tests are passing without any problems and tests are failing on part far away from the changes.

@DariuszAniszewski
Copy link
Contributor Author

@asaksena can you also take a look on this? Thanks

@s-deitz s-deitz assigned s-deitz and asaksena and unassigned s-deitz Feb 9, 2018
@s-deitz s-deitz requested a review from asaksena February 9, 2018 17:30
@asaksena
Copy link
Contributor

Darius, I will be testing and closing this PR out this week. Sorry for the delay.

@DariuszAniszewski
Copy link
Contributor Author

Hey @asaksena, any updates on this one? I just merged latest master in so changes are up-to-date again.

@asaksena asaksena merged commit 765807a into GoogleCloudPlatform:master Feb 21, 2018
@asaksena
Copy link
Contributor

Merged.

@DariuszAniszewski
Copy link
Contributor Author

Great, thanks!

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

Successfully merging this pull request may close these issues.

4 participants