ashb commented on a change in pull request #4938: [AIRFLOW-4117] Multi-staging 
Image - Travis CI tests [Step 3/3]
URL: https://github.com/apache/airflow/pull/4938#discussion_r299362305
 
 

 ##########
 File path: 
airflow/migrations/versions/004c1210f153_increase_queue_name_size_limit.py
 ##########
 @@ -40,7 +40,7 @@ def upgrade():
     by broker backends that might use unusually large queue names.
     """
     # use batch_alter_table to support SQLite workaround
-    with op.batch_alter_table('task_instance') as batch_op:
+    with op.batch_alter_table('task_instance') as batch_op:  # 
pylint:disable=no-member
 
 Review comment:
   This file should have been skipped from pylint though:
   
   
https://github.com/apache/airflow/blob/722379adc7a51bfa19d08b74ce8f048c85aa6738/scripts/ci/pylint_todo.txt#L238

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


With regards,
Apache Git Services

Reply via email to