You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried to execute ethererum-etl to keep my postgress db (in gcp) updated,
even though the script worked and the insert commands were executed successfully
the data was never committed and the DB remained empty (even after waiting).
the solution was to add a connection.commit() in the end of the export_items function.
The text was updated successfully, but these errors were encountered:
Hi, I tried to execute ethererum-etl to keep my postgress db (in gcp) updated,
even though the script worked and the insert commands were executed successfully
the data was never committed and the DB remained empty (even after waiting).
the solution was to add a connection.commit() in the end of the export_items function.
The text was updated successfully, but these errors were encountered: