useTableSchema property

bool? useTableSchema
getter/setter pair

When true, use the BigQuery table's schema as the columns to write to in BigQuery.

use_table_schema and use_topic_schema cannot be enabled at the same time.

Optional.

Implementation

core.bool? useTableSchema;