kaxil commented on code in PR #25663: URL: https://github.com/apache/airflow/pull/25663#discussion_r944286787
########## airflow/decorators/__init__.pyi: ########## @@ -22,11 +22,14 @@ from typing import Any, Callable, Dict, Iterable, List, Mapping, Optional, Union, overload +from kubernetes.client import models as k8s Review Comment: hmm this will raise an Import error for folks who don't have k8s library installed but still want to use the other decorators from this file -- 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]
