Hey everyone,
I am trying to run an Flow compiled as an Airflow DAG, but I’m running into an error saying that my third-party libraries aren’t installed:
ModuleNotFoundError: No module named 'pandas'
.
Do I need to use the
@conda
decorator in my flow steps to install the necessary libraries when running my Flow on Airflow?
Thanks!