Forum Discussion
koryknick
3 years agoEmployee
Here is an example pipeline that performs as I described above. It can create the temporary tables, then query from them. Note that you may want to drop the tables as I have done in my example in case they are still present in your session due to connection pooling.
Redshift script execute_2023_03_20.slp (8.8 KB)
I hope this helps!