Re: [sqlalchemy] How to reflect a table when I only have SELECT permission for some columns?

2016-12-28 Thread Ben Mishkanian
se tables be reflected, instead > you'd have to code the columns you care about in the application. > > > On Dec 25, 2016 3:55 AM, "Ben Mishkanian" <shami...@gmail.com > > wrote: > >> Hello, >> >> I am having an issue similar to the one descr

[sqlalchemy] How to reflect a table when I only have SELECT permission for some columns?

2016-12-25 Thread Ben Mishkanian
Hello, I am having an issue similar to the one described in this unanswered StackOverflow question. My issue is that I need to load the data from a table where the SELECT permission is denied