codeforIATI / iati-tables

https://iati-tables.codeforiati.org
MIT License
1 stars 1 forks source link

Bug fix: crash in export_csv #16

Closed odscjames closed 11 months ago

odscjames commented 11 months ago

export_csv was passing schema to get_engine and the first parameter of get_engine is db_uri. Crashes with: sqlalchemy.exc.ArgumentError: Could not parse SQLAlchemy URL from string 'iati'

https://github.com/codeforIATI/iati-tables/issues/15