parquetTimestampInMillisecond property
A value that specifies the precision of any TIMESTAMP
column
values that are written to an Amazon S3 object file in .parquet format.
When ParquetTimestampInMillisecond
is set to true
or y
, AWS DMS writes all TIMESTAMP
columns in a
.parquet formatted file with millisecond precision. Otherwise, DMS writes
them with microsecond precision.
Currently, Amazon Athena and AWS Glue can handle only millisecond precision
for TIMESTAMP
values. Set this parameter to true
for S3 endpoint object files that are .parquet formatted only if you plan to
query or process the data with Athena or AWS Glue.
Setting ParquetTimestampInMillisecond
has no effect on the
string format of the timestamp column value that is inserted by setting the
TimestampColumnName
parameter.
Implementation
final bool? parquetTimestampInMillisecond;