gopidesupavan opened a new issue, #53241: URL: https://github.com/apache/airflow/issues/53241
### Body We have migrated mypy to 1.16.1, now we can cleanup type ignores where possible. - [ ] airbyte - [ ] alibaba - [ ] amazon - [ ] apache - [ ] apprise - [ ] arangodb - [ ] asana - [ ] atlassian - [ ] celery - [ ] cloudant - [ ] cncf - [ ] cohere - [ ] common - [ ] databricks - [ ] datadog - [ ] dbt - [ ] dingding - [ ] discord - [ ] docker - [ ] edge3 - [ ] elasticsearch - [ ] exasol - [ ] fab - [ ] facebook - [ ] ftp - [ ] git - [ ] github - [ ] google - [ ] grpc - [ ] hashicorp - [ ] http - [ ] imap - [ ] influxdb - [ ] jdbc - [ ] jenkins - [ ] keycloak - [ ] microsoft - [ ] mongo - [ ] mysql - [ ] neo4j - [ ] odbc - [ ] openai - [ ] openfaas - [ ] openlineage - [ ] opensearch - [ ] opsgenie - [ ] oracle - [ ] pagerduty - [ ] papermill - [ ] pgvector - [ ] pinecone - [ ] postgres - [ ] presto - [ ] qdrant - [ ] redis - [ ] salesforce - [ ] samba - [ ] segment - [ ] sendgrid - [ ] sftp - [ ] singularity - [ ] slack - [ ] smtp - [ ] snowflake - [ ] sqlite - [ ] ssh - [ ] standard - [ ] tableau - [ ] telegram - [ ] teradata - [ ] trino - [ ] vertica - [ ] weaviate - [ ] yandex - [ ] ydb - [ ] zendesk ### Follow the below steps 1. Build lates ci image with `breeze build ci-imgae --python 3.10` 2. export SHOW_UNUSED_MYPY_WARNINGS=true 3. Run the ./scripts/ci/pre_commit/mypy_folder.py {Provider Name} This will show what are all possible type ignores we can remove. An example output looks like this. <img width="700" height="565" alt="Image" src="https://github.com/user-attachments/assets/0482b5e1-0119-4f1a-997f-eb40d8f0652f" /> Remove all the unused type ignores and run it again see if anything breaks Raise a PR with title `Cleanup type ignores in <provider> provider where possible` ref PR: https://github.com/apache/airflow/pull/53239 ### Committer - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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-unsubscr...@airflow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org