Hi everyone! Over the last 2 days I have developed...
# contributing-to-airbyte
j
Hi everyone! Over the last 2 days I have developed a Magento Source Connector. If somebody have the time to check the code, check the unit tests and more I'd be happy to hear them. I don't have the time and resources to publish it to Airbyte. Also I've made several improvements: • Added OAUTH2 support with /oauth2-proxy/oauth2-proxy • Added easy stop/start script ◦ Dev mode > redirect url localhost instead of live url ◦ Build docker image > Custom connector should be build locally Check it out at https://github.com/joepbuhre/airbyte EDIT: I opened a pull request for the Magento Connector look at it: https://github.com/airbytehq/airbyte/pull/10994 If there is something I need to do fix please let me know!
o
loading...
a
Hi @Joep Buhre, what prevents you from publishing it to Airbyte? Feel free to open a PR on our repo, our team will provide feedback if needed.
j
I thought I had to pass all the tests and even more. But if you still want me to open a PR then I'll provide a clean version of the Airbyte Repo with just the Magento Connector!
a
Our acceptance test should pass indeed, and we need to create a sandbox account for Magento on our side to run the tests. But if you're connector is working correctly the tests will probably pass!
j
Okay! Interesting. I have one other problem which you know, as Java is running out of memory. I am not sure if this is a connector issue or something else