vandonr-amz commented on code in PR #32437:
URL: https://github.com/apache/airflow/pull/32437#discussion_r1264015539


##########
airflow/providers/amazon/aws/utils/rds.py:
##########
@@ -22,5 +22,5 @@
 class RdsDbType(Enum):
     """Only available types for the RDS."""
 
-    INSTANCE: str = "instance"
-    CLUSTER: str = "cluster"

Review Comment:
   ah yes, it's because this annotation is wrong. When you access 
`RdsDbType.INSTANCE` you don't get a string, you get an enum type, and the 
string is in `RdsDbType.INSTANCE.value`.



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

Reply via email to