You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/05 07:42:25 UTC

[GitHub] [airflow] eladkal commented on a change in pull request #20360: Standardize DynamoDB naming

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org