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 2022/08/12 09:32:20 UTC

[GitHub] [airflow] kaxil commented on a diff in pull request #25663: Add @task.kubernetes taskflow decorator

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: commits-unsubscribe@airflow.apache.org

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