You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2024. It is now read-only.
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.