[PR] add deferrable mode to RedshiftClusterSensor [airflow]

2024-01-03 Thread via GitHub
Lee-W opened a new pull request, #36550: URL: https://github.com/apache/airflow/pull/36550 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)**

Re: [PR] add deferrable mode to RedshiftClusterSensor [airflow]

2024-01-03 Thread via GitHub
dirrao commented on code in PR #36550: URL: https://github.com/apache/airflow/pull/36550#discussion_r1441395813 ## airflow/providers/amazon/aws/triggers/redshift_cluster.py: ## @@ -262,3 +264,57 @@ def __init__( def hook(self) -> AwsGenericHook: return RedshiftHo

Re: [PR] add deferrable mode to RedshiftClusterSensor [airflow]

2024-01-03 Thread via GitHub
Lee-W commented on code in PR #36550: URL: https://github.com/apache/airflow/pull/36550#discussion_r1441435077 ## airflow/providers/amazon/aws/triggers/redshift_cluster.py: ## @@ -262,3 +264,57 @@ def __init__( def hook(self) -> AwsGenericHook: return RedshiftHoo

Re: [PR] add deferrable mode to RedshiftClusterSensor [airflow]

2024-01-05 Thread via GitHub
vincbeck commented on code in PR #36550: URL: https://github.com/apache/airflow/pull/36550#discussion_r1442952378 ## airflow/providers/amazon/aws/triggers/redshift_cluster.py: ## @@ -262,3 +264,53 @@ def __init__( def hook(self) -> AwsGenericHook: return Redshift

Re: [PR] add deferrable mode to RedshiftClusterSensor [airflow]

2024-01-05 Thread via GitHub
vincbeck commented on code in PR #36550: URL: https://github.com/apache/airflow/pull/36550#discussion_r1442952378 ## airflow/providers/amazon/aws/triggers/redshift_cluster.py: ## @@ -262,3 +264,53 @@ def __init__( def hook(self) -> AwsGenericHook: return Redshift

Re: [PR] add deferrable mode to RedshiftClusterSensor [airflow]

2024-01-05 Thread via GitHub
o-nikolas commented on code in PR #36550: URL: https://github.com/apache/airflow/pull/36550#discussion_r1443400326 ## airflow/providers/amazon/aws/sensors/redshift_cluster.py: ## @@ -66,6 +72,38 @@ def poke(self, context: Context): ) return current_status == se

Re: [PR] add deferrable mode to RedshiftClusterSensor [airflow]

2024-01-05 Thread via GitHub
Lee-W commented on code in PR #36550: URL: https://github.com/apache/airflow/pull/36550#discussion_r1443600933 ## tests/providers/amazon/aws/triggers/test_redshift_cluster.py: ## @@ -0,0 +1,125 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contribut

Re: [PR] add deferrable mode to RedshiftClusterSensor [airflow]

2024-01-05 Thread via GitHub
Lee-W commented on code in PR #36550: URL: https://github.com/apache/airflow/pull/36550#discussion_r1443601061 ## airflow/providers/amazon/aws/triggers/redshift_cluster.py: ## @@ -262,3 +264,53 @@ def __init__( def hook(self) -> AwsGenericHook: return RedshiftHoo

Re: [PR] add deferrable mode to RedshiftClusterSensor [airflow]

2024-01-05 Thread via GitHub
Lee-W commented on code in PR #36550: URL: https://github.com/apache/airflow/pull/36550#discussion_r1443600973 ## airflow/providers/amazon/aws/sensors/redshift_cluster.py: ## @@ -66,6 +72,38 @@ def poke(self, context: Context): ) return current_status == self.t

Re: [PR] add deferrable mode to RedshiftClusterSensor [airflow]

2024-01-08 Thread via GitHub
vincbeck merged PR #36550: URL: https://github.com/apache/airflow/pull/36550 -- 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-unsubscr...@airflow