Contributing new data connection types

I have interest in connecting Dremio to a Vertica database. I am open to figuring out how to contribute code to accomplish that. I have been browsing through github to try and get sense of where things are. Was wondering if someone could point me in the right direction.

Thanks!

Any update on either supporting Vertica or releasing info for community to develop new connection types via the newer ARP framework?

Is this the wrong place to ask this question?

@mpcarter,

We do not have an official connector SDK yet (coming soon!), but you can find an example connector that does leverage ARP on our Github: https://github.com/twfry/dremio-sqllite-connector

Thanks! I was able to follow the example and build a connector to Vertica. It can connect and query successfully. Looks like I need to do some adjustments still to enable better push down support of various queries.