potiuk commented on issue #19891:
URL: https://github.com/apache/airflow/issues/19891#issuecomment-1015779598


   Hey everyone here in https://github.com/apache/airflow/pull/20935 I removed 
`eks.pyi` file - the one we introduced to "fix" default_args. It causes many 
more problems than it fixes - especially when we add new classes it's super 
confusing.
   
   Instead I simply added this on top of the affected examples:
   
   ```
   # Ignore missing args provided by default_args
   # type: ignore[call-arg]
   ```
   


-- 
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]


Reply via email to