Datatamer / tamr-client

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

Explanation: Aliasing #463

Open pcattori opened 4 years ago

pcattori commented 4 years ago

Example:

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))