potiuk commented on a change in pull request #6950: [AIRFLOW-6392] Remove 
cyclic dependency baseoperator <-> helpers
URL: https://github.com/apache/airflow/pull/6950#discussion_r362011152
 
 

 ##########
 File path: airflow/models/baseoperator.py
 ##########
 @@ -862,6 +865,7 @@ def clear(self,
             tasks += [
                 t.task_id for t in self.get_flat_relatives(upstream=False)]
 
+        # noinspection PyUnresolvedReferences
 
 Review comment:
   It's the in_ operator on task_id. I will try to find another way of 
excluding those SQLAlchemy magic operators as this is a problem that repeats 
often. For now I remove it.

----------------------------------------------------------------
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

Reply via email to