-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 Beta 2 Tracking #3746
Comments
@tseaver Thanks for putting this together! |
@danoscarmike Not entirely sure how to assign "priority" for a ticket like this. It does not fit cleanly. |
As this is dev work tracked internally I don't think it needs a priority here. Clearly it is useful butt I would say 'enhancement' suffices for triage. |
but, even |
Your script will disagree. |
Target all work for the project to a new
bigquery-b2
branch.P0 Tasks
LoadTableFromStorageJob
->LoadJob
,ExtractTableToStorageJob
->ExtractJob
(PR Rename job classes #3797)dataset.AccessGrant
->dataset.AccessEntry
, and likewiseDataset.access_grants
->Dataset.access_entries
. (PR Rename class: 'dataset.AccessGrant' -> 'dataset.AccessEntry'. #3798)Client.get_job
: construct concrete job instance from job ID viajobs.get
API (PR Add 'Client.get_job' API wrapper. #3804)QueryJob
: addresult
method returning future-ish object which polls both the job and the result until done; then returns rows viaTable.fetch_data
on the destination table.Client.query
method: waits for completion, returns rowsDataset.patch
/Dataset.update
Table.patch
/Table.update
Table.streamingBuffer
P1 Tasks
Job.statistics.query.queryPlan
) (PR Add 'QueryJob.query_plan' property. #3799)TableData.insertAll
to non-existent table)Other tasks
The text was updated successfully, but these errors were encountered: