FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bigquery/google - programatt/google-cloud-python · GitHub
programatt
/
google-cloud-python
Public
forked from
googleapis/google-cloud-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
google-cloud-python
bigquery
google
on
master
User selector
Datepicker
Commit history
Commits on Aug 20, 2019
BigQuery: Add enum with SQL type names allowed to be used in SchemaField (#9040)
Show description for db88b8d
plamut
authored
db88b8d
View commit details
Copy full SHA for db88b8d
View code at this point
Browse repository at this point
Commits on Aug 14, 2019
Fix schema recognition of struct field types (#9001)
Show description for 66fe46e
plamut
authored and
tswast
committed
66fe46e
View commit details
Copy full SHA for 66fe46e
View code at this point
Browse repository at this point
Fix deserializing None QueryParameters (#9029)
Show description for f2df9ca
plamut
authored
f2df9ca
View commit details
Copy full SHA for f2df9ca
View code at this point
Browse repository at this point
Commits on Aug 6, 2019
BigQuery: Allow choice of compression when loading from dataframe (#8938)
Show description for a015978
plamut
authored
a015978
View commit details
Copy full SHA for a015978
View code at this point
Browse repository at this point
[CHANGE ME] Re-generated bigquery to pick up changes in the API or client library generator. (#8945)
yoshi-automation
authored and
tswast
committed
825e6e1
View commit details
Copy full SHA for 825e6e1
View code at this point
Browse repository at this point
Commits on Aug 5, 2019
BigQuery: Add to_standard_sql() method to SchemaField (#8880)
Show description for 0ce1ca5
plamut
authored
0ce1ca5
View commit details
Copy full SHA for 0ce1ca5
View code at this point
Browse repository at this point
Commits on Aug 1, 2019
Add debug logging statements to track when BQ Storage API is used. (#8838)
Show description for 1a4bd76
tswast
authored
1a4bd76
View commit details
Copy full SHA for 1a4bd76
View code at this point
Browse repository at this point
BigQuery: Hide error traceback in BigQuery cell magic (#8808)
Show description for 6fc0de5
plamut
authored
6fc0de5
View commit details
Copy full SHA for 6fc0de5
View code at this point
Browse repository at this point
Commits on Jul 30, 2019
Set BQ Storage client user-agent when in Jupyter cell (#8734)
Show description for bb353b9
plamut
authored and
tswast
committed
bb353b9
View commit details
Copy full SHA for bb353b9
View code at this point
Browse repository at this point
BigQuery: Add StandardSqlDataTypes enum to BigQuery (#8782)
Show description for 7e6f83d
plamut
authored
7e6f83d
View commit details
Copy full SHA for 7e6f83d
View code at this point
Browse repository at this point
Commits on Jul 26, 2019
Allow using TableListItem to construct a Table object. (#8738)
Show description for c63846b
emar-kar
authored and
tswast
committed
c63846b
View commit details
Copy full SHA for c63846b
View code at this point
Browse repository at this point
Include SQL query and job ID in exception messages. (#8748)
Show description for d295ec5
plamut
authored and
tswast
committed
d295ec5
View commit details
Copy full SHA for d295ec5
View code at this point
Browse repository at this point
Commits on Jul 22, 2019
Set IPython user agent when running queries with IPython cell magic (#8713)
Show description for b91d86a
plamut
authored and
tswast
committed
b91d86a
View commit details
Copy full SHA for b91d86a
View code at this point
Browse repository at this point
Commits on Jul 17, 2019
Add `bqstorage_client` param to `QueryJob.to_arrow()` (#8693)
Show description for 562deea
plamut
authored and
tswast
committed
562deea
View commit details
Copy full SHA for 562deea
View code at this point
Browse repository at this point
Commits on Jul 12, 2019
Support faster Arrow data format in `to_dataframe` and `to_arrow` when using BigQuery Storage API. (#8551)
Show description for 8852687
TheNeuralBit
authored and
tswast
committed
8852687
View commit details
Copy full SHA for 8852687
View code at this point
Browse repository at this point
Commits on Jul 10, 2019
Add `to_arrow` to get a `pyarrow.Table` from query results. (#8609)
Show description for d5f5d24
tswast
authored
d5f5d24
View commit details
Copy full SHA for d5f5d24
View code at this point
Browse repository at this point
Commits on Jun 28, 2019
Add Routines API. (#8491)
Show description for 226cdf1
tswast
authored
226cdf1
View commit details
Copy full SHA for 226cdf1
View code at this point
Browse repository at this point
Commits on Jun 18, 2019
Add more stats to Models API, such as `optimization_strategy` (via synth). (#8344)
yoshi-automation
authored and
tswast
committed
dccc582
View commit details
Copy full SHA for dccc582
View code at this point
Browse repository at this point
Refactor `to_dataframe` deterministicly update progress bar. (#8303)
Show description for fd24b4b
tswast
authored
fd24b4b
View commit details
Copy full SHA for fd24b4b
View code at this point
Browse repository at this point
Commits on Jun 7, 2019
Fix bug where `load_table_from_dataframe` could not append to REQUIRED fields. (#8230)
Show description for 5c85d51
tswast
authored and
plamut
committed
5c85d51
View commit details
Copy full SHA for 5c85d51
View code at this point
Browse repository at this point
Commits on Jun 5, 2019
Add `page_size` parameter to `QueryJob.result`. (#8206)
AzemaBaptiste
authored and
tseaver
committed
6db6b4e
View commit details
Copy full SHA for 6db6b4e
View code at this point
Browse repository at this point
Commits on Jun 3, 2019
Add `maximum_bytes_billed` argument and `context.default_query_job_config` property to magics. (#8179)
Show description for 0975724
HemangChothani
authored and
tswast
committed
0975724
View commit details
Copy full SHA for 0975724
View code at this point
Browse repository at this point
Commits on May 31, 2019
Fix breaking change. Don't require pyarrow if schema is set, but warn. (#8202)
tswast
authored
ca715d0
View commit details
Copy full SHA for ca715d0
View code at this point
Browse repository at this point
Adds _connection object to bigquery magics context. (#8192)
Show description for 8d9d129
vimota
authored and
tswast
committed
8d9d129
View commit details
Copy full SHA for 8d9d129
View code at this point
Browse repository at this point
Use `job_config.schema` for data type conversion if specified in `load_table_from_dataframe`. (#8105)
Show description for c37afe5
tswast
authored
c37afe5
View commit details
Copy full SHA for c37afe5
View code at this point
Browse repository at this point
Commits on May 25, 2019
Fix coverage in 'types.py' (via synth). (#8146)
yoshi-automation
authored and
tseaver
committed
615edc3
View commit details
Copy full SHA for 615edc3
View code at this point
Browse repository at this point
Commits on May 21, 2019
Don't raise error when encountering unknown fields in Models API. (#8083)
Show description for 25b988f
tswast
authored
25b988f
View commit details
Copy full SHA for 25b988f
View code at this point
Browse repository at this point
Bigquery: Add empty lines (via synth). (#8049)
yoshi-automation
authored and
tswast
committed
23ba7ac
View commit details
Copy full SHA for 23ba7ac
View code at this point
Browse repository at this point
Commits on May 13, 2019
Remove duplicates from index on pandas DataFrames returned by to_datafram(). (#7953)
Show description for 53e492c
eriknil
authored and
tswast
committed
53e492c
View commit details
Copy full SHA for 53e492c
View code at this point
Browse repository at this point
Commits on May 9, 2019
Prevent error when time partitioning is populated with empty dict (#7904)
Show description for 1b2c6f8
tswast
authored
1b2c6f8
View commit details
Copy full SHA for 1b2c6f8
View code at this point
Browse repository at this point
Commits on May 7, 2019
Refactor 'client_info' support. (#7849)
Show description for fc3b22e
tseaver
authored
fc3b22e
View commit details
Copy full SHA for fc3b22e
View code at this point
Browse repository at this point
Commits on Apr 30, 2019
Preserve order in `to_dataframe` with BQ Storage from queries containing `ORDER BY` (#7793)
Show description for 64b66da
tswast
authored
64b66da
View commit details
Copy full SHA for 64b66da
View code at this point
Browse repository at this point
Add `client_info` to BigQuery constructor for user-amenable user agent headers (#7806)
Show description for 0a55c26
tswast
authored
0a55c26
View commit details
Copy full SHA for 0a55c26
View code at this point
Browse repository at this point
Commits on Apr 25, 2019
Phase 1 for storing schemas for later use. (#7761)
Show description for 55a8097
lbristol88
authored and
tswast
committed
55a8097
View commit details
Copy full SHA for 55a8097
View code at this point
Browse repository at this point
Commits on Apr 23, 2019
Respect `progress_bar_type` in `to_dataframe` when used with BQ Storage API (#7697)
Show description for 4dc8c36
tswast
authored
4dc8c36
View commit details
Copy full SHA for 4dc8c36
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL