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

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

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

With regards,
GitHub Actions via GitBox


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

Reply via email to