CivicSpleen / ambry

A comprehensive data package manager
BSD 2-Clause "Simplified" License
4 stars 5 forks source link

TypeError: Invalid argument(s) 'max_overflow' sent to create_engine(), using configuration SQLiteDialect_pysqlite/SingletonThreadPool/Engine. Please check that the keyword arguments are appropriate for this combination of components. #166

Closed nmb10 closed 8 years ago

nmb10 commented 8 years ago

Many broken tests with that error.

py.test test/unit/test_exporters/test_ckan/test_core.py::ConvertDatasetTest::test_converts_bundle_to_dict --verbose --capture=no

for example.

ericbusboom commented 8 years ago

The Connection pool args for postgres were not appropriate for Sqlite.