[
https://issues.apache.org/jira/browse/AIRFLOW-6427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013244#comment-17013244
]
ASF subversion and git services commented on AIRFLOW-6427:
----------------------------------------------------------
Commit 086d36936d0315d21b148a76fa42542b7f79c918 in airflow's branch
refs/heads/v1-10-test from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=086d369 ]
[AIRFLOW-6427] Fix broken example_qubole_operator dag (#7005)
(cherry picked from commit 654f581bf382322d2c4b2467751383bba8ea36b3)
> 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
> Priority: Minor
> 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)