big-notebook-82371
01/05/2024, 7:09 PMwith open("local_file.txt", "w") as f…, because the working directory is root it looks like. Its fixed if I run os.chdir("/tmp") for example. Is there a way to change the working directory to avoid this?tall-lock-23197
flytekit.current_context().working_dir to the directory or file you want to create? this shouldn't result in permission issues.