uranusjr commented on a change in pull request #15316:
URL: https://github.com/apache/airflow/pull/15316#discussion_r611114767
##########
File path: airflow/contrib/hooks/aws_hook.py
##########
@@ -30,7 +30,10 @@
class AwsHook(AwsBaseHook):
- """This class is deprecated. Please use
`airflow.providers.amazon.aws.hooks.base_aws.AwsBaseHook`."""
+ """
+ This class is deprecated.
+ Please use `airflow.providers.amazon.aws.hooks.base_aws.AwsBaseHook`.
Review comment:
```suggestion
Please use
:class:`airflow.providers.amazon.aws.hooks.base_aws.AwsBaseHook`.
```
I think this should work? Same for other deprecated classes below.
--
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]