Skip to content

Commit cc9b049

Browse files
committed
Hotfixing source freshness alerts.
1 parent 54e61de commit cc9b049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elementary/monitor/alerts/source_freshness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def to_slack(self, is_slack_workflow: bool = False) -> SlackMessageSchema:
6565
),
6666
self.slack_message_builder.create_context_block(
6767
[
68-
f"*Source:* {self.alias} |",
68+
f"*Source:* {self.source_name}.{self.identifier} |",
6969
f"*Status:* {self.status} |",
7070
f"*{self.detected_at.strftime(DATETIME_FORMAT)}*",
7171
],

0 commit comments

Comments
 (0)