Reflecting Oracle Global Temp Tables Using Pythons SQLAlchemy
--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Unforgiving Himalayas Looping
--
Chapters
00:00 Reflecting Oracle Global Temp Tables Using Pythons Sqlalchemy
00:53 Accepted Answer Score 0
01:05 Thank you
--
Full question
https://stackoverflow.com/questions/3025...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #oracle #sqlalchemy
#avk47
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Unforgiving Himalayas Looping
--
Chapters
00:00 Reflecting Oracle Global Temp Tables Using Pythons Sqlalchemy
00:53 Accepted Answer Score 0
01:05 Thank you
--
Full question
https://stackoverflow.com/questions/3025...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #oracle #sqlalchemy
#avk47
ACCEPTED ANSWER
Score 0
Appending to metadata via MetaData.Tables() appears to work but guessing there is a better solution:
Test = [sqlalchemy.Table(t, meta, autoload=True, autoload_with=_engine, schema=_schema)
for t in schedule.tables.values]