Teradata Python Package Function Reference - get_context - Teradata Python Package - Look here for syntax, methods and examples for the functions included in the Teradata Python Package.

Teradata® Python Package Function Reference

Product
Teradata Python Package
Release Number
16.20
Published
February 2020
Language
English (United States)
Last Update
2020-07-17
lifecycle
previous
Product Category
Teradata Vantage
teradataml.context.context.get_context = get_context()
DESCRIPTION:
    Returns the Teradata Vantage connection associated with the current context.
 
PARAMETERS:
    None
 
RETURNS:
    A Teradata sqlalchemy engine object.
 
RAISES:
    None.
 
EXAMPLES:
    td_sqlalchemy_engine = get_context()