You can run the task yourself using the -i / -I / -A flags along with the run command.
But yes, the airflow design does not allow you to run a specific task and all its dependencies.
You can populate the dag by removing unnecessary tasks from the DAG for testing purposes
source share