josh-fell commented on pull request #20071: URL: https://github.com/apache/airflow/pull/20071#issuecomment-990296483
> Hi @eladkal > > I'm testing this PR locally and getting errors from `mypy`. It says that `PythonVirtualenvOperator` uses `.execute(context: Context)` but `PythonOperator` uses `.execute(context: Dict[Any, Any])`. Should I try to fix it or it should be another PR? It's not required. Mypy checks were turned off for a couple weeks while the default Python version in Airflow was changed to 3.7. However we want to reenable these checks on `main` builds but there are a lot of Mypy errors now that need to be addressed. There is an ongoing effort to resolve these errors and you're more than welcome to help out. Check out #19891. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
