Skip to content

Commit

Permalink
Merge pull request #904 from DalgoT4D/bug-fix-long-running-flow-runs
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
fatchat authored Nov 30, 2024
2 parents 97a0364 + cbbe48f commit d37fcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddpui/celeryworkers/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ def check_for_long_running_flow_runs():
email_body += (
f"Org: {orgtask.org.slug} \n" # might appear above as well, we don't care
)
connection_url = f"http://localhost:8000/workspaces/{orgtask.org['airbyte_workspace_id']}/connections/{connection_id}"
connection_url = f"http://localhost:8000/workspaces/{orgtask.org.airbyte_workspace_id}/connections/{connection_id}"
email_body += f"Connection URL: {connection_url} \n"
else:
email_body += f"Connection ID: {connection_id} \n"
Expand Down

0 comments on commit d37fcb4

Please sign in to comment.