Class JsonOptions (0.1.0)

JsonOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describe JSON data format.

Attributes

NameDescription
encoding str
Optional. The character encoding of the data. The default is UTF-8.
disable_type_inference bool
Optional. Whether to disable the inference of data type for Json data. If true, all columns will be registered as their primitive types (strings, number or boolean).