kaxil commented on PR #25785:
URL: https://github.com/apache/airflow/pull/25785#issuecomment-1220552927
> For RM: This is a breaking change since the old unerscore-prefixed
functions are no longer available. The next provider release needs to bump the
major version.
Actually we can add a backwards-compatible support for it, for a couple of
releases. Thoughts?
```
def _get_credentials():
.... raise deprecation warning here..
return get_credentials()
```
--
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]