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/01/05 00:28:31 UTC

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

kazanzhy commented on pull request #20642:
URL: https://github.com/apache/airflow/pull/20642#issuecomment-1005276831


   A lot of thanks that clarifying the way to implementation @dstandish 
   
   
   The solutions below don't work and it's expected 
   ```
   from typing import Type
   from botocore.client import BaseClient
   self.client: Type[BaseClient]
   
   import boto3
   rds_client = boto3.client('rds', 'us-east-1')
   self.client: type(rds_client)
   ```
   Did you mean the solution that I started to implement?


-- 
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