aboutsummaryrefslogtreecommitdiffstats
path: root/python/parse_gs.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/parse_gs.py')
-rw-r--r--python/parse_gs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/parse_gs.py b/python/parse_gs.py
index b0aad079..3a14b81e 100644
--- a/python/parse_gs.py
+++ b/python/parse_gs.py
@@ -106,7 +106,7 @@ serenitasdb = dbengine('serenitasdb')
conn = serenitasdb.raw_connection()
## first delete quotes
with conn.cursor() as c:
- c.execute("DELETE FROM serenitas_quotes WHERE quote_source='GS'")
+ c.execute("DELETE FROM swaption_quotes WHERE quote_source='GS'")
conn.commit()
all_df.to_sql('swaption_quotes', serenitasdb, if_exists='append', index=False)