-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AIRFLOW-2407] import logging for line 68 of kerberos_auth.py #3294
Conversation
flake8 testing of https://github.com/apache/incubator-airflow on Python 3.6.3 $ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__ ``` ./airflow/contrib/auth/backends/kerberos_auth.py:67:13: F821 undefined name 'logging' logging.error('Password validation for principal %s failed %s', user_principal, e) ^ ```
Please open a Jira ticket |
@Fokko What is wrong with AIRFLOW-2407?? |
You have to prepend the commit with the ticket number, i.e. |
Codecov Report
@@ Coverage Diff @@
## master #3294 +/- ##
==========================================
- Coverage 75.89% 75.88% -0.01%
==========================================
Files 197 197
Lines 14706 14706
==========================================
- Hits 11161 11160 -1
- Misses 3545 3546 +1
Continue to review full report at Codecov.
|
Most of these are in the contrib directory and I have learned on other repos that contributions usually come from different sources and that each contributor may be willing to review/accept on their own code but not on code that they did not contribute. If someone has that confidence then they can merge as many of them as they want. |
@cclauss Don't worry about that. It would be reviewed by one person and directly merged. Please close all the separate PRs and create a single PR. |
Closed in favor of #3307 |
flake8 testing of https://github.com/apache/incubator-airflow on Python 3.6.3
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
Make sure you have checked all steps below.
JIRA
Description
See above.
Tests
This PR fixes flake8 tests which are currently failing.
Commits
Documentation
Code Quality