The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user josh-fell (triggered by josh-fell).

Head commit for run:
82d5f7cdb7c2879ad561b0edef028b8c5ebb289a / Josh Fell 
<[email protected]>
Remove `GithubOperator` use in  `GithubSensor.__init__()`` (#24214)

The constructor for `GithubSensor` was instantiating `GitHubOperator` to use 
its `execute()` method as the driver for the result of the sensor's `poke()` 
logic. However, this could yield a `DuplicateTaskIdFound` when used in DAGs.

This PR updates the `GithubSensor` to use the `GithubHook` instead.

Report URL: https://github.com/apache/airflow/actions/runs/2441849151

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to