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 2021/12/01 04:04:34 UTC

[GitHub] [airflow] ferruzzi commented on a change in pull request #19665: Add two operators in AWS Providers: RedshiftResumeClusterOperator and RedshiftPauseClusterOperator

ferruzzi commented on a change in pull request #19665:
URL: https://github.com/apache/airflow/pull/19665#discussion_r759838433



##########
File path: tests/providers/amazon/aws/operators/test_redshift_pause_cluster.py
##########
@@ -52,10 +52,8 @@ def test_init(self):
         redshift_operator = RedshiftPauseClusterOperator(
             task_id="task_test",
             cluster_identifier="test_cluster",
-            aws_conn_id="aws_conn_test",
-            check_interval=3,
+            aws_conn_id="aws_conn_test"

Review comment:
       You have a default value in the Operator for this, am I missing a reason to have it defined here?  Looks like an opportunity to just use the default.




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