Arunodoy18 opened a new pull request, #60983:
URL: https://github.com/apache/airflow/pull/60983

   Manual DAG triggers in Airflow 3.1.x generate deterministic run_ids based
   solely on logical_date, which prevents multiple manual runs on the same
   day and results in a database unique constraint violation.
   
   This PR updates manual run_id generation to ensure uniqueness while
   preserving logical_date semantics and backward compatibility. It does
   not affect scheduled or backfill runs.
   
   Includes unit tests covering multiple manual triggers with different
   configurations.
   


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