-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strict type check for multiple providers #11229
Conversation
42.599590 amazon |
I am very glad that you are working on typing coverage for providers. This will make life easier for many users as type problems can be detected much earlier. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Strict type check for multiple providers. Part of: #9708
cc: @kaxil @mik-laj tried covering all smaller provider, can I request for review?
Only big ones are left (Microsft, AWS and Google) and also we need to do strict type check for
dbapi_hook.py
as lots ofproviders are extending this one and there are functions whose types/signature is not defined.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.