move-coop / parsons

A python library of connectors for the progressive community.
https://www.parsonsproject.org/
Other
259 stars 131 forks source link

Database connector feature parity #838

Open shaunagm opened 1 year ago

shaunagm commented 1 year ago

We're hoping to help other connectors (especially the BigQuery connector) get closer to feature parity with the RedShift connector. Here's a list of features RedShift has that we'd like other connectors to have, ordered by priority.

High Priority

Medium Priority

Low Priority

PRs addressing this issue will likely only add a feature or two at a time. That's totally ok. :) Also feel free to comment if you have a different prioritization. This list comes via @elyse-weiss and represents internal TMC priorities but we are happy to accommodate community needs as well.

shaunagm commented 1 year ago

Per this thread, we want to add padding as an argument to the copy method in our connectors, not sure the priority of it though. @elyse-weiss, thoughts on priority?

elyse-weiss commented 1 year ago

Per this thread, we want to add padding as an argument to the copy method in our connectors, not sure the priority of it though. @elyse-weiss, thoughts on priority?

I have found it to be very helpful to ensuring you don't get errors on future runs that column widths are not wide enough. I don't have enough of an idea around capacity though, and if it has to be pushed down the road, I think we'll all survive.