-
Notifications
You must be signed in to change notification settings - Fork 49
user-friendly job-database view #877
Copy link
Copy link
Open
Description
Problem
The job database now contains columns that are purely internal bookkeeping (running_start_time, cpu, memory, duration). Users who open their CSV or inspect job_db.df see these alongside their own data columns, which adds noise and can be confusing.
Could we expose a simplified "user view" of the database while keeping a full "developer view" internally?
Reactions are currently unavailable