Skip to content

chore(kno-12081): add guide_key and guide_id to data warehouse sync table example#1351

Merged
cellomatt merged 1 commit intomainfrom
cursor/KNO-12081-guide-id-key-docs-f04d
Mar 16, 2026
Merged

chore(kno-12081): add guide_key and guide_id to data warehouse sync table example#1351
cellomatt merged 1 commit intomainfrom
cursor/KNO-12081-guide-id-key-docs-f04d

Conversation

@cellomatt
Copy link
Member

Description

Updated the message table SQL definition example in content/integrations/extensions/data-sync.mdx to include the guide_id and guide_key columns. 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

Open in Web Open in Cursor 

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
Copy link

cursor bot commented Mar 16, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@linear
Copy link

linear bot commented Mar 16, 2026

@vercel
Copy link

vercel bot commented Mar 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Mar 16, 2026 3:36pm

Request Review

@cellomatt cellomatt changed the title Guide ID key docs chore(kno-12081): add guide_key and guide_id to data warehouse sync table example Mar 16, 2026
@cellomatt cellomatt marked this pull request as ready for review March 16, 2026 15:35
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_id and guide_key match the existing pattern (same data type and encoding as actors)
  • Verify the trailing comma on the actors line is correct for the SQL dialect shown (Redshift CREATE TABLE) — it is
Open in Web View Automation 

Sent by Cursor Automation: Docs PR classifier

@cellomatt cellomatt merged commit a823e65 into main Mar 16, 2026
6 checks passed
@cellomatt cellomatt deleted the cursor/KNO-12081-guide-id-key-docs-f04d branch March 16, 2026 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants