you miss something, please try:
with engine.connect() as cnx: # Read the table into a DataFrame df = pd.read_sql_table("TableName", cnx, schema="App")