Hello, @Pilsner
thank you for your reply
The situation is slightly different,
I transferred the file from the SFTP system to the local path of Databricks, read the file into Pandas, and then passed it to Spark.
In this job, although the two notebooks access the same local path, they are not operating on the same file.
If two notebooks are executed separately, there will be no issue, but if they are put into one job, it will not work.
Sometimes, when executing the same notebook manually, it will also report a permission error on the second attempt.