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 15:21:00 UTC

[jira] [Created] (AIRFLOW-6427) Fix broken example_qubole_operator dag

Kaxil Naik created AIRFLOW-6427:
-----------------------------------

             Summary: Fix broken example_qubole_operator dag
                 Key: AIRFLOW-6427
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6427
             Project: Apache Airflow
          Issue Type: Bug
          Components: contrib, examples
    Affects Versions: 1.10.7
            Reporter: Kaxil Naik
            Assignee: Kaxil Naik
             Fix For: 1.10.8


With the current example (https://github.com/apache/airflow/blob/aa90753cf5f64bf435044cf2e6b81a02fdcf6b33/airflow/contrib/example_dags/example_qubole_operator.py#L191), I get the following error:


{noformat}
airflow.exceptions.AirflowException: Invalid arguments were passed to QuboleOperator (task_id: db_import). Invalid arguments were:
*args: ()
**kwargs: {'db_parallelism': 2}
{noformat}




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