bigquery-emulator icon indicating copy to clipboard operation
bigquery-emulator copied to clipboard

Allow table without schema

Open osamingo opened this issue 1 year ago • 0 comments

What

  • SSIA

Why

  • It's permissible to create a Table for which Schema is not defined. (For example, when using AutoDetect option).

schema | object (TableSchema) Optional. Describes the schema of this table.

via. https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#resource:-table via. https://cloud.google.com/bigquery/docs/tables#create_an_empty_table_without_a_schema_definition

osamingo avatar Dec 12 '24 17:12 osamingo