ashb commented on issue #19891: URL: https://github.com/apache/airflow/issues/19891#issuecomment-1009381185
Hmmm, We've got a bunch of errors like this: ```airflow/providers/amazon/aws/example_dags/example_eks_templated.py:72: error: Missing named argument "cluster_name" for "EksClusterStateSensor" ``` Which is not an error at runtime, as we use the `default_args` to provide this value (which makes sense --it's the point of default_args). I don't think there's really a way of fixing this really without adding a bunch of type ignores :( -- 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]
