ashb commented on a change in pull request #15969:
URL: https://github.com/apache/airflow/pull/15969#discussion_r636081204
##########
File path: airflow/cli/commands/kubernetes_command.py
##########
@@ -22,7 +22,7 @@
from kubernetes.client.api_client import ApiClient
from kubernetes.client.rest import ApiException
-import airflow.utils.yaml as yaml
+from airflow.compat import yaml
Review comment:
This one I'm not quite sure about -- it's not about compat, but
different ways of installing the pyyaml module (with or without C component)
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]