Skip to content
Merged
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
3 changes: 2 additions & 1 deletion context/skills/data-warehouse-source/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ Process each detected source in turn.

1. `[STATUS] <label> needs browser setup`
2. Build the URL from the project context in your prompt (PostHog Host + Project ID):
`<host>/project/<projectId>/data-warehouse/new-source?kind=<kind>`
`<host>/project/<projectId>/data-warehouse/new-source?kind=<kind>&utm_source=wizard&utm_campaign=warehouse-source`
Keep the `utm_*` params exactly as written — they let PostHog attribute sources finished in the browser back to the wizard handoff.
3. Tell the user to open that URL to finish connecting `<label>` (OAuth happens in the app). Include the URL in your report. Do not attempt credential collection.

### Non-interactive / CI
Expand Down
Loading