[
https://issues.apache.org/jira/browse/AIRFLOW-4767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16873942#comment-16873942
]
ASF subversion and git services commented on AIRFLOW-4767:
----------------------------------------------------------
Commit a9ee5842860e20c275554ed257a2a9cb0f778e4d in airflow's branch
refs/heads/v1-10-test from Tomek
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=a9ee584 ]
[AIRFLOW-4767] Fix errors in the documentation of Dataproc Operator (#5487)
> Errors in the documentation of Dataproc Operator
> ------------------------------------------------
>
> Key: AIRFLOW-4767
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4767
> Project: Apache Airflow
> Issue Type: New Feature
> Components: gcp
> Affects Versions: 1.10.3
> Reporter: Kamil Bregula
> Assignee: Tomasz Urbaszek
> Priority: Minor
> Fix For: 1.10.4, 2.0.0
>
>
> Hello,
> Operator documentation contains many errors. We should think about it deeper.
>
> Example 1:
> DataProcPigOperator accepts the query_uri parameter.
> Airflow documentation describes this parameter as:
> {quote}The uri of a pig script on Cloud Storage.
> {quote}
> [https://cloud.google.com/dataproc/docs/reference/rest/v1beta2/PigJob]
> Google documentation describes this parameters as:
> {quote}The HCFS URI of the script that contains the Pig queries.
> {quote}
> [https://cloud.google.com/dataproc/docs/reference/rest/v1beta2/PigJob]
>
> I am afraid that there are similar mistakes in other places, so we should
> check the entire documentation.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)