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 14:57:00 UTC

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

Kaxil Naik created AIRFLOW-6426:
-----------------------------------

             Summary: 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
             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)