Skip to content

Commit

Permalink
Update catalog/dags/common/slack.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dhruv Bhanushali <dhruv_b@live.com>
  • Loading branch information
ashiramin and dhruvkb authored Dec 25, 2024
1 parent ad1537e commit 5ff056c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/dags/common/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,5 +429,5 @@ def notify_slack(
text,
username=username,
icon_emoji=icon_emoji,
dag_id=dag.id,
dag_id=dag.dag_id,
)

0 comments on commit 5ff056c

Please sign in to comment.