Conversation
The columns were already documented in the table structure but were missing from the SQL definition example in the data warehouse sync docs. Co-authored-by: Matt Kufchak <matt.kufchak@gmail.com>
|
Cursor Agent can help with this pull request. Just |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk LOW: Adds guide_id and guide_key columns to the data warehouse sync message table SQL example in a single MDX file.
Reasons
- Only 1 content file modified (
content/integrations/extensions/data-sync.mdx) - Minimal diff: 3 additions, 1 deletion (trailing comma fix + 2 new column lines)
- No new pages, sidebar changes, component changes, or config changes
- Change is scoped to a SQL code block example, not prose or structural content
- Author is a known team member (#2 contributor to the repo)
Notes
- The SQL column definitions for
guide_idandguide_keymatch the existing pattern (same data type and encoding asactors) - Verify the trailing comma on the
actorsline is correct for the SQL dialect shown (RedshiftCREATE TABLE) — it is
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
Updated the message table SQL definition example in
content/integrations/extensions/data-sync.mdxto include theguide_idandguide_keycolumns. These columns were already part of the table structure but were missing from the SQL definition example, causing a discrepancy in the documentation. The update ensures the example accurately reflects the current table schema.Tasks
Linear Issue: KNO-12081