We have 100 of dags which has a prefix with "dag_EDW_HC_*" . we have below command to pause the dag
Command: airflow pause dag_id
Is there any way we can pause all the 100 dags "dag_EDW_HC_*" in a single go .. (In programmatic in python or any other way) ..?