Compass AI assistant (Dagster+)
This feature is in preview phase and is available in Dagster+ in limited early access. Functionality and APIs may change as we continue development. To get early access to this feature, reach out to your Dagster account team. For more information, see the API lifecycle stages documentation.
The Dagster+ AI assistant, powered by Compass, analyzes run logs, identifies root causes of failures, suggests debugging steps, and lets you ask follow-up questions in a conversational chat interface. You can open Compass from any completed run or directly from a degraded asset on the home page.
Generate a summary for a run or degraded asset
Activate Compass by clicking the Summarize with AI button on the runs list, a run detail page, or on the Asset Health section of the Home page.



Compass opens as a side panel and begins streaming results. It searches run logs and other artifacts to gather context, then returns a summary of the steps, root causes, and debugging steps.
The Summarize with AI option is only available for completed runs and will be disabled while a run is in progress.

Follow up in a conversation
After the initial summary loads, you can follow up with additional exploratory questions, such as:
- Which other jobs have failed with the same error in the last day?
- What changes could I make to my pipeline to prevent this problem in the future?
- Are there any patterns you can find about this asset's failures in the past month?
Conversation history is stored separately per user.
Panel and dialog modes
By default, Compass chats appear in a panel docked to the right edge of the page. You can toggle between this panel view and a full-screen dialog using the display mode icon in the upper-right corner of the chat interface.

Limitations during early access
Compass is under active development, and has several known limitations that will be addressed before this feature becomes generally available.
- Run log data syncs approximately once an hour. If a run completed recently, Compass may not have access to its logs yet.
- Compass does not currently enforce role-based access control. Users who do not have viewer access to certain deployments are able to ask Compass about runs they don't have permission to see.