I'm apparently struggling to establish a connection to a paradox database with sqlalchemy, since the dialect seems not to be featured... Yeah I know paradox is outdated, but I need to get it working since my boss runs a own petrol station which is paradox backed. I got it to work with pypyodbc, which wasn't that much of a struggle since I was into VBA for a couple of years now and things were not that strange to start with. Switching to Python made my life much easier with etl pipelines...
At this point I'm trying to source data from multiple source for business reporting, where I can apply one module only for etl purposes. Hopefully some of you guys can reach out with some useful information concerning this matter.