Is there a way in Apache Airflow to run a single task from a DAG on an adhoc basis, controlling whether it runs with only its upstream or downstream tasks without running the whole DAG?,
similar to how the dbt CLI allows selecting specific models to run
dbt run --select +model_name+