Forum Discussion
Dataflow Gen2 to Warehouse - Date Column Type Mismatch Error
- 1 year ago
Hello zaherbilal
This error (`The type of column 'X' doesn't match the type of the column in the table`) is a recognized, open issue in Microsoft Fabric
Official Workaround
Microsoft’s current guidance is as follows:
1. Export the Template of the failed Dataflow Gen2.
2. Recreate the Dataflow as a new Dataflow Gen2 with CI/CD enabled.
3. Import the Template into the new dataflow.
4. Reset Output Destinations to point to your Warehouse.
Hello zaherbilal
This error (`The type of column 'X' doesn't match the type of the column in the table`) is a recognized, open issue in Microsoft Fabric
Official Workaround
Microsoft’s current guidance is as follows:
1. Export the Template of the failed Dataflow Gen2.
2. Recreate the Dataflow as a new Dataflow Gen2 with CI/CD enabled.
3. Import the Template into the new dataflow.
4. Reset Output Destinations to point to your Warehouse.
Hi nilendraFabric , that has solved the issue. Many thanks.