jason810496 commented on PR #54219: URL: https://github.com/apache/airflow/pull/54219#issuecomment-3181992724
Or maybe we can split the attributes by decoupling the cache attributes for normal client and async client: - `self._blob_service_client: BlobServiceClient` - `self._async_blob_service_client: AsyncBlobServiceClient` IMO, this might be more simpler to avoid mypy warning. -- 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]
