[
https://issues.apache.org/jira/browse/AIRFLOW-6444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17007812#comment-17007812
]
ASF subversion and git services commented on AIRFLOW-6444:
----------------------------------------------------------
Commit 02ba582467eb3a90c7cd366479d0d59535fc5ac4 in airflow's branch
refs/heads/master from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=02ba582 ]
[AIRFLOW-6444] Fix invalid argument error in example_dataflow dag (#7029)
> Fix invalid argument error in example_dataflow dag
> --------------------------------------------------
>
> Key: AIRFLOW-6444
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6444
> Project: Apache Airflow
> Issue Type: Bug
> Components: examples, gcp
> Affects Versions: 2.0.0
> Reporter: Kaxil Naik
> Assignee: Kaxil Naik
> Priority: Minor
> Fix For: 2.0.0
>
>
> Currently I get the following error when I run
> https://github.com/apache/airflow/blob/master/airflow/gcp/example_dags/example_dataflow.py
> {noformat}
> airflow.exceptions.AirflowException: Invalid arguments were passed to
> DataflowCreatePythonJobOperator (task_id: start-python-job). Invalid
> arguments were:
> *args: ()
> **kwargs: {'check_if_running': <CheckJobRunning.WaitForRun: 3>}
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)