airflow.exceptions.AirflowException: `python_callable` param must be callable


 后来发现是自己为了测试,两个task,调用的pythonOperator是同一个python方法导致的

相关