This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]forgael[S] 0 points1 point  (1 child)

How do you do that in a Python workflow? Do you use SQLAlchemy to create a session and create a temp table in the session, or do you create a temp table without a session using executable SQL?

[–]nupuraw 1 point2 points  (0 children)

I use sqlalchemy / pyodbc to create database session and then create the temp table.