The GitHub Actions job "Tests" on 
airflow.git/feature/depends-on-previous-task-ids has failed.
Run started by GitHub user Arunodoy18 (triggered by Arunodoy18).

Head commit for run:
d8f7b84c1a1f07a64c0659f962fd032bb52b3c2e / Arunodoy18 <[email protected]>
feat: Add depends_on_previous_task_ids parameter to allow tasks to depend on 
specific tasks from previous DAG run

This commit adds the depends_on_previous_task_ids parameter to BaseOperator,
allowing a task to depend on the successful completion of multiple specific
tasks from the previous DAG run (within the same DAG).

Previously, depends_on_past=True only allowed a task to depend on the same
task in the previous dag_run. This enhancement enables more flexible
cross-task dependencies on previous runs.

Changes:
- Added depends_on_previous_task_ids parameter to BaseOperator
- Validation ensures depends_on_past=True when using 
depends_on_previous_task_ids
- Extended PrevDagrunDep to check dependencies on specified tasks
- Added comprehensive unit tests

Closes #60328

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

With regards,
GitHub Actions via GitBox


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

Reply via email to