kaxil commented on issue #7422: [AIRFLOW-6809] Test for presto operators URL: https://github.com/apache/airflow/pull/7422#issuecomment-590553700 Flake8 errors: ``` tests/providers/apache/hive/operators/test_hive.py:156:14: F821 undefined name 'HdfsSensor' tests/providers/apache/hive/operators/test_hive.py:164:14: F821 undefined name 'WebHdfsSensor' tests/providers/apache/hive/operators/test_hive.py:185:30: F821 undefined name 'DEFAULT_DATE_DS' tests/providers/apache/hive/operators/test_hive.py:219:32: F821 undefined name 'AirflowSensorTimeout' tests/providers/apache/hive/operators/test_hive.py:244:43: F821 undefined name 'DEFAULT_DATE_DS' There were some flake8 errors. Exiting ```
---------------------------------------------------------------- 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
