joseph-trog commented on issue #34713: URL: https://github.com/apache/airflow/issues/34713#issuecomment-2560603236
This is still an issue that I am facing. I am currently trying to trigger a new dag from existing tasks. These tasks are partial PythonOperator tasks, meaning than many tasks can be spawned at the same time and trigger a new run with the same execution_date. I have found a work around that lowers the likelihood of this happening by injecting randomness into the microseconds of the execution date. However this is not foolproof and definitely does not seem like best practice. I see in the main branch of airflow this is no longer implemented with the execution date constraint, when can this be expected to be in a release? -- 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