Replies: 2 suggested answers
-
|
We don't know what your "shared" folder is - but generally maybe install airflow again in the same way you did before on a separate machine and check what permissions you have there. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is the easiest way to rectify the mistake, I think, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


-
Hi,
I have mistakenly changed the ownership of
/sharedfolder usingchown airflow:airflow -R /shared/After this operation the Airflow is showing error as[DAG Import Errors (10)]). I reverted the ownership of folders inside/shared,but still the error is available. Since I have changed ownership with-Rall the folder and files inside the/shareddirectory have airflow permission. Is it possible to revert back the permission or what is the correct permission we need to provide for the files and folder in/shareddirectory.Any help on this is much appreciated
Beta Was this translation helpful? Give feedback.