Skip to content

Configurable data exports

mwham requested to merge sql_exports into master
  • Simplifies SQLAlchemy engine/tables (closes #21 (closed))
  • Makes each data export its own class (#22)
    • Tables are exported via Pandas from the live database to SQLite
    • Which exports have which tables/CSVs is now declared in the export config, not the DataSource
Edited by mwham

Merge request reports