Datatamer / Datatamer/tamr-client

Explanation: Aliasing

Open
#463 0 comments 0 reactions 0 assignees View on GitHub
📝 Docs 🙋‍♀️ Feature Request
Dominant language
Python
Stars
11
Forks
24
PR merge metrics
No merged PRs in 30d

Description

Example:

```python
import tamr_client as tc

# aliases
M = tc.mastering
check = tc.operation.check

# concise code due to aliasing
check(M.update_unified_dataset(session, project))
check(M.generate_pairs(session, project))
check(M.apply_feedback(session, project))
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.