You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/18 23:37:09 UTC

[GitHub] [airflow] kazanzhy edited a comment on pull request #20642: Added Hook for Amazon RDS

kazanzhy edited a comment on pull request #20642:
URL: https://github.com/apache/airflow/pull/20642#issuecomment-1045315483


   So there are three ways to install stubs for RDS.
   - `boto3-stubs[rds]` - ERRORS
   - `boto3-stubs-lite[rds]` - ERRORS
   - `mypy-boto3-rds` - OK
   
   Seems `boto3-stubs` overload something in botocore.
   I'll try to find the solution because it's more convenient to put all necessary libs inside `boto3-stubs` than list them.


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org