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

BigQuery Compatible Table Creations #169

Merged
merged 2 commits into from May 11, 2018
Merged

Conversation

kevinjyee
Copy link
Contributor

Changed data types for Google BigQuery compatibility in Google's Standard SQL.
VARCHAR, INT, FLOAT datatypes are not supported in BigQuery.

See: #168

@t-abdul-basser
Copy link

@kevinjyee Thanks.

@kevinjyee
Copy link
Contributor Author

@t-abdul-basser , it also seems like BigQuery only allows you to only create one table at a time using their web browser interface.
However, you can create all the schemas at once using their API. Would a contribution of that be helpful?

@t-abdul-basser
Copy link

@kevinjyee Yes, that would be quite helpful.

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.

None yet

3 participants