feat: add branch path column to data sync docs - #1617
Open
connorlindsey wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
connorlindsey
marked this pull request as ready for review
August 20, 2026 19:40
There was a problem hiding this comment.
Risk LOW: Adds branch_path column documentation to the data sync messages and message events table references.
Reasons
- Only one file changed:
content/integrations/extensions/data-sync.mdx - All changes are MDX content updates with no TypeScript, component, or config modifications
- Small diff (16 additions, 0 deletions) well under the 50-line threshold
- No new pages, sidebar navigation changes, or OpenAPI spec updates
- Author
connorlindseyis a known repository contributor
Notes
- Verify the
branch_pathcolumn description matches the actual data warehouse schema and export format - Confirm the JSON array structure (
{step_ref, step_type, branch_id}) and null behavior are accurate for both messages and message events tables - Check that the SQL DDL examples and Attributes table entries stay in sync across both table sections
Sent by Cursor Automation: Docs PR classifier
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
Adds
branch_pathto the docs for the message and message events tablesTodos
Screenshots