The GitHub Actions job "Tests" on 
airflow.git/fix-_get_count-in-sensor_helper.py has succeeded.
Run started by GitHub user fuatcakici (triggered by fuatcakici).

Head commit for run:
8a7d5c6bd6864088fe5cab750d9e228650220f71 / fuat.cakici <[email protected]>
Fix _get_count in sensor_helper.py

Fixes an overlooked part of #39616

Currently, the _get_count function in sensor_helper.py does not return the 
number of the Dag Runs where all the sub tasks in a task group for all the 
datetimes given in the dttm_filter have succeeded, but instead just returns 1 
if they are all complete. However, this is not the expected behaviour wherever 
this function is used (namely in the run function in WorkflowTrigger and poke 
function in ExternalTaskSensor)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to