bperson commented on pull request #14476:
URL: https://github.com/apache/airflow/pull/14476#issuecomment-787102163


   A bit of renaming / shortening the test name to fix the mysql / postgres 
error from CI because `pool` is still `50` chars long in [the TI 
model](https://github.com/apache/airflow/blob/master/airflow/models/taskinstance.py#L275):
   ```
   qlalchemy.exc.DataError: (_mysql_exceptions.DataError) (1406, "Data too long 
for column 'pool' at row 1")
   ```
   
   I guess there should be a follow-up to #7658 to increase it on the TI model 
as well?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to