Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stacimc committed Apr 8, 2024
1 parent b08aaa2 commit 128bb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/dags/providers/provider_dag_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ def report_aggregate_reingestion_errors(

message = (
f"Ingestion errors were encountered in {len(failed_pull_data_tasks)}"
f" ingestion days while running the `{provider_conf.dag_id}`` DAG. See the following"
f" ingestion days while running the `{provider_conf.dag_id}` DAG. See the following"
" logs for details:\n"
) + "\n".join(f" - {task.log_url}" for task in failed_pull_data_tasks)

Expand Down

0 comments on commit 128bb02

Please sign in to comment.