gvergnolle commented on issue #58310:
URL: https://github.com/apache/airflow/issues/58310#issuecomment-4430865223

   @dabla, a valid workaround is to have a small @task above that generates the 
random string and use it in the next task using template variables and xcoms 
(something like `{{ task_instance.xcom_pull(...) }}`). It worked well with us


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