pykenny commented on issue #23020:
URL: https://github.com/apache/airflow/issues/23020#issuecomment-2646055526

   Not trying to reopen the issue (since feature to set displayed name has been 
shipped). I think the idea of letting users to define their own set of index ID 
not only hits functional limit on MySQL, but also can lead to the problem 
similar to this report:
   
    - https://github.com/apache/airflow/issues/24701
   
   Users can unintentionally generate duplicated IDs during the mapping 
process, and both overwriting duplicated one (last-write-wins) or appending 
suffix (like how task IDs are determined) may not fit user expectation.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to