be4e01c101
Resolve the following RemovedIn20Warning warnings: The Row.keys() method is considered legacy as of the 1.x series of SQLAlchemy and will be removed in 2.0. Use the namedtuple standard accessor Row._fields, or for full mapping behavior use row._mapping.keys() An additional warning that appears to have been resolved in the interim is also removed. Change-Id: I0c33130a745b986f1bcd2ec177f78e3bb68d2271 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>