Not able to run GX when the root of the code is read-only #8927
Unanswered
prajeshrawat25
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I was trying to run GX on AWS lambda using container image. The root location(/var/task) where this container is mounted on lambda is read only by default and cannot be changed. Now when I am trying to create a great expectations context , it is throwing an error because it is trying to update the gitignore file which is responsible for ignoring the output files while committing to github. My outputs are being saved in S3 and I dont want this gitignore file to come into play.Is there a way we can override this functionality??
Beta Was this translation helpful? Give feedback.
All reactions