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 2020/02/22 10:27:48 UTC

[GitHub] [airflow] kaxil commented on issue #7499: [AIRFLOW-6879] Fix import path

kaxil commented on issue #7499: [AIRFLOW-6879] Fix import path
URL: https://github.com/apache/airflow/pull/7499#issuecomment-589941431
 
 
   Can you fix all 4:
   
   ```
   airflow/providers/salesforce/sensors/tableau_job_status.py:19: error: Module 'airflow' has no attribute 'AirflowException'
   airflow/providers/salesforce/operators/tableau_refresh_workbook.py:21: error: Module 'airflow' has no attribute 'AirflowException'
   airflow/providers/salesforce/example_dags/example_tableau_refresh_workbook.py:25: error: Module 'airflow' has no attribute 'DAG'
   tests/providers/salesforce/operators/test_tableau_refresh_workbook.py:21: error: Module 'airflow' has no attribute 'AirflowException'
   Found 4 errors in 4 files (checked 1910 source files)
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services