What about using a cross language transform between Python and the already existing Java JdbcIO transform?
On Sun, Jan 5, 2020 at 5:18 AM Peter Dannemann <[email protected]> wrote: > I’d like to develop the Python SDK’s SQL IO connector. I was thinking it > would be easiest to use sqlalchemy to achieve maximum database engine > support, but I suppose I could also create an ABC for databases that follow > the DB API and create subclasses for each database engine that override a > connect method. What are your thoughts on the best way to do this? >
