-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Cleanup type ignores in mysql provider where possible #53288
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
Conversation
|
some failures :) |
@gopidesupavan Here I am a bit unclear. Mypy tells me the type ignores are not needed but if I remove them I get a clash on the other check because of inconsistency between imports from task-sdk vs. airflow-core. Unsure how to fix it... we need compatability but signatures seem to be inconsistent. WDYT? |
I think that should work? under TYPE_CHECKING block |
|
mypy throwing error in my local here https://github.com/apache/airflow/pull/53288/files#diff-45f9fbfe948e542f1e9ab370ca2c197d2878f76bfc868b015c74665f10fcbef6R133, might cause this buggy if we get some none field. would you like to update part of this PR? or i am happy to push new pr to fix :) |
Okay, attempted it with a proper version compat, hope this will make it green |
Fixing alongside... thanks for the hint... |
7e650ad to
8aef431
Compare
cool thank you ;) |
89c87b1 to
cf72696
Compare
Relates to #53241