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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]