You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/14 12:21:48 UTC

[GitHub] [airflow] davidavdav commented on a diff in pull request #21706: In DAG dependency detector, use class type instead of class name, 2nd attempt

davidavdav commented on code in PR #21706:
URL: https://github.com/apache/airflow/pull/21706#discussion_r850387710


##########
tests/serialization/test_dag_serialization.py:
##########
@@ -1295,6 +1295,67 @@ class DummyTask(BaseOperator):
             '<TIDep(Trigger Rule)>',
         ]
 
+    def test_derived_dag_deps_sensor(self):
+        """
+        Tests DAG dependency detection for sensors, including derived classes
+        """
+        from airflow.operators.dummy import DummyOperator

Review Comment:
   Thanks, I could not interpret the error message in the CI tests correctly



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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org