useAvroLogicalTypes property

bool? useAvroLogicalTypes
getter/setter pair

If destinationFormat is set to "AVRO", this flag indicates whether to enable extracting applicable column types (such as TIMESTAMP) to their corresponding AVRO logical types (timestamp-micros), instead of only using their raw types (avro-long).

Not applicable when extracting models.

Optional.

Implementation

core.bool? useAvroLogicalTypes;