ashb commented on a change in pull request #7484: [AIRFLOW-6864][depends on
6863] Make airflow/jobs pylint compatible
URL: https://github.com/apache/airflow/pull/7484#discussion_r383025195
##########
File path: airflow/jobs/scheduler_job.py
##########
@@ -1018,7 +1024,7 @@ def _change_state_for_tis_without_dagrun(self,
.filter(models.TaskInstance.state.in_(old_states)) \
.filter(or_(
models.DagRun.state != State.RUNNING,
- models.DagRun.state.is_(None)))
+ models.DagRun.state.is_(None))) # pylint: disable=no-member
Review comment:
Are we just ignoring the other files where we is `is_`?
----------------------------------------------------------------
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