-
Notifications
You must be signed in to change notification settings - Fork 518
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
add --autodetect option for bq load #1554
Conversation
3baa275
to
1b4a2a9
Compare
retest this please |
1b4a2a9
to
b5c315e
Compare
@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. |
@asaksena can you also take a look on this? Thanks |
Darius, I will be testing and closing this PR out this week. Sorry for the delay. |
Hey @asaksena, any updates on this one? I just merged latest |
Merged. |
Great, thanks! |
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.