Nishant Shah

Results 1 issues of Nishant Shah

Hi Team, I was trying to create SQLAlchemy engine as per below sample code. ```python from sqlalchemy import create_engine td_engine = create_engine('teradata://dbuser:[email protected]') ``` Executing this statement gave me the following...