josh-fell commented on PR #24134:
URL: https://github.com/apache/airflow/pull/24134#issuecomment-1146734385

   The test failures are because `GithubSensor` instantiates a `GithubOperator` 
object using the same `task_id`. #24214 should fix this by using the 
`GithubHook` instead.
   
   Interestingly, the exception in these tests only seems to occur when using a 
`DAG` object as a content manager. I have not dug into why the 
`DuplicateTaskIdFound` exception is only thrown in this scenario.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to