Session

The Session type is an alias for requests.Session.

For more information, see the official requests.Session docs.

tamr_client.session.from_auth(auth)[source]

Create a new authenticated session

Parameters

auth (HTTPBasicAuth) – Authentication

Return type

Session