A Python package with various utilities that speed-up development of Decision Optimization projects in Watson Studio. Implements common tasks and provides best-practice guidelines to architect DO projects.
Apache License 2.0
4
stars
7
forks
source link
ScenarioDbManager - Replace `scenarioName` (str) with `scenarioSeq` (int) #23
Replace
scenarioName
(str) withscenarioSeq
(int): faster and easier to rename scenario. Add name to SCENARIO table.Will require getting the next free scenarioSeq key from the scenario DB table. Is there an issue with support from various databases for this feature?
Notes:
Sequence
object (see https://stackoverflow.com/questions/15074804/prefetch-column-sequence-sqlalchemy)