- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Data Pipeline Error (Parquet File > FabricDWH) TypeConversion is not supported by the external cmd
Situation:
i struggle to load a parquet file to DWH.
The Parquet File has a column "Info" which is nvarchar(max)
FabricDWH does only support a max of varchar(8000)
I would be fine if the column-data gets truncated on import to DWH so that only first 8000 characters are stored in DWH
Problem:
If i create a Fabric Pipeline with Copy Activity with/without Column Mapping i get:
ErrorCode=UserErrorSqlDWCopyCommandError,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=SQL DW Copy Command operation failed with error 'String or binary data would be truncated while reading column of type 'VARCHAR(8000)
There are no options in PipelineUI Sink or Mapping Tab to define a convert or "allow truncate" o explicit type casts
so i tried to define "dynamic content" with a TabularTanslator in Mapping Tab of Copy Activity:
{"type": "TabularTranslator"
,"typeConversion": true
,"typeConversionSettings": {"allowDataTruncation": true
,"treatBooleanAsNumber": false}
}
This worked in AzureADF without issues, but when using in Fabric Pipeline i get error:
ErrorCode=UnsupportCopyFeatureInExternalCommand,The copy feature: TypeConversion is not supported by the external command SynapseImportCommand
Now the questions:
- Does anyone know if defining a custom tabular translator is even supported in current Fabric Pipeline vesion?
- Does anyone have a workaround how to do BASIC type conversion as needed in my scenario? Yes i think i could do the same with a Dataflow Gen2 instead but Dataflows then would have other issues like the lack of parametrization of dataflow...
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @jochenj,
Thanks for using the Fabric community,
Data truncate is not a supported feature in DWH. Thus Data pipeline cannot support truncate for Parquet -> DWH. However Data pipeline can support skip incompatibly rows and output incompatibly rows by 'Settings'->'Fault Tolerance'.
Hope this is helpful. Incase of any further queries do let us know.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @jochenj,
Thanks for using the Fabric community,
Data truncate is not a supported feature in DWH. Thus Data pipeline cannot support truncate for Parquet -> DWH. However Data pipeline can support skip incompatibly rows and output incompatibly rows by 'Settings'->'Fault Tolerance'.
Hope this is helpful. Incase of any further queries do let us know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks for the insights. Can you confirm that even "renaming" of columns with a dynamic TabularTranslator expression should work? Or is this also not implemented yet?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @jochenj ,
We haven’t heard from you on the last response and was just checking back to see if your query got resolved? Otherwise, will respond back with the more details and we will try to help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @jochenj ,
Glad to know your query got resolved. Please continue using Fabric Community incase of any queries.

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Fabric Monthly Update - February 2025
Check out the February 2025 Fabric update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
01-19-2025 10:12 PM | |||
02-11-2025 01:07 AM | |||
11-04-2024 06:36 AM | |||
01-08-2025 02:50 AM | |||
11-15-2024 02:35 AM |
User | Count |
---|---|
6 | |
4 | |
2 | |
1 | |
1 |
User | Count |
---|---|
13 | |
10 | |
5 | |
5 | |
4 |