cra opened a new pull request, #26098: URL: https://github.com/apache/airflow/pull/26098
Hello This PR contains the following: * adds more examples and explicit mention of imports of WeekDay enum in `BranchDayOfWeekOperator`. * adds back reference to now-deprecated kwarg, mentions that you should not use it (I saw something similar in the docs for other deprecated params and would think it's a good idea to have it in the docs since it's in the constructor) * adds more tasks in dag example for BranchDayOfWeekOperator so it's hopefully clearer on how to use WeekDay enum. * **somewhat code-affecting change**: adds type hints for the weekday sensor. I also updated hints for the week_day so it has the enum in it It all should add more examples to both HowTo for the operator and the operator/sensor description in the docs closes: #26071 -- 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]
