pyiron_base.database.jobtable

pyiron_base.database.jobtable#

The Jobtable module provides a set of top level functions to interact with the database.

Functions

get_child_ids(database, sql_query, user, ...)

Get the childs for a specific job

get_job_id(database, sql_query, user, ...)

get the job_id for job named job_name in the local project path from database

get_job_status(database, sql_query, user, ...)

Get the status of a particular job

get_job_working_directory(database, ...)

Get the working directory of a particular job

set_job_status(database, sql_query, user, ...)

Set the status of a particular job