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)
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
✔️ PR Todo
-dev
version:[#<issue number>](<link to issue>) <change description>