-
Notifications
You must be signed in to change notification settings - Fork 62
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
Maintainers #19
Comments
Hi @kushkella are you maintaining a fork of this gem? |
@aamine hasn't done much on the keeping up to to date with issues/errors/pull requests. i've forked off and done my own updates when i see errors. I've put in PR's but they seem to go untouched. for the most part the gem works, but does have it's own issues.. |
@lorgio perhaps we can sync up with @kushkella to have an actively maintained fork of this gem? |
No I'm not. I've added some helper code to my project to help with unit testing, but I haven't created a public fork. I submitted a PR to fix issues in this project. If we team up, we can probably use the general architecture of postgres adapter but build it from scratch for redshift. Following are some pain points I faced while using this project/gem:
Thanks! |
And @lorgio I apologize for not being able to merge your PR in my fork given I wasn't maintaining it. |
I think it depends on how much time people are prepared to commit to this. I would like to see a production viable redshift active record adaptor but I don't know that I have the knowledge or the time to have a significant input on a brand new adaptor. I would be happy to help contribute however. |
We've maintained our own fork for a while, but only added our own local (and not particularly wonderful) patches. I think our folks would be happy to be more active, both on reviews and issue work (at least for issues relative to our use cases), but unlikely to take the lead. As far as where to start to get to higher quality, we've been happy enough with patch-until-fixed; I'm not sure what "build from scratch" would mean in the context of an AR adapter. |
Hello -
I'm soon going to deploy company's RedShift data warehouse and this gem is a major dependency both for querying and running database migrations. I identified few issues that I came across and fixed those. But I see there are several open PRs and issues. If you need help maintaining the gem, let me know. I can help out and also add tests.
If there is anyone else who want to maintain the gem, please comment so @aamine can know how eager we are to see new versions of this gem :)
Thanks a lot!
The text was updated successfully, but these errors were encountered: