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
# inserts rows into the database using the full acquisition process, including 'dbjobs' load into history & latest tables
59
45
n=self._db.insert_or_update_bulk(rows)
60
46
print(f"{n} rows added to load table & dispatched to v4 schema")
61
47
self._db._connection.commit() # NOTE: this isnt expressly needed for our test cases, but would be if using external access (like through client lib) to ensure changes are visible outside of this db session
0 commit comments