Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions guides/ai-agents/ai-writeback.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ Make the orders model better.

When the pull request is ready, the agent posts the URL in the thread. Open it, review the diff, and merge as you would any other pull request. After merging, refresh dbt in Lightdash (or let your CI/CD do it) so the change takes effect.

If your repository is configured to [deploy Lightdash previews](/guides/developer/preview-projects) on pull requests, a **View preview** link appears alongside the pull request as soon as the preview environment is ready. In Slack writeback threads, this arrives as a follow-up reply ("✅ Preview environment ready") posted to the same thread once the preview URL is detected on the pull request — typically within a few minutes. No extra setup is required beyond having a preview deploy workflow on the repo.

## What happens if it can't run

| Situation | Result |
Expand Down
Loading