uranusjr commented on pull request #19039:
URL: https://github.com/apache/airflow/pull/19039#issuecomment-945333562


   We'll need to check all the places that look up `DagRun` (including 
`DagRun.find()` and direct SQLAlchemy calls) to make sure they are passing in 
`execution_date` correctly. We have a unique constraint on 
`DagRun.execution_date`, and I believe there are some parts of the code relies 
on the `run_id` can be uniquely calculated solely from `execution_date`, which 
would not be true after this PR. This is similar to #18968 but for scheduled 
runs.


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