eladkal commented on pull request #11964: URL: https://github.com/apache/airflow/pull/11964#issuecomment-796674191
while commenting on https://github.com/apache/airflow/issues/11931 i notice that we might have two issues here: 1. The operator name `DateTimeBranchOperator` isn't consistent with other branch operators: `BranchPythonOperator`, `BranchSQLOperator`, `BranchDayOfWeekOperator` for consistnacy the operator should be renamed to `BranchDateTimeOperator` 2. Should `datetime_branch.py` be `datetime.py`? Since the operator isn't released yet we can handle this easily without deprecation notice. @kaxil WDYT? I can handle this if @tomasfarias has no time. ---------------------------------------------------------------- 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]
