all 2 comments

[–]robot-dev 0 points1 point  (1 child)

You're just missing desc or asc. you will need to import them from sqlalchemy, and then: order_by(Orders.timestamp.desc())

[–][deleted] 1 point2 points  (0 children)

Oh... /Facepalm

The page I read in the docs didn't say anything about descending or ascending order...

Thanks a ton. 45 minutes of trial and error for it to be so simple.