我使用Python调用天气API,但是气流任务由于错误Negsignal.SIGSEGV而失败。调用天气API的Python在气流外部运行时运行良好。DAGfrom airflow.operators.bash_operator import BashOperator
from airflow.operators.python_operatorimport P
我对气流很陌生,我正在尝试创建一个Python管道调度自动化过程。我的项目youtubecollection01利用自定义创建的模块,所以当我运行DAG时,ModuleNotFoundError: No module named 'Authentication'会失败这就是我的项目的结构:这是我的守护文件:# This to intialize the file as a dag file
from airflow import DAG</e