schema built when creating a view in bigquery #1701
Labels
api: bigquery
Issues related to the BigQuery API.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Calling create on a table with view_query set fails, as _build_resource sets the schema. Running
gives the following error:
One fix that works is only setting
schema
ifview_query
isNone
in_build_resource
ingcloud/bigquery/table.py
, e.g.:The text was updated successfully, but these errors were encountered: