set_params

DatomaWorkflow.set_params(job_id, params_dictionary, called_from_global=False)[source]

Sets the parameters of a job.

Parameters:
  • job_id (str) – ID of the job.

  • params_dictionary (dict) – Dictionary with specified parameters for each job.

  • called_from_global (bool, optional) – If the function was called from set_global_params, defaults to False.

Raises:

Exception – If the specified job ID is not found.