From 75aaf40853bcf25e2a98728e2b0f9782440c358c Mon Sep 17 00:00:00 2001 From: Dat Nguyen Date: Thu, 11 Jul 2024 13:22:48 +0700 Subject: [PATCH] chore: fix indent --- docs/triggering-your-job.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/triggering-your-job.md b/docs/triggering-your-job.md index 7379008..7b2bd00 100644 --- a/docs/triggering-your-job.md +++ b/docs/triggering-your-job.md @@ -144,11 +144,11 @@ Here is a **sample alert sent to a Slack channel** In the above sample result, you might notice 2 minor useful things (which are built automatically): - **Job metadata** will be added together with the configured Email Title e.g. `⚠️ Sample Alert [1] | 2024-07-10 12:05:14 (UTC)` - - Configured Email Title = `⚠️ Sample Alert` - - `Failed Count` = `[1]` - - `Trigger At Timestamp` = `2024-07-10 12:05:14 (UTC)` + - Configured Email Title = `⚠️ Sample Alert` + - `Failed Count` = `[1]` + - `Trigger At Timestamp` = `2024-07-10 12:05:14 (UTC)` - **Run metadata** is enriched in the Email Body - - `Run URL`: `run/{runid}` hyperlink will be the link to the dbt Cloud Run URL if you run the job over there - - `Query Used`: Actual executed query run by the job + - `Run URL`: `run/{runid}` hyperlink will be the link to the dbt Cloud Run URL if you run the job over there + - `Query Used`: Actual executed query run by the job Happy dbt-ing and mindful alerting 🚀 💫