Finalize a Run
Was this helpful?
dbnl.close_run( *, run: Run, ) -> None:
Mark the specified dbnl Run status as completed. Once a Run is marked as closed, it can no longer be used for .
A Run must be closed for all to be shown on the UI.
run
The dbnl to be finalized.
import dbnl dbnl.login() dbnl.close_run(run=my_run)