docs(bigquery): add FAQ about table partitioning by timestamp#16153
Open
docs(bigquery): add FAQ about table partitioning by timestamp#16153
Conversation
Contributor
Deploy preview
|
Contributor
|
Vale prose linter → found 0 errors, 9 warnings, 1 suggestions in your markdown Full report → Copy the linter results into an LLM to batch-fix issues. Linter being weird? Update the rules!
|
| Line | Severity | Message | Rule |
|---|---|---|---|
| 55:255 | warning | Use bold (text) for UI elements, not quotes. | PostHogDocs.UIBoldNotQuotes |
| 79:178 | warning | Use bold (text) for UI elements, not quotes. | PostHogDocs.UIBoldNotQuotes |
| 122:3 | warning | Use 'UUID' instead of 'uuid'. | Vale.Terms |
| 128:69 | suggestion | Address the reader directly. Use 'you' instead of 'the user'. | PostHogDocs.DirectAddress |
| 130:3 | warning | 'ip' is a possible misspelling. | PostHogBase.Spelling |
| 143:57 | warning | Use 'ID' instead of 'id'. | Vale.Terms |
| 145:57 | warning | Use 'ID' instead of 'id'. | Vale.Terms |
| 212:4 | warning | 'FAQ' heading should be in sentence case, and product names should be capitalized. | PostHogBase.SentenceCase |
| 235:292 | warning | Capitalize 'Logs' for PostHog's product. Use 'logs' for the general industry concept. | PostHogBase.ProductNames |
| 237:289 | warning | Capitalize 'Logs' for PostHog's product. Use 'logs' for the general industry concept. | PostHogBase.ProductNames |
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.
Changes
Adds a new FAQ entry to the BigQuery batch exports docs explaining that PostHog partitions the table by the
timestampcolumn when it creates it. If users need different partitioning or clustering, they should create the table manually before setting up the export.Checklist
vercel.json