Skip to content

Commit

Permalink
support airflow dag restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoWuPeloton committed Dec 3, 2023
1 parent ebf3cb3 commit bac9762
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dagfactory/dagfactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bac9762

Please sign in to comment.