Sighery commented on PR #32815:
URL: https://github.com/apache/airflow/pull/32815#issuecomment-1648802334

   > Why do we even have a limit anyway? Since we don’t search against the 
column we can just use Text.
   
   For my usecase that'd also work. I don't think there's an index against 
either `login`, `password`, nor `extra`. Nor any search functionality for those 
fields. So I think it would make sense to make them all `TEXT`.
   
   But I'm new to Airflow, as well as the codebase, so figured I'd open an 
issue first to ask about it, and then I pushed the code to see if current DB 
engines would support this change (clearly MySQL doesn't for some reason), and 
get opinions from Airflow committers/devs.


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to