[technical ticket, no story]
Move DemandTechs, tables describing DemandTech attributes, and their associated data tables into SQLAlchemy data models. Test that they load equivalently to before the transition.
As I do this, I am taking the opportunity to create some "abstract" base classes for things like attribute models and data table models that we can re-use for SupplyTechs, DemandSubsectors, SupplyNodes and Measures.
[technical ticket, no story]
Move DemandTechs, tables describing DemandTech attributes, and their associated data tables into SQLAlchemy data models. Test that they load equivalently to before the transition.
As I do this, I am taking the opportunity to create some "abstract" base classes for things like attribute models and data table models that we can re-use for SupplyTechs, DemandSubsectors, SupplyNodes and Measures.