mik-laj commented on issue #6661: [AIRFLOW-5959] AIP-21 Change import paths for "jira" modules URL: https://github.com/apache/airflow/pull/6661#issuecomment-565446261 Fantastic! ``` 14:44 $ diff <(git show apache/master:airflow/contrib/hooks/jira_hook.py) <(cat airflow/providers/jira/hooks/jira.py) 14:44 $ diff <(git show apache/master:airflow/contrib/operators/jira_operator.py) <(cat airflow/providers/jira/operators/jira.py) 21d20 < from airflow.contrib.hooks.jira_hook import JIRAError, JiraHook 23a23 > from airflow.providers.jira.hooks.jira import JIRAError, JiraHook 14:44 $ diff <(git show apache/master:airflow/contrib/sensors/jira_sensor.py) <(cat airflow/providers/jira/sensors/jira.py) 21c21 < from airflow.contrib.operators.jira_operator import JIRAError, JiraOperator --- > from airflow.providers.jira.operators.jira import JIRAError, JiraOperator ```
---------------------------------------------------------------- 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
