pyiron_base.database.jobtable.get_child_ids#
- pyiron_base.database.jobtable.get_child_ids(database: FileTable | DatabaseAccess, sql_query: str, user: str, project_path: str, job_specifier: str, status: str | None = None) List[dict][source]#
Get the childs for a specific job
- Parameters:
database (DatabaseAccess) – Database object
sql_query (str) – SQL query to enter a more specific request
user (str) – username of the user whoes user space should be searched
project_path (str) – root_path - this is in contrast to the project_path in GenericPath
job_specifier (str) – name of the master job or the master jobs job ID
status (str) – filter childs which match a specific status - None by default
- Returns:
list of child IDs
- Return type:
list