I am trying to use SQLAlchmey to create a Bill of Materials application. My data is in a Table with the columns: ID, Parent, Child, QTY. I have the query working in raw SQL