Skip to content

Commit

Permalink
Hotfixing source freshness alerts.
Browse files Browse the repository at this point in the history
  • Loading branch information
elongl committed Dec 29, 2022
1 parent 54e61de commit cc9b049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elementary/monitor/alerts/source_freshness.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def to_slack(self, is_slack_workflow: bool = False) -> SlackMessageSchema:
),
self.slack_message_builder.create_context_block(
[
f"*Source:* {self.alias} |",
f"*Source:* {self.source_name}.{self.identifier} |",
f"*Status:* {self.status} |",
f"*{self.detected_at.strftime(DATETIME_FORMAT)}*",
],
Expand Down

0 comments on commit cc9b049

Please sign in to comment.