-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Google Cloud: BigQuery DataSet and Table resources #3764
Closed
Closed
Commits on Jan 5, 2016
-
Clean commit of adding bigquery resources
BigQuery is a managed database-like service. It supports SQL as a query language and nearly infinite scale. This PR adds support to manage tables and datasets. first cut, need to finish tests fully functional and the tests are looking good. this is a really thin wrapper around the create/delete portion of the API removed optional parameters, there is no update defined add docs for bigquery resources
Configuration menu - View commit details
-
Copy full SHA for 4bef567 - Browse repository at this point
Copy the full SHA 4bef567View commit details -
Configuration menu - View commit details
-
Copy full SHA for f440a28 - Browse repository at this point
Copy the full SHA f440a28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 191b7fc - Browse repository at this point
Copy the full SHA 191b7fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f0c1b - Browse repository at this point
Copy the full SHA 00f0c1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a59d8 - Browse repository at this point
Copy the full SHA e6a59d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9132344 - Browse repository at this point
Copy the full SHA 9132344View commit details -
remove can_delete, add insanity layers of fields to TableSchema
I'm going to remove all but the top level of fields and add a json file config option as well. but I wanted to save this incase I want it arbitarily in the future
Configuration menu - View commit details
-
Copy full SHA for a31f5a5 - Browse repository at this point
Copy the full SHA a31f5a5View commit details -
the table schema is an arbitrarily deep structure which I'm not sure how to represent in terraform's schema syntax. failing that I have introduced a work around: - one level deep of table structure in the standard terraform schema manner (as many fields as you want, no sub fields or fields of type 'record') - arbitrary depth but specify a file that has the layout in json I really like the idea of including an auxilarly file to represent the table structure but I'm open to it being spcified via the file built-in or something. I don't really want to let there be arbitrary depth configs in the terraform config file. that seems a bit heinous
Configuration menu - View commit details
-
Copy full SHA for aae7410 - Browse repository at this point
Copy the full SHA aae7410View commit details -
saving because HDD is wonky. will squash later
Configuration menu - View commit details
-
Copy full SHA for e9b39d1 - Browse repository at this point
Copy the full SHA e9b39d1View commit details
Commits on Jan 6, 2016
-
code complete, original tests pass
now to add some tests for the new schema nonsense
Configuration menu - View commit details
-
Copy full SHA for 27b8418 - Browse repository at this point
Copy the full SHA 27b8418View commit details -
adds a test for the inline table format (one level) and the json file format (arbitrary depth)
Configuration menu - View commit details
-
Copy full SHA for 7850f11 - Browse repository at this point
Copy the full SHA 7850f11View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.