vandonr-amz commented on code in PR #32437:
URL: https://github.com/apache/airflow/pull/32437#discussion_r1265725694
##########
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:
I don't know, enums are weird, I don't even know what type to put here.
Also, it's an enum, IDEs already deduce the correct type without annotations.
--
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]