The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/gke-start-pod-extra-link-46658 has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
81a03c851a75901737beb2ad7b3b36157768eca8 / Jarek Potiuk <[email protected]>
fix(mypy): suppress attr-defined on mixin self.log call

GKEOperatorMixin is a bare mixin; `self.log` resolves at runtime via
the BaseOperator that the operator class actually inherits from, but
mypy can't see that. Apply the same `# type: ignore[attr-defined]`
pattern already used on every other self.<attr> access in this class.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to