Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Merging in remote master #1

Merged
merged 59 commits into from
May 10, 2016
Merged

Merging in remote master #1

merged 59 commits into from
May 10, 2016

Conversation

sjwhitworth
Copy link

No description provided.

Sarang Shravagi and others added 30 commits September 4, 2015 11:28
1. Add basic 'HAVING' clause (before the 'ORDER BY' clause).
2. Select source tables in 'DATE_RANGE' format.
3. Add 'BETWEEN' clause in conditions.
4. Modify 'ORDER BY' to accept multiple parameters.
Test cases modified as the ORDER_BY syntax has changed and HAVING clause
also has been added.
Update Table and Patch Table support has been added.
Render the conditions for the having clause.
Moved the 'GROUP BY' clause defination abouve 'HAVING'.
Check the length of the value is 2, when BETWEEN is used. If length is
not equal to 2 throw warning.
Take into account limit argument when returning rows
…write_table

Add UDF support to write table
sagarrakshe and others added 29 commits February 3, 2016 08:31
Deleted the un-correct code for patch_table and update_table.
Add service_url parameter to get_client and _get_bq_service
Using numpydoc allows aesthetically pleasing and easy to read documents to be created using Sphinx. You can see real examples of this with Numpy's own documentation (https://docs.scipy.org/doc/numpy-1.10.0/reference/generated/numpy.mean.html). This docs directory contains the basic file structure necessary for creating automated documentation based off NumPy styled Docstrings.
Added tools for automated documentation with Sphinx and Numpydoc
Upgrade to latest OAuth library(2.0.2) and Google Python library (1.5.0)
Support ignoreUnknownValues and skipInvalidRows option for insertAll
Use package logger instead of root logger
A JSON key file provided by Google contains project_id. Now project_id
argument of get_client() is optional and read from the JSON key file if
json_key or json_key_file is provided. I believe this improve usability of
get_client().
@sjwhitworth sjwhitworth merged commit 8f94063 into unravelin:master May 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.