Awaish Kumar
03/21/2024, 9:25 PMslack_webhook_block = SlackWebhook.load("bugs")
markdown_table = df.to_markdown()
msg = "*Spotlight on Errors: Delving into the Top 10 Identified Errors*\n```\n" + markdown_table + "\n```"
slack_webhook_block.notify(msg)