Skip to content

Commit

Permalink
miscommitted breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
BAntonellini committed Jun 18, 2024
1 parent e0f512d commit f77cd8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbt_coves/tasks/generate/airflow_dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ def generate_notifiers(self, notifiers: Dict[str, Any]):
value = f'"{value}"'
usage_args.append(f"{arg}={value}")
if isinstance(callback_args, list):
breakpoint()
for arg in callback_args:
if isinstance(arg, dict):
arg = self.dag_args_to_string(arg, indent=4)
Expand Down

0 comments on commit f77cd8d

Please sign in to comment.