I decide the solution: these functions cannot be used the way I used ( print...), but they need to be called inside the code that interacts with the database. For instance:
print select([my_table, func.current_date()]).execute()
.
, :
type_, , ,bind, SQLAlchemy
:
func.current_date(type_=types.Date, bind=engine1)
func.current_timestamp(type_=types.Time, bind=engine2)
, , , .