lamindb.core.TracksRun¶ class lamindb.core.TracksRun¶ Bases: Model Base class tracking latest run, creating user, and created_at timestamp. Fields created_at DateTimeField Time of creation of record. created_by ForeignKey Creator of record, a User. run ForeignKey Last run that created or updated the record, a Run. Methods