ParquetOptions()
Additional options if the PARQUET source format is used.
Inheritance
builtins.object > ParquetOptionsProperties
enable_list_inference
Indicates whether to use schema inference specifically for Parquet LIST logical type.
enum_as_string
Indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.
See https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#ParquetOptions.FIELDS.enum_as_string
Methods
from_api_repr
from_api_repr(resource: Dict[str, bool])
Factory: construct an instance from a resource dict.
Name | Description |
resource |
Dict[str, bool]
Definition of a |
Type | Description |
.format_options.ParquetOptions | Configuration parsed from resource . |
to_api_repr
to_api_repr()
Build an API representation of this object.
Type | Description |
Dict[str, bool] | A dictionary in the format used by the BigQuery API. |