I am doing a truncate and Load of a delta File in ADLS Gen2 using Dataflows in ADF. After the successful run of Pipeline if I am trying to read the file in Azure Data Bricks i am Getting the below error.
A file referenced in the transaction log cannot be found. This occurs when data has been manually deleted from the file system rather than using the table DELETE statement. For more information,
One way which I found to eliminate this is restart the cluster in ADB. But, is there a better way to overcome this issue?