diff --git a/dags/example_python_operator.py b/dags/example_python_operator.py index 0fc2180..85a5ec5 100644 --- a/dags/example_python_operator.py +++ b/dags/example_python_operator.py @@ -47,4 +47,5 @@ def print_context(ds, **kwargs): op_kwargs={'random_base': float(i)/10}, dag=dag) - task.set_upstream(run_this) + #task.set_upstream(run_this) + run_this >> task