Problemunvalidated

I'm trying to convert a SqlAlchemy Join Query to JSON, such that the columns from both joined tables are reflected in the output. — SqlAlchemy Join Query. Tension: All the solutions I've been able to find are only able to reflect the columns from a single table, or to only reflect a single relationship rather than the full one-to-many relationship.

04501a60-026a-4cf7-ae05-8354dc003e9d

I'm trying to convert a SqlAlchemy Join Query to JSON, such that the columns from both joined tables are reflected in the output. — SqlAlchemy Join Query. Tension: All the solutions I've been able to find are only able to reflect the columns from a single table, or to only reflect a single relationship rather than the full one-to-many relationship.