Kamil Bregula created AIRFLOW-4767:
--------------------------------------
Summary: 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
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)