From commits-return-26656-archive-asf-public=cust-asf.ponee.io@airflow.incubator.apache.org Wed Oct 31 12:49:23 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 CAD8B180668 for ; Wed, 31 Oct 2018 12:49:22 +0100 (CET) Received: (qmail 41212 invoked by uid 500); 31 Oct 2018 11:49:22 -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 41203 invoked by uid 99); 31 Oct 2018 11:49:21 -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; Wed, 31 Oct 2018 11:49:21 +0000 From: GitBox To: commits@airflow.apache.org Subject: [GitHub] phani8996 commented on a change in pull request #4111: [AIRFLOW-3266] Add AWS Athena Operator and hook Message-ID: <154098656140.29601.7820373946993638074.gitbox@gitbox.apache.org> Date: Wed, 31 Oct 2018 11:49:21 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit phani8996 commented on a change in pull request #4111: [AIRFLOW-3266] Add AWS Athena Operator and hook URL: https://github.com/apache/incubator-airflow/pull/4111#discussion_r229661660 ########## File path: docs/integration.rst ########## @@ -169,6 +169,19 @@ AWS: Amazon Web Services Airflow has extensive support for Amazon Web Services. But note that the Hooks, Sensors and Operators are in the contrib section. +AWS Athena +'''''''' + +- :ref:`AWSAthenaOperator` : Run Athena Query. + +.. _AWSAthenaOperator: + +AWSAthenaOperator +""""""""""""""""""" + +.. autoclass:: airflow.contrib.operators.aws_athena_operator.AWSAthenaOperator Review comment: I'm moving Athena operator doc to the bottom and adding the same on `docs/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