Skip to content

Commit

Permalink
Turn off caching for redshift results
Browse files Browse the repository at this point in the history
  • Loading branch information
xingalbert authored and geoffxy committed Sep 11, 2024
1 parent 0f59e8e commit cdc1355
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sandbox/qe/redshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ def run(cs):

cs = conn.cursor()

cs.execute("SET enable_result_cache_for_session TO OFF")

if args.task == "init":
init(cs)
elif args.task == "run":
Expand Down

0 comments on commit cdc1355

Please sign in to comment.