Skip to content

Combine input data from a scenario and a static db

François Verzier requested to merge feat-split-db into dev

Created by: guillaume-plc

When loading inputs, combine data from a scenario database and static database. For tables common to both database, use the scenario data on the projection period and static data on the historic period. For tables only present in a single database, load as previously.

When a common table has more indexes in the static data than in the scenario data, use static data on the projection period for those indexes.

Not handled yet :

  • common tables where there is no value or year column

Merge request reports