Skip to content

Commit

Permalink
Updating unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jroach-astronomer committed Dec 18, 2024
1 parent d5d8e68 commit fc26000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dagfactory/dagbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,9 +486,10 @@ def _init_task_group_callback_param(task_group_conf):
version.parse(AIRFLOW_VERSION) >= version.parse("2.2.0")
and isinstance(task_group_conf.get("default_args"), dict)
):
print(f"{'*' * 20} MADE IT HERE {'*' * 20}")
return task_group_conf

print(print(f"{'*' * 20} {task_group_conf.get('default_args')} {'*' * 20}"))

# Check the callback types that can be in the default_args of the TaskGroup
for callback_type in [
"on_success_callback",
Expand Down

0 comments on commit fc26000

Please sign in to comment.