What you’ll learn
In this guide, you’ll learn how to:- Navigate the Bolt Schedules overview
- Access and interpret Bolt Schedule detail views
- 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:- Schedules Overview: Navigate to the main page displaying all your configured schedules.
- 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
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.
Related Documentation