Fix mypy errors in kubernetes, fab, google, and amazon providers#63947
Merged
potiuk merged 1 commit intoapache:mainfrom Mar 19, 2026
Merged
Fix mypy errors in kubernetes, fab, google, and amazon providers#63947potiuk merged 1 commit intoapache:mainfrom
potiuk merged 1 commit intoapache:mainfrom
Conversation
- kubernetes_executor: handle None executor_config before calling .get() - fab_auth_manager: filter None values from Pool.pool query results - stackdriver_task_handler: provide fallback for None hostname - ecs_executor: handle None queue and executor_config in add_task call
Member
Author
|
Those currently fail on main |
bugraoz93
approved these changes
Mar 19, 2026
Member
Author
|
It's because of new attrs released. |
eladkal
approved these changes
Mar 19, 2026
Member
Author
|
Thie is also the reason for #63942 I added the commit there too. |
1 task
fat-catTW
pushed a commit
to fat-catTW/airflow
that referenced
this pull request
Mar 22, 2026
…che#63947) - kubernetes_executor: handle None executor_config before calling .get() - fab_auth_manager: filter None values from Pool.pool query results - stackdriver_task_handler: provide fallback for None hostname - ecs_executor: handle None queue and executor_config in add_task call
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix 5 pre-existing mypy errors across 4 provider files:
Noneexecutor_configbefore calling.get()Nonevalues fromPool.poolquery resultsNonehostnamequeueandexecutor_configinadd_taskcallWas generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Claude Opus 4.6) following the guidelines