Skip to main content
Bolt provides comprehensive tools for monitoring and analyzing your dbt™ schedules. This guide will walk you through viewing run logs, understanding the Bolt Schedules list, and exploring detailed analytics for your schedules. Estimated completion time: 15 minutes
Prerequisites

What you’ll learn

In this guide, you’ll learn how to:
  1. Navigate the Bolt Schedules overview
  2. Access and interpret Bolt Schedule detail views
  3. Understand run history, logs, and artifacts

1. Bolt Schedules Overview

The Bolt home screen displays a summarized analysis of all your configured schedules, both UI-based and YAML-based. Here’s what you can see at a glance:

2. Bolt Schedule Detail Views

The Bolt Schedule Detail View provides in-depth insights into individual dbt™ schedules, including configuration, run history, logs, and artifacts. How to to access:
  1. Schedules Overview: Navigate to the main page displaying all your configured schedules.
  2. Schedule Selection: Click on a specific schedule name to view its detailed information and run history.

2.1: Run History

In the Run History section, you can view all executions of a specific scheduled run:

2.2: Logs and Artifacts

Every time a dbt™ command executes in a Bolt schedule, dbt Core™ generates a set of artifacts like manifest.json, catalog.json, run_results.json, and sources.json. These tools help analyze, troubleshoot, and optimize your Bolt schedules. How to access:
  • Click on a specific run from a Bolt schedule’s Run History
  • Scroll down to Logs and Artifacts section
Let’s explore the key components:

2.3: Run Logs

By clicking on a specific command executed in your bolt schedule (e.g., dbt run) you’ll have access to various run logs:

2.4: Source Freshness

When your Bolt Schedule contains the command ‘dbt source freshness’, Paradime will provide the state of each of your sources. This helps you determine the status of your source data and whether it aligns with your SLAs.

2.5: Artifacts

During a Bolt schedule execution, dbt™ generates various files including run SQL files, compiled SQL files, manifest files, and JSON files. These artifacts provide insights into what was executed and how, enabling you to analyze the output of your dbt runs in detail.


Summary

You’ve learned how to navigate the Bolt Schedules overview, access detailed information about specific schedules, and interpret run history, logs, and artifacts. This knowledge will help you effectively monitor and analyze your dbt™ schedules, enabling you to optimize your data workflows and quickly troubleshoot any issues. Next, we’ll explore how to set up notifications for your Bolt schedules, ensuring you stay informed about the status of your data pipelines.