Forum Discussion

KylieF's avatar
KylieF
Frequent Visitor
1 year ago
Solved

Copy a Table in SQL Server into Parquet Format in Blob Storage

Hi there,   I've built a data pipeline copying a table in SQL Server into a parquet file in Azure Blob Storage and got the below error message:   ErrorCode=UserErrorInvalidValueInPayload,'Type=Mi...
  • govindarajan_d's avatar
    1 year ago

    Hi KylieF,

     

    We would need to some debugging to understand which values are actually causing the problem. 

    Please enable fault tolerance with 'Skip incompatible rows'. This will load all correct data into the table. 

    Enable logging so that a log is created which contains rows that are causing the problem. You can check individual columns to understand any special character/value that is causing the problem. 

     

    In addition to that, you can try mapping manually giving the column names and data types. Note that, parquet has some restrictions on column names.