Re: [sqlalchemy] Finding table dependencies in a selectable

2018-10-25 Thread Mike Bayer
On Thu, Oct 25, 2018 at 3:59 PM Philip Martin wrote: > > I am trying to create a function that finds the dependent tables used in a > select-able statement. My plan is to use this function in conjunction with > t.add_is_dependent_on inside a modified version of the recipe to create > views. Hop

[sqlalchemy] Finding table dependencies in a selectable

2018-10-25 Thread Philip Martin
I am trying to create a function that finds the dependent tables used in a select-able statement. My plan is to use this function in conjunction with *t.add_is_dependent_on* inside a modified version of the recipe to create views. Hopefully, this allows *sorted_tables* to use these dependency r