bigquerySource property

BigQuerySource? bigquerySource
final

The BigQuery location of the input table. The schema of the table should be in the format described by the given context OpenAPI Schema, if one is provided. The table may contain additional columns that are not described by the schema, and they will be ignored.

Implementation

final BigQuerySource? bigquerySource;