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/06/05 03:31:03 UTC

[GitHub] [airflow] josh-fell commented on pull request #24134: Migrate GitHub example DAGs to new design #22446

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: commits-unsubscribe@airflow.apache.org

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