s348268281 commented on issue #5526:
URL: 
https://github.com/apache/dolphinscheduler/issues/5526#issuecomment-844618164


   I am using the latest version of Docker deployment. If I use Python node to 
create a workflow, the content is to create a new file and write to HelloWorld, 
can this file path write the absolute path of the server I deployed?Where can I 
see this file on the server after it is created?I tested the new file under the 
visualization and wrote it with Python script.but the error:IOError: [Errno 13] 
Permission denied: './test1.txt',my python script like this:
   with open('test1.txt','w',encoding='utf-8') as f1:
       f1.write('hello')
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to