Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D6B97200D54 for ; Fri, 8 Dec 2017 10:17:16 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D52CC160BF2; Fri, 8 Dec 2017 09:17:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2F69E160C20 for ; Fri, 8 Dec 2017 10:17:16 +0100 (CET) Received: (qmail 74018 invoked by uid 500); 8 Dec 2017 09:17:15 -0000 Mailing-List: contact commits-help@airflow.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.incubator.apache.org Delivered-To: mailing list commits@airflow.incubator.apache.org Received: (qmail 74009 invoked by uid 99); 8 Dec 2017 09:17:15 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2017 09:17:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id E7078C0FC0 for ; Fri, 8 Dec 2017 09:17:14 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.011 X-Spam-Level: X-Spam-Status: No, score=-100.011 tagged_above=-999 required=6.31 tests=[SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id jLjbGBKRT0pJ for ; Fri, 8 Dec 2017 09:17:14 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id A6E975F47E for ; Fri, 8 Dec 2017 09:17:13 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 3223EE25A3 for ; Fri, 8 Dec 2017 09:17:12 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 789F2273D3 for ; Fri, 8 Dec 2017 09:17:06 +0000 (UTC) Date: Fri, 8 Dec 2017 09:17:06 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: commits@airflow.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AIRFLOW-1888) Add AWS Redshift cluster sensor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 08 Dec 2017 09:17:17 -0000 [ https://issues.apache.org/jira/browse/AIRFLOW-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16283243#comment-16283243 ] ASF subversion and git services commented on AIRFLOW-1888: ---------------------------------------------------------- Commit 4936a807736557718dbc0690b92240806de5f3a9 in incubator-airflow's branch refs/heads/master from [~andyxhadji] [ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=4936a80 ] [AIRFLOW-1888] Add AWS Redshift Cluster Sensor Add AWS Redshift Cluster Sensor to contrib, along with corresponding unit tests. Additionally, updated Redshift Hook cluster_status method to better handle cluster_not_found exception, added unit tests, and corrected linting errors. Closes #2849 from andyxhadji/AIRFLOW-1888 > Add AWS Redshift cluster sensor > ------------------------------- > > Key: AIRFLOW-1888 > URL: https://issues.apache.org/jira/browse/AIRFLOW-1888 > Project: Apache Airflow > Issue Type: Improvement > Reporter: Andy Hadjigeorgiou > Assignee: Andy Hadjigeorgiou > Priority: Minor > > With new boto3 usage and the RedshiftHook, we can build additional features to support more common Redshift use cases. A Redshift cluster sensor would solve the common case of checking that a cluster is 'up' before performing any operations on it. -- This message was sent by Atlassian JIRA (v6.4.14#64029)