Using DAG-Factory if you want to split your DAG configuration into multiple files, you can do so by leveraging a suffix in the configuration file name.
fromdagfactoryimportload_yaml_dags# load relevant YAML files as airflow DAGsload_yaml_dags(globals_dict=globals(),suffix=['dag.yaml'])