Hi I’m new to using Airflow 2.0 and Astronomer. I’m testing out the product and running local using the cli. When I try to run basic dags I’m seeing that any operator I try to use isn’t present on the image.
for example:
from airflow.operators.python import PythonOperator
from airflow.operators.dummy import DummyOperator
both throw an error when I load the dag saying those modules (dummy and python) are not installed. I looked through the documentation but I have not seen how to install them… seems pretty basic to not be installed.