Hi all
I have issue creating csv file in Bronze area in MS Fabric, it is creating folder and then creating file instead of creating just file. here is my code
invalid_df.write.mode("overwrite").csv("Files/Bronze/invalid_records.csv").
can you guide me here plz?