eladkal commented on a change in pull request #20360:
URL: https://github.com/apache/airflow/pull/20360#discussion_r778603523
##########
File path: airflow/providers/amazon/aws/hooks/dynamodb.py
##########
@@ -18,13 +18,14 @@
"""This module contains the AWS DynamoDB hook"""
+import warnings
from typing import Iterable, List, Optional
from airflow.exceptions import AirflowException
from airflow.providers.amazon.aws.hooks.base_aws import AwsBaseHook
-class AwsDynamoDBHook(AwsBaseHook):
+class DynamoDBHook(AwsBaseHook):
Review comment:
The entry in deprecated class points contrib to `AwsDynamoDBHook`
This is no longer true. It should point to `DynamoDBHook`
--
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]