# Pastebin yPy5ox8v def get_data(connection): pass def dump_data(): with db.engine.begin() as connection: get_data(connection) pass