How to install packages(Pandas) in Airflow?
How to install packages(Pandas) in Airflow? Question: Airflow is installed on Linux(Debian), just following the official tutorial in the most clumsy way – no docker, etc. (official tutorial: https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html) I created a DAG and it has a Python Operator that uses the Pandas package. But I am getting an error: Broken DAG: [/home/airflow/airflow/dags/air_etl.py] Traceback (most …