BigQuery: Allow using TableListItem to create a Table #8096
Labels
api: bigquery
Issues related to the BigQuery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
Currently a
TableListItem
can't be supplied to theTable
constructorDescribe the solution you'd like
Table
can take a reference, a string, aTableListItem
, anything that could be a Table - overall either unify the types or make conversions between them implicitThe python BigQuery API has got waaay better, but I still find myself looking at the API docs most times I use it, and it still sometimes feels tethered to the HTTP API (or distant memories of writing Java code :) )
Thank you!
The text was updated successfully, but these errors were encountered: