From commits-return-12386-archive-asf-public=cust-asf.ponee.io@airflow.incubator.apache.org Mon Feb 5 10:49:04 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 E0914180647 for ; Mon, 5 Feb 2018 10:49:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C8CD1160C4B; Mon, 5 Feb 2018 09:49:04 +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 1CA3A160C46 for ; Mon, 5 Feb 2018 10:49:03 +0100 (CET) Received: (qmail 11752 invoked by uid 500); 5 Feb 2018 09:49:03 -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 11743 invoked by uid 99); 5 Feb 2018 09:49:03 -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; Mon, 05 Feb 2018 09:49:03 +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 72D801A06C4 for ; Mon, 5 Feb 2018 09:49:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -101.511 X-Spam-Level: X-Spam-Status: No, score=-101.511 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, 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-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 1Y6m_DzgAmuN for ; Mon, 5 Feb 2018 09:49:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id C7CBC5F6C2 for ; Mon, 5 Feb 2018 09:49:01 +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 25D15E00EA for ; Mon, 5 Feb 2018 09:49: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 535AE21E88 for ; Mon, 5 Feb 2018 09:49:00 +0000 (UTC) Date: Mon, 5 Feb 2018 09:49:00 +0000 (UTC) From: "Fokko Driesprong (JIRA)" To: commits@airflow.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (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 [ https://issues.apache.org/jira/browse/AIRFLOW-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2063. --------------------------------------- Resolution: Fixed Fix Version/s: (was: 1.9.1) (was: 1.9.0) 2.0.0 Issue resolved by pull request #3003 [https://github.com/apache/incubator-airflow/pull/3003] > 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 > Priority: Minor > Fix For: 2.0.0 > > > 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)