zhangyi-hu commented on issue #16608:
URL: https://github.com/apache/airflow/issues/16608#issuecomment-867036253


   > > The changeset is too small to worth the trouble for a PR.
   > 
   > All changes are done via PR (even the core maintainers), so one will be 
needed either way, small or not. Also this may not be as small as you imagine 
since Airflow has pretty strict backwards compatibility rules, so we can’t just 
make the old name unavailable, but need to do some tricks to keep the old name 
available (e.g. using PEP 562 `__getattr__`).
   
   Is it a good idea to make test_cycle a wrapper of check_cycle and at the 
same time emit a Deprecation Warning? 


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


Reply via email to