You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (Jira)" <ji...@apache.org> on 2020/01/02 17:09:02 UTC

[jira] [Resolved] (AIRFLOW-6426) Fix broken example_gcs Dag

     [ https://issues.apache.org/jira/browse/AIRFLOW-6426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kaxil Naik resolved AIRFLOW-6426.
---------------------------------
    Resolution: Fixed

> Fix broken example_gcs Dag
> --------------------------
>
>                 Key: AIRFLOW-6426
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6426
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 2.0.0
>            Reporter: Kaxil Naik
>            Assignee: Kaxil Naik
>            Priority: Critical
>             Fix For: 2.0.0
>
>
> I get the following error with the current example_gcs DAG: https://github.com/apache/airflow/blob/aa90753cf5f64bf435044cf2e6b81a02fdcf6b33/airflow/gcp/example_dags/example_gcs.py#L130
> {noformat}
>   File "/opt/airflow/airflow/gcp/operators/gcs.py", line 372, in __init__
>     raise ValueError("Either object or prefix should be set. Both are None")
> ValueError: Either object or prefix should be set. Both are None
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)