-
Notifications
You must be signed in to change notification settings - Fork 1
Add new dedicated pages for warehouses and lakes #1402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
stanch
commented
Sep 11, 2025
- Added a page per each warehouse and lake with key details
- Explicitly listed the required permissions
- Added a simplified description of the Snowplow data format for each
- Moved detailed schema reference to API reference section
- Removed mentions of Postgres (and some of Synapse) to avoid confusion
* Added a page per each warehouse and lake with key details * Explicitly listed the required permissions * Added a simplified description of the Snowplow data format for each * Moved detailed schema reference to API reference section * Removed mentions of Postgres (and some of Synapse) to avoid confusion
✅ Deploy Preview for snowplow-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
2896d52
to
a093a31
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a really nice improvement. My favourite part was where you deleted the word "postgres".
<details> | ||
<summary>unstruct_event_com_acme_button_press_1</summary> | ||
|
||
| root_id | root_tstamp | button_name | button_color | ... | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I seem to remember we have more than just root_id
and root_stamp
as special fields. Just checking it's deliberate to not mention the others?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only because I was not aware of them or their role. But we have not even mentioned these ones in the past...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’ll leave them for another time (on that note, _schema_version
is also worth documenting, but both would make more sense in the Reference section)
commit 9116f4c Author: spenes <enes@snowplowanalytics.com> Date: Tue Sep 16 15:48:40 2025 +0300 Enrich 6.1.1 commit eddc40e Author: Nick <nick.stanch@snowplowanalytics.com> Date: Mon Sep 15 12:26:26 2025 +0100 Add info on running Micro as a jar (#1407) commit 314e37a Author: Nick <nick.stanch@snowplowanalytics.com> Date: Fri Sep 12 17:22:56 2025 +0100 Update index.md commit 6707f4b Author: jborlase-snowplow <james.borlase@snowplowanalytics.com> Date: Fri Sep 12 17:55:30 2025 +0200 Removing redundant Snowtype page in GTM (#1405) commit 7de4d8c Author: jborlase-snowplow <james.borlase@snowplowanalytics.com> Date: Fri Sep 12 16:59:07 2025 +0200 Updating Snowtype overview page (#1403) * updating Snowtype page * fixing casing * Update docs/data-product-studio/snowtype/index.md Co-authored-by: Nick <nick.stanch@snowplowanalytics.com> --------- Co-authored-by: Nick <nick.stanch@snowplowanalytics.com> commit 7f3a45b Author: Nick <nick.stanch@snowplowanalytics.com> Date: Fri Sep 12 15:57:11 2025 +0100 Add new dedicated pages for warehouses and lakes (#1402) * Add new dedicated pages for warehouses and lakes * Added a page per each warehouse and lake with key details * Explicitly listed the required permissions * Added a simplified description of the Snowplow data format for each * Moved detailed schema reference to API reference section * Removed mentions of Postgres (and some of Synapse) to avoid confusion * Rephrase prerequisites to heads up * Address review comments * Add lake maintenance jobs commit c08d0aa Author: spenes <enes@snowplowanalytics.com> Date: Fri Sep 12 17:05:47 2025 +0300 Databricks Streaming Loader 0.2.0 commit 96daedc Author: Phil Catterall <phil.catterall@snowplowanalytics.com> Date: Thu Sep 11 13:15:17 2025 -0400 fix margin to adjust for grid (#1396) * fix margin to adjust for grid * fix table and list margins * forgot about ordered lists commit c024007 Author: Nick <nick.stanch@snowplowanalytics.com> Date: Thu Sep 11 11:39:58 2025 +0100 No 🍪 in my 🖨️ please (#1400)
Contains a bunch of new pages and changes related to the launch of event forwarding. Commits: * event forward docs initial commit * moving stuff around; add event forwarding schema table component * remove duplicate docs; re-order pages * update available integrations landing page * style guide remediation * split out troubleshooting guide * address pr feedback * add event forwarding diagram * schema table updates * Add amplitude docs; address PR feedback * Move snowbridge to reference section * sidebar updates * Make small style changes * Tidy the schemas into separate json files * schema updates * Address feedback on monitoring and troubleshooting * Update index.md more updates * Squashed commit of the following: commit 9116f4c Author: spenes <enes@snowplowanalytics.com> Date: Tue Sep 16 15:48:40 2025 +0300 Enrich 6.1.1 commit eddc40e Author: Nick <nick.stanch@snowplowanalytics.com> Date: Mon Sep 15 12:26:26 2025 +0100 Add info on running Micro as a jar (#1407) commit 314e37a Author: Nick <nick.stanch@snowplowanalytics.com> Date: Fri Sep 12 17:22:56 2025 +0100 Update index.md commit 6707f4b Author: jborlase-snowplow <james.borlase@snowplowanalytics.com> Date: Fri Sep 12 17:55:30 2025 +0200 Removing redundant Snowtype page in GTM (#1405) commit 7de4d8c Author: jborlase-snowplow <james.borlase@snowplowanalytics.com> Date: Fri Sep 12 16:59:07 2025 +0200 Updating Snowtype overview page (#1403) * updating Snowtype page * fixing casing * Update docs/data-product-studio/snowtype/index.md Co-authored-by: Nick <nick.stanch@snowplowanalytics.com> --------- Co-authored-by: Nick <nick.stanch@snowplowanalytics.com> commit 7f3a45b Author: Nick <nick.stanch@snowplowanalytics.com> Date: Fri Sep 12 15:57:11 2025 +0100 Add new dedicated pages for warehouses and lakes (#1402) * Add new dedicated pages for warehouses and lakes * Added a page per each warehouse and lake with key details * Explicitly listed the required permissions * Added a simplified description of the Snowplow data format for each * Moved detailed schema reference to API reference section * Removed mentions of Postgres (and some of Synapse) to avoid confusion * Rephrase prerequisites to heads up * Address review comments * Add lake maintenance jobs commit c08d0aa Author: spenes <enes@snowplowanalytics.com> Date: Fri Sep 12 17:05:47 2025 +0300 Databricks Streaming Loader 0.2.0 commit 96daedc Author: Phil Catterall <phil.catterall@snowplowanalytics.com> Date: Thu Sep 11 13:15:17 2025 -0400 fix margin to adjust for grid (#1396) * fix margin to adjust for grid * fix table and list margins * forgot about ordered lists commit c024007 Author: Nick <nick.stanch@snowplowanalytics.com> Date: Thu Sep 11 11:39:58 2025 +0100 No 🍪 in my 🖨️ please (#1400) * add setup alert instructions * new pages for creating and managing forwarders * Delete .claude/settings.local.json * alt text for images; vale linting fixes * Add links to Console * Say that links are within the page * add screenshots and fix img margins * Querying EF badrows with BQ (#1445) * Put query instructions in tabs * Clarify setup error behavior * clean up snowbridge metrics headers --------- Co-authored-by: Miranda Wilson <miranda@snowplowanalytics.com> Co-authored-by: Piotr Poniedziałek <pondzix@gmail.com>