Hi Rafael Martins de Mendonça,
Thank you for posting query in Microsoft Q&A Platform.
This can happen if there are files or folders in the directory that you are trying to overwrite.
To resolve this issue, you can try the following steps:
- Delete the existing files or folders in the directory that you are trying to overwrite. You can do this using the Azure Storage Explorer or the Azure Portal.
- Run your code again to write the parquet file to the directory.
If you are still seeing the error message after deleting the existing files or folders, you can try specifying a new directory path for the parquet file. This will ensure that you are not overwriting any existing files or folders.
Another thing to check is whether there are any other processes or applications that are accessing the directory at the same time. This can cause conflicts and prevent your code from writing to the directory.
I hope this helps! Let me know how it goes. Thank you.