I'm new with Airflow and I cannot understand how to reload an operator/plugin when I change its code. I'm using the LocalExecutor and an external database (MySql). I've tried to restart the webserver and the scheduler but I still get the same error when importing dags:
File "/home/ec2-user/airflow/dags/extractor.py", line 2, in <module>
from airflow.contrib.operators.emr_spark_plugin import EmrSparkOperator
ImportError: No module named emr_spark_plugin