Datatamer / tamr-client

Programmatically interact with Tamr
https://tamr-client.readthedocs.io
Apache License 2.0
11 stars 25 forks source link

Add Golden Records project with update and publish functions. #461

Closed skalish closed 3 years ago

skalish commented 3 years ago

Creation cannot be added because of the lack of a versioned API.

↪️ Pull Request

This PR adds functions for updating and publishing a Tamr Golden Records project, a gap in functionality noted in #460. Golden Record project creation cannot be added because of the lack of a versioned API.

💻 Examples

import tamr_client as tc

s = tc.Session(...)
gr_project = tc.GoldenRecordsProject(...)

# Run jobs
tc.golden_records.update(s, gr_project)
tc.golden_records.publish(s, gr_project)

✔️ PR Todo