Azure-Samples / Synapse

Samples for Azure Synapse Analytics
MIT License
378 stars 350 forks source link

Dataflow - Writing to Dedicated pool giving error when staging is enabled #173

Open GovindulaRakesh opened 6 months ago

GovindulaRakesh commented 6 months ago

When Writing data from ADLS Gen2 or Blob storage to Dedicated Synapse pool in ADF Dataflow, it is giving the below error.

But it got resolved when the staging in the sink was disabled.

It is giving the same result even though tried for multiple times. It was not mentioned in any documentation that staging should be disabled in this scenario. Staging is very important for the performance in large data, so Is this a bug?