[
https://issues.apache.org/jira/browse/AIRFLOW-4767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16873816#comment-16873816
]
ASF GitHub Bot commented on AIRFLOW-4767:
-----------------------------------------
potiuk commented on pull request #5487: [AIRFLOW-4767] Fix errors in the
documentation of Dataproc Operator
URL: https://github.com/apache/airflow/pull/5487
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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
>
> 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)