From commits-return-12377-archive-asf-public=cust-asf.ponee.io@airflow.incubator.apache.org Sat Feb 3 23:09:08 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 5F00D180621 for ; Sat, 3 Feb 2018 23:09:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4E4B4160C38; Sat, 3 Feb 2018 22:09:08 +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 96E81160C26 for ; Sat, 3 Feb 2018 23:09:07 +0100 (CET) Received: (qmail 60114 invoked by uid 500); 3 Feb 2018 22:09:06 -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 60100 invoked by uid 99); 3 Feb 2018 22:09:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Feb 2018 22:09:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 602D91A0067 for ; Sat, 3 Feb 2018 22:09:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -102.311 X-Spam-Level: X-Spam-Status: No, score=-102.311 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_MED=-2.3, 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 (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 76A_lOQLKvaW for ; Sat, 3 Feb 2018 22:09:05 +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 0F2E15F254 for ; Sat, 3 Feb 2018 22:09:05 +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 C9ECAE02FD for ; Sat, 3 Feb 2018 22:09:01 +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 3CDAA23373 for ; Sat, 3 Feb 2018 22:09:00 +0000 (UTC) Date: Sat, 3 Feb 2018 22:09:00 +0000 (UTC) From: "Kaxil Naik (JIRA)" To: commits@airflow.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AIRFLOW-2063) Missing documentation of GCS components in code.rst & integration.rst MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Kaxil Naik created AIRFLOW-2063: ----------------------------------- Summary: Missing documentation of GCS components in code.rst & integration.rst Key: AIRFLOW-2063 URL: https://issues.apache.org/jira/browse/AIRFLOW-2063 Project: Apache Airflow Issue Type: Task Components: contrib, gcp Affects Versions: 1.9.0, 1.9.1 Reporter: Kaxil Naik Assignee: Kaxil Naik Fix For: 1.9.0, 1.9.1 Documentation is missing for lots of GCP operators in code.rst & integration.rst which will prevent Sphinx for generating documentation for them. Few of them are mentioned below: * BigQueryGetDataOperator * BigQueryTableDeleteOperator * DataprocClusterCreateOperator * DataprocClusterDeleteOperator * DataprocWorkflowTemplateInstantiateOperator * DataprocWorkflowTemplateInstantiateInlineOperator * DataflowTemplateOperator * DatastoreExportOperator * DatastoreImportOperator * FileToGoogleCloudStorageOperator * GoogleCloudStorageCopyOperator * GoogleCloudStorageListOperator * GoogleCloudStorageToGoogleCloudStorageOperator -- This message was sent by Atlassian JIRA (v7.6.3#76005)