yuqian90 edited a comment on pull request #8992: URL: https://github.com/apache/airflow/pull/8992#issuecomment-657072964
> Hi @yuqian90, apologies this won't make it to 1.10.11 as the LatestOnlyOperator causes a change in behaviour. Is it possible for you to achieve this without changing the behaviour (talking about the note in Updating.md) or adding a flag to have old behavior vs new behaviour (default would be old behaviour). Hi, @kaxil sorry for the late response. I have backed out https://github.com/apache/airflow/pull/5970 which as you have pointed out slightly changes the behaviour or `LatestOnlyOperator`. I put the test fix inside the test instead (call create_dagrun() before calling `LatestOnlyOperator.execute()`. Looks like I missed 1.10.11. Hopefully this can make it for 1.10.12. Thanks! ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
