TIMESTAMP_MICROS in Parquet file is not supported in ADF

Saravanan Ponnaiah 21 Reputation points
2022-08-29T12:49:22.563+00:00

I am receiving a parquet file from customer with one of the columns has timestamp_micros value(Ex: 1640997340000000). When creating a linked service and inferSchema of Parquet file, it shows error as "Type of column 'checkuptime' is not supported" and not allowing to perform field mappings. I am use Copy task, trying to move data from Parquet to Csv file format, to use that data in compute engine further. Could anyone help what is wrong and why Timestamp_Micros type is not supported in ADF?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
0 comments No comments
{count} votes

Accepted answer
  1. KranthiPakala-MSFT 46,642 Reputation points Microsoft Employee Moderator
    2022-08-30T03:20:33.303+00:00

    Hello @Saravanan Ponnaiah ,

    Thanks for the question and using MS Q&A platform.

    As per my understanding your source schema has TIMESTAMP_MICROS and you are receiving above error while trying to import schema in copy activity. Please correct if I'm not accurate.

    As per my analysis, this is a limitation with Copy activity where TIMESTAMP_MICROS isn't supported. Hence as a workaround, product team recommends using Mapping Dataflow. Mapping dataflow supports it.

    Here is an existing feature request logged by another user in IDEAS forum, please feel free to up-vote and add your comments to help increase the priority of the feature request: Support "TIMESTAMP_MICROS" for Parquet file to be compatible for datetime in Copy Activity

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Saravanan Ponnaiah 21 Reputation points
    2022-08-30T06:03:49.26+00:00

    Thanks @KranthiPakala-MSFT for the clarification.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.