Golden Records

Jobs

Tasks related to running jobs for Tamr Golden Records projects

tamr_toolbox.project.golden_records.jobs.run(project, *, process_asynchronously=False)[source]

Run the project

Parameters
  • project (Project) – Target golden records project

  • process_asynchronously (bool) – Whether or not to wait for the job to finish before returning - must be set to True for concurrent workflow

Return type

List[Operation]

Returns

The operations that were run

tamr_toolbox.project.golden_records.jobs.update_profiling_info(project, *, process_asynchronously=False)[source]

Updating all profiling information for golden records project

Parameters
  • project (Project) – Target golden records project

  • process_asynchronously (bool) – Whether or not to wait for the job to finish before returning - must be set to True for concurrent workflow

Return type

List[Operation]

Returns

The operations that were run

tamr_toolbox.project.golden_records.jobs.update_golden_records(project, *, process_asynchronously=False)[source]

Update the draft golden records of a project

Parameters
  • project (Project) – Target golden records project

  • process_asynchronously (bool) – Whether or not to wait for the job to finish before returning - must be set to True for concurrent workflow

Return type

List[Operation]

Returns

The operations that were run

tamr_toolbox.project.golden_records.jobs.publish_golden_records(project, *, process_asynchronously=False)[source]

Publish the golden records of a project

Parameters
  • project (Project) – Target golden records project

  • process_asynchronously (bool) – Whether or not to wait for the job to finish before returning - must be set to True for concurrent workflow

Return type

List[Operation]

Returns

The operations that were run

tamr_toolbox.project.golden_records.jobs.update_and_publish(project, *, process_asynchronously=False)[source]

Update the draft golden records and publish the golden records

Parameters
  • project (Project) – Target golden records project

  • process_asynchronously (bool) – Whether or not to wait for the job to finish before returning - must be set to True for concurrent workflow

Return type

List[Operation]

Returns

The operations that were run