bonobo-sqlalchemy icon indicating copy to clipboard operation
bonobo-sqlalchemy copied to clipboard

PREVIEW - SQL databases in Bonobo, using sqlalchemy

Results 14 bonobo-sqlalchemy issues
Sort by recently updated
recently updated
newest added

Hi `python-bonobo/bonobo-sqlalchemy`! This is not an automatic, 🤖-generated PR, as you can check in my [GitHub profile](https://github.com/p-), I work for GitHub and I am part of the [GitHub Security Lab](https://securitylab.github.com/)...

I think passing client_encoding=utf8 in create_postgresql_engine() directly no a good solution, client_encoding is for postgres, so if you use mysql or any thing else..., it won"t work

backlog

These are the fixes I needed to make in order to get this working. Not sure if this is the correct way of fixing these problems though.

backlog