Golden Records

Jobs

Tasks related to running jobs for Tamr Golden Records projects

tamr_toolbox.project.golden_records.jobs.run(project)[source]

Run the project

Parameters

project (Project) – Target golden records project

Return type

List[Operation]

Returns

The operations that were run

tamr_toolbox.project.golden_records.jobs.update_golden_records(project)[source]

Update the draft golden records of a project

Parameters

project (Project) – Target golden records project

Return type

List[Operation]

Returns

The operations that were run

tamr_toolbox.project.golden_records.jobs.publish_golden_records(project)[source]

Publish the golden records of a project

Parameters

project (Project) – Target golden records project

Return type

List[Operation]

Returns

The operations that were run

tamr_toolbox.project.golden_records.jobs.update_and_publish(project)[source]

Update the draft golden records and publish the golden records

Parameters

project (Project) – Target golden records project

Return type

List[Operation]

Returns

The operations that were run