eladkal commented on PR #62560: URL: https://github.com/apache/airflow/pull/62560#issuecomment-4037353178
> Hi @henry3260 , thanks for the providing the fix. May I know how I can test this patch? > > I'm testing using MWAA environment. Usually I just run the command in MWAA requirements file: `pip install apache-airflow-providers-amazon==9.22.0rc2` but wasn't sure how to apply this patch of code in the pip install provider. > > Is there a guide for me to follow? Appreciate your support. see https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html#configuring-dag-dependencies-upload you can specify your desired python libraries for the requirements.txt alternatively since this is only code change in 1 file, you can also just copy the new operator code into your test dag file give it a new name MyGlueOperator and then use it with your DAG to see if it solve the problem. Sometimes quick and dirty is a good choice :) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
