ModuleNotFoundError: No module named 'airflow.providers.amazon.aws.operators.emr_add_steps' #32264
-
Hi Team I create a airflow on aws, and it's version is 2.5.1, and I create a dag but it can't import to airflow;
I have install the [apache-airflow-providers-amazon], like the below of:
Package Name Version Description My airflow is Amazon MWAA |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Where did you get the import from? It seems to not be there, so I am not sure why you expect it to be there https://airflow.apache.org/docs/apache-airflow-providers-amazon/8.2.0/_api/airflow/providers/amazon/index.html ? Did you check the python API for the operator? |
Beta Was this translation helpful? Give feedback.
Where did you get the import from? It seems to not be there, so I am not sure why you expect it to be there https://airflow.apache.org/docs/apache-airflow-providers-amazon/8.2.0/_api/airflow/providers/amazon/index.html ?
Did you check the python API for the operator?