-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove local flagging script, use glue script since they are identical #52
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sense to me as long as you've confirmed it works via a Terraform test setup. @jeancochrane any quick thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not totally sure why it was like this before, but the change seems fine to me!
IIRC it was an artifact of the fact that we had to hash the flagging script and thus couldn't reference it via |
Yep that's correct, also because I had to have different code for each script because of the pandas mismatch. |
Deleted local flagging scripts, and now the flagging script in the glue directory is used in our local scripts.
Closes #50