-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Bigquery Beta 2 Tracking #3746
Copy link
Copy link
Closed
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Target all work for the project to a new
bigquery-b2branch.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.getAPI (PR Add 'Client.get_job' API wrapper. #3804)QueryJob: addresultmethod returning future-ish object which polls both the job and the result until done; then returns rows viaTable.fetch_dataon the destination table.Client.querymethod: waits for completion, returns rowsDataset.patch/Dataset.updateTable.patch/Table.updateTable.streamingBufferP1 Tasks
Job.statistics.query.queryPlan) (PR Add 'QueryJob.query_plan' property. #3799)TableData.insertAllto non-existent table)Other tasks