mykola-shyshov commented on PR #58896: URL: https://github.com/apache/airflow/pull/58896#issuecomment-3620708957
> My idea btw was to use this https://docs.celeryq.dev/en/stable/reference/celery.app.task.html#celery.app.task.Task.apply -- note the `task_id` parameter there -- in Airflow 3.0 and above I think we can use `task.id` there, which is unique per task try in Airflow @ashb I do exactly what you are saying https://github.com/apache/airflow/pull/58896/files#diff-532841407e041661f1efafffbd1fa7e56334c394e92d9910577c14e36ea28370R286 -- 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]
