From commits-return-27310-archive-asf-public=cust-asf.ponee.io@airflow.incubator.apache.org Tue Nov 6 16:25:16 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DC5B4180658 for ; Tue, 6 Nov 2018 16:25:15 +0100 (CET) Received: (qmail 80920 invoked by uid 500); 6 Nov 2018 15:25:14 -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 80911 invoked by uid 99); 6 Nov 2018 15:25:14 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2018 15:25:14 +0000 From: GitBox To: commits@airflow.apache.org Subject: [GitHub] kaxil commented on a change in pull request #4129: [AIRFLOW-3294] Update connections form and integration docs Message-ID: <154151791424.336.2942876444545773065.gitbox@gitbox.apache.org> Date: Tue, 06 Nov 2018 15:25:14 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit kaxil commented on a change in pull request #4129: [AIRFLOW-3294] Update connections form and integration docs URL: https://github.com/apache/incubator-airflow/pull/4129#discussion_r231166490 ########## File path: docs/integration.rst ########## @@ -1011,3 +1011,13 @@ QuboleFileSensor '''''''''''''''' .. autoclass:: airflow.contrib.sensors.qubole_sensor.QuboleFileSensor + +QuboleCheckOperator +''''''''''''''''''' + +.. autoclass:: airflow.contrib.operators.qubole_check_operator.QuboleCheckOperator + +QuboleValueCheckOperator +'''''''''''''''''''''''' + +.. autoclass:: airflow.contrib.operators.qubole_check_operator.QuboleValueCheckOperator Review comment: Ya, I am happy with that given the link points to the same class in code.rst :) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services