kaxil commented on a change in pull request #6950: [AIRFLOW-6392] Remove cyclic dependency baseoperator <-> helpers URL: https://github.com/apache/airflow/pull/6950#discussion_r361994621
########## File path: airflow/utils/helpers.py ########## @@ -28,15 +28,8 @@ import psutil from jinja2 import Template +from airflow import AirflowException Review comment: Shouldn't we use `from airflow. exceptions import AirflowException` ---------------------------------------------------------------- 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] With regards, Apache Git Services
