rawwar commented on issue #41816: URL: https://github.com/apache/airflow/issues/41816#issuecomment-2314836796
@eladkal, That makes sense. But this case still needs to be handled on the Airflow side as well since we want a way to track the job. I have a few suggestions here. suggestions: - Clearly mention in the documentation and also print logs when the task_key is beyond 100 characters for now - Prefix task_key with a unique identifier so that we can just do a prefix match when searching for the task - Instead of dag_id+task_id as the task key, we can use a [5-10] digit UUID that should be sufficiently unique. - -- 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]
