You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/20 14:02:35 UTC

[GitHub] [airflow] potiuk edited a comment on pull request #20422: Fix MyPy errors in Apache Providers

potiuk edited a comment on pull request #20422:
URL: https://github.com/apache/airflow/pull/20422#issuecomment-997949200


   If we agree this is the right way of treating context we could easily automate and apply it to all operators/sensors that have currnetly:
   
   ```
   execute(self, context)
   ```
   or
   
   ```
   poke(self, context)
   ```
   
   as a single big change (after we complete all other MyPy changes. WDYT?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org