-
The homepage link in PyPI is still linked to the previous URL.
https://pypi.org/project/tamr-unify-client/
-
# 💬 RFC
These terms are used nearly interchangeably:
- `Object.relative_id` (which reads `data["relativeId"]`)
- `Object.api_path`
- argument `alias` on `BaseResource.__init__`
## 🔦 Context
…
-
Replace /rtfd with /tamr-docs. Before making any path renamings, please coordinate with the doc team.
-
# 🐛 bug report
JSON is a string. Data (in the way it is used here), is a dictionary.
In many cases, `from_json` is actually taking a dictionary as an argument named `resource_json`.
## 🤔 Expe…
-
# 💬 RFC
Trying to upload new data. I would prefer to create a new dataset, but the API doesn't support that. Instead, I need to use `Dataset.update_records`.
I would like to be able to create a …
-
# 🐛 bug report
Collection.py has a data param in __init__ and shouldn't, should only fetch data when streaming begins, from_json method shouldn't exist because of this
## 🤔 Expected Behavior…
-
# 🙋 feature request
Documentation for the Python client: intro, references, examples
## 🤔 Expected Behavior
Python client needs to be documented, and this documentation needs to be automated, and…
-
# 🙋 feature request
I discovered, through experimentation, that `Dataset.update_records` uses the datasets `keyAttributeNames` as the `recordId`. The corresponding value in the `record` itself is i…
-
# 💬 RFC
Currently it is hard to upload a dataset with a custom schema. Given a dataset name, schema as json, and csv, efficiently upload the data. For some datasets, it's useful to generate g…
-
# 🐛 bug report
Unable to retrieve `published_clusters` from a mastering project.
## 😯 Current Behavior
1. Published clusters via the UI
2. Fetch project from the client, convert to masterin…