From bac976252bd4332a0b59a264f0cf76a6ad69da6c Mon Sep 17 00:00:00 2001 From: HaoWuPeloton <51166891+HaoWuPeloton@users.noreply.github.com> Date: Sun, 3 Dec 2023 18:50:36 -0500 Subject: [PATCH] support airflow dag restructure --- dagfactory/dagfactory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dagfactory/dagfactory.py b/dagfactory/dagfactory.py index ca5187ff..2b639f0b 100644 --- a/dagfactory/dagfactory.py +++ b/dagfactory/dagfactory.py @@ -124,7 +124,6 @@ def from_directory(cls, config_dir, globals: Dict[str, Any], parent_default_conf # catch the errors so the rest of the dags can still be imported try: print("yaml_filepath="+sub_fpath) - print("config_info="+default_config) dag_factory = cls(config_filepath=sub_fpath, default_config=default_config) dag_factory.generate_dags(globals) except Exception as e: