The GitHub Actions job "Tests" on 
airflow.git/fix/eks-pod-operator-credential-refresh-issue-57585 has failed.
Run started by GitHub user aviralgarg05 (triggered by o-nikolas).

Head commit for run:
211edfbc0d7245e98421fbfa19e4ecfa491d63db / aviralgarg05 <[email protected]>
Fix static type error in container_log_times assignment

Add None check before assigning to container_log_times dictionary
to satisfy mypy type checking. The dictionary is typed as
dict[tuple[str, str, str], DateTime], so we must ensure we don't
assign None values.

Fixes the error:
providers/cncf/kubernetes/.../pod_manager.py:495: error:
Incompatible types in assignment (expression has type 'DateTime | None',
target has type 'DateTime')

Report URL: https://github.com/apache/airflow/actions/runs/20378590182

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to