branch

Airflow 2.0 task getting skipped after BranchPython Operator

Airflow 2.0 task getting skipped after BranchPython Operator Question: I’m fiddling with branches in Airflow in the new version and no matter what I try, all the tasks after the BranchOperator get skipped. Here is a minimal example of what I’ve been trying to accomplish from airflow.decorators import dag, task from datetime import timedelta, datetime …

Total answers: 2