kumbarsg commented on issue #25996: URL: https://github.com/apache/airflow/issues/25996#issuecomment-1241281680
This is the error that I am facing while I try to use Gluejoboperator on MWAA instance: Broken DAG: [/usr/local/airflow/dags/Glue_sample.py] Traceback (most recent call last): File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/usr/local/airflow/dags/Glue_sample.py", line 8, in <module> from airflow.providers.amazon.aws.operators.glue import GlueJobOperator ImportError: cannot import name 'GlueJobOperator' from 'airflow.providers.amazon.aws.operators.glue' (/usr/local/lib/python3.7/site-packages/airflow/providers/amazon/aws/operators/glue.py) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org