You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "o-nikolas (via GitHub)" <gi...@apache.org> on 2023/08/04 23:08:12 UTC

[GitHub] [airflow] o-nikolas commented on a diff in pull request #32437: add deferrable mode to rds start & stop DB

o-nikolas commented on code in PR #32437:
URL: https://github.com/apache/airflow/pull/32437#discussion_r1284900075


##########
airflow/providers/amazon/aws/operators/rds.py:
##########
@@ -20,15 +20,20 @@
 import json
 import warnings
 from datetime import timedelta
-from typing import TYPE_CHECKING, Sequence
+from typing import TYPE_CHECKING, Any, Sequence
 
+from astroid.decorators import cachedproperty

Review Comment:
   @eladkal 
   
   Fix here: https://github.com/apache/airflow/pull/33133



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