We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3c4e5 commit a391bcbCopy full SHA for a391bcb
1 file changed
src/webapp/routers/models.py
@@ -706,7 +706,6 @@ def backfill_model_runs(
706
)
707
.values(model_run_id=mv_run_id, model_version=mv_version)
708
709
-
710
result = local_session.get().execute(stmt)
711
updated_rows = [dict(r._mapping) for r in result.fetchall()]
712
local_session.get().commit()
0 commit comments